| /netvirt/usr/src/prototypes/ |
| prototype.c | 37 struct tag { struct
|
| prototype.h | 44 struct tag { struct
|
| /netvirt/usr/src/common/openssl/crypto/asn1/ |
| a_bool.c | 83 int inf,tag,xclass; local 87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); 94 if (tag != V_ASN1_BOOLEAN)
|
| a_bytes.c | 73 int inf,tag,xclass; local 77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); 80 if (tag >= 32) 85 if (!(ASN1_tag2bit(tag) & type)) 92 if (tag == V_ASN1_BIT_STRING) 120 ret->type=tag; 131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) 138 if (tag == V_ASN1_BIT_STRING) 142 r=ASN1_object_size(0,ret,tag); 146 if ((tag == V_ASN1_SEQUENCE) || (tag == V_ASN1_SET) 164 int inf,tag,xclass; local [all...] |
| a_object.c | 197 int tag,xclass; local 201 inf=ASN1_get_object(&p,&len,&tag,&xclass,length); 208 if (tag != V_ASN1_OBJECT)
|
| /netvirt/usr/src/uts/common/tnf/ |
| trace_init.c | 111 tnf_tag_data_t *tag; local 117 tag = TAG_DATA(tnf_struct_type); 118 (void) tag->tag_desc(ops, tag); 119 tag = TAG_DATA(tnf_probe_type); 120 (void) tag->tag_desc(ops, tag); 121 tag = TAG_DATA(tnf_kernel_schedule); 122 (void) tag->tag_desc(ops, tag); [all...] |
| /netvirt/usr/src/cmd/dtrace/test/tst/common/nfs/ |
| tst.call.c | 62 char *tag = "dtrace test"; local 79 args.tag.utf8string_len = strlen(tag); 80 args.tag.utf8string_val = tag;
|
| /netvirt/usr/src/cmd/ldap/common/ |
| dtest.c | 42 int tag; local 56 if ( (tag = ber_get_next( &sb, &len, &ber )) == -1 ) { 60 printf( "message has tag 0x%x and length %ld\n", tag, len );
|
| /netvirt/usr/src/common/crypto/ecc/ |
| ecdecode.c | 159 ECCurveName tag; local 181 ((tag = SECOID_FindOIDTag(&oid)) == ECCurve_noName)) { 199 printf("Curve: %s\n", SECOID_FindOIDTagDescription(tag)); 202 switch (tag) {
|
| /netvirt/usr/src/lib/libfru/libfru/ |
| Ancestor.h | 74 fru_tag_t tag; member in struct:Ancestor
|
| /netvirt/usr/src/lib/libshare/smb/ |
| libshare_smb.h | 56 char *tag; member in struct:option_defs
|
| /netvirt/usr/src/lib/libslp/javalib/com/sun/slp/ |
| SLPV1SAttrMsg.java | 148 String tag = (String)tags.elementAt(i); local 155 if (tag.startsWith("*")) { 157 tag = tag.substring(1, tag.length()); 160 if (tag.endsWith("*")) { 162 tag = tag.substring(0, tag.length()-1); 165 tag [all...] |
| SLPV1SSrvDereg.java | 90 String tag = (String)tags.elementAt(i); local 92 // Unescape tag. 94 tag = 95 ServiceLocationAttributeV1.unescapeAttributeString(tag, 98 if (tag.startsWith("*") || tag.endsWith("*")) { 106 tags.setElementAt(tag, i);
|
| /netvirt/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
| fru_access.h | 76 tag_t tag; member in struct:__anon1078
|
| /netvirt/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| pmHelpItem.java | 42 String tag; field in class:pmHelpItem 48 tag = theTag; 57 * String s = new String("Item: " + tag + "\n"); 68 if (tag != null) 69 tag = new String(s);
|
| /netvirt/usr/src/uts/sun4v/sys/ |
| vnet_mailbox.h | 49 * tag.msgtype == VIO_TYPE_CTRL 50 * tag.submsgtype = VIO_SUBTYPE_{INFO|ACK|NACK} 51 * tag.subtype_env == VIO_ATTR_INFO 58 /* Common tag */ 59 vio_msg_tag_t tag; member in struct:vnet_attr_msg 78 * tag.msgtype == VIO_TYPE_CTRL 79 * tag.subtype == VIO_SUBTYPE_{INFO|ACK|NACK} 80 * tag.subtype_env == VNET_MCAST_INFO 85 /* Common tag */ 86 vio_msg_tag_t tag; member in struct:vnet_mcast_msg [all...] |
| /netvirt/usr/src/cmd/format/ |
| partition.c | 126 int tag; local 154 (void) sprintf(msg, "Enter partition id tag"); 156 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); 184 tag = V_UNASSIGNED; 186 } else if ((j64 != 0) && (tag == V_UNASSIGNED)) { 187 tag = V_USR; 193 cur_parts->etoc->efi_parts[num].p_tag = tag; 214 (void) sprintf(msg, "Enter partition id tag"); 216 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); 230 if (tag != V_UNASSIGNED && tag != V_BACKUP && tag != V_BOOT) [all...] |
| /netvirt/usr/src/cmd/fs.d/nfs/nfslog/ |
| process_buffer.c | 51 * simple list used to keep track of bad tag messages syslogged. 58 static void badtag_notify(char *tag); 94 char *tag; local 205 tag = lrp->log_record.re_tag; 206 if (strcmp(tag, last_good_ncp->nc_name) != 0) { 207 ncp = nfsl_findconfig(*config_list, tag, &error); 218 badtag_notify(tag); 412 badtag_notify(char *tag) 418 if (strcmp(tag, p->l_name) == 0) { 429 syslog(LOG_ERR, gettext("tag \"%s\" not found in %s - [all...] |
| /netvirt/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
| asn1_decode.c | 51 #define tag(type)\ macro 69 tag(ASN1_INTEGER); 94 tag(ASN1_INTEGER); 128 tag(ASN1_INTEGER); 158 tag(ASN1_OBJECTIDENTIFIER); 168 tag(ASN1_OCTETSTRING); 178 tag(ASN1_OCTETSTRING); 189 tag(ASN1_GENERALSTRING); 200 tag(ASN1_NULL); 208 tag(ASN1_PRINTABLESTRING) [all...] |
| /netvirt/usr/src/lib/libldap4/common/ |
| controls.c | 169 unsigned int tag, len; local 174 for (tag = ber_first_element(&tmpber, &len, &opaque); 175 tag != LBER_DEFAULT; 176 tag = ber_next_element(&tmpber, &len, opaque )) { 187 for (tag = ber_first_element(ber, &len, &opaque ); 188 tag != LBER_DEFAULT; 189 tag = ber_next_element (ber, &len, opaque )) {
|
| /netvirt/usr/src/lib/libldap5/sources/ldap/common/ |
| control.c | 131 ber_tag_t tag; local 165 if (( tag = ber_peek_tag( ber, &len )) != LDAP_TAG_CONTROLS ) { 166 if ( tag == LBER_ERROR ) { 178 "<= nsldapi_get_controls ignoring unrecognized data in message (tag 0x%x)\n", 179 tag, 0, 0 ); 184 for ( tag = ber_first_element( ber, &len, &last ); 185 tag != LBER_ERROR && tag != LBER_END_OF_SEQORSET; 186 tag = ber_next_element( ber, &len, last ) ) { 241 if ( tag == LBER_ERROR ) [all...] |
| /netvirt/usr/src/lib/libraidcfg/common/ |
| raidcfg.h | 64 array_tag_t tag; member in struct:__anon3366 72 disk_tag_t tag; member in struct:__anon3367
|
| /netvirt/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
| ser_actx.c | 372 krb5_int32 tag; 426 tag = 0; 428 kret = krb5_ser_unpack_int32(&tag, &bp, &remain); 431 if (!kret && (tag == TOKEN_RADDR)) { 439 kret = krb5_ser_unpack_int32(&tag, &bp, &remain); 443 if (!kret && (tag == TOKEN_RPORT)) { 451 kret = krb5_ser_unpack_int32(&tag, &bp, &remain); 455 if (!kret && (tag == TOKEN_LADDR)) { 463 kret = krb5_ser_unpack_int32(&tag, &bp, &remain); 467 if (!kret && (tag == TOKEN_LPORT)) 369 krb5_int32 tag; local [all...] |
| /netvirt/usr/src/cmd/ldapcachemgr/ |
| cachemgr_discovery.c | 67 * void aggregate(void *handle, const char *tag, const char *value); 69 * Adds this tag / value pair to the set of aggregated attributes 123 * If the term is of the form 'tag' only, *t_inout is set to tag, 125 * If the term is of the form '(tag=val)', *t_inout and *v_inout 126 * are set to the tag and val strings, respectively. 127 * If the term is of the form '(tag=val1,val2,..,valN)', on each 129 * first invocation, tag is set to 'tag'; on successive invocations, 130 * tag is set to *t_inout 145 char *tag = NULL; local 241 char *tag, *val, *state; local 440 char *attrs, *tag, *val, *state; local [all...] |
| /netvirt/usr/src/cmd/logger/ |
| logger.c | 110 * result on the system log, along with a useful tag. 117 char *tag = NULL; local 143 case 't': /* tag */ 144 tag = optarg; 175 if ((tag == NULL) && ((tag = getlogin()) == NULL)) { 179 tag = fmt_uid; 181 tag = pw->pw_name; 185 openlog(tag, logflags, 0); 361 "\tlogger [-i] [-f filename] [-p priority] [-t tag] " [all...] |