/osnet-11/usr/src/lib/libfru/libfru/ |
H A D | Ancestor.h | 74 fru_tag_t tag; member in struct:Ancestor
|
/osnet-11/usr/src/lib/libfru/libfrureg/ |
H A D | frureg.c | 56 fru_reg_lookup_def_by_tag(fru_tag_t tag) argument 62 if (ret_def->tagType == get_tag_type(&tag) && 63 ret_def->tagDense == get_tag_dense(&tag) && 64 ret_def->payloadLen == get_payload_length(&tag)) {
|
/osnet-11/usr/src/grub/grub2/include/grub/i386/coreboot/ |
H A D | lbio.h | 35 grub_uint32_t tag; member in struct:grub_linuxbios_table_item
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | 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 );
|
/osnet-11/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access.h | 74 tag_t tag; member in struct:__anon1674
|
/osnet-11/usr/src/lib/libfruutils/ |
H A D | fru_tag.c | 56 get_tag_size(fru_tagtype_t tag) argument 58 switch (tag) { 78 fru_tag_t *tag) 81 /* make sure the tag is clear. */ 82 tag->raw_data = 0; 91 tag->a.type = FRU_A_ID; 92 tag->a.dense = dense; 93 tag->a.pl_len = pl_len; 100 tag->b.type = FRU_B_ID; 101 tag 77 mk_tag(fru_tagtype_t type, uint32_t dense, size_t pl_len, fru_tag_t *tag) argument 159 get_tag_type(fru_tag_t *tag) argument 202 get_tag_type(fru_tag_t *tag) argument 226 get_tag_dense(fru_tag_t *tag) argument 273 get_tag_dense(fru_tag_t *tag) argument 299 get_payload_length(fru_tag_t *tag) argument 346 get_payload_length(fru_tag_t *tag) argument [all...] |
/osnet-11/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg.h | 62 array_tag_t tag; member in struct:__anon2391 70 disk_tag_t tag; member in struct:__anon2392
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_waits.c | 51 evWaitFor(evContext opaqueCtx, const void *tag, argument 56 evWaitList *wl = evGetWaitList(ctx, tag, 1); 61 new->tag = tag; 76 * Mark runnable all waiting functions having a certain tag. 79 evDo(evContext opaqueCtx, const void *tag) { argument 81 evWaitList *wl = evGetWaitList(ctx, tag, 0); 114 wl = evGetWaitList(ctx, this->tag, 0); 171 new->tag = NULL; 193 evPrintf(ctx, 9, " tag 235 evGetWaitList(evContext_p *ctx, const void *tag, int should_create) argument [all...] |
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ecdecode.c | 157 ECCurveName tag; local 179 ((tag = SECOID_FindOIDTag(&oid)) == ECCurve_noName)) { 197 printf("Curve: %s\n", SECOID_FindOIDTagDescription(tag)); 200 switch (tag) {
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | 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 )) {
|
H A D | sortctrl.c | 115 int tag; local 161 if (ber_scanf(ber, "ta", &tag, &attr) == LBER_ERROR) {
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | 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 [all...] |
H A D | sortctrl.c | 150 ber_tag_t tag; local 191 if ( ber_scanf( ber, "ta", &tag, &attr ) == LBER_ERROR ) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | aead.c | 58 dump_block(const char *tag, argument 66 printf("[%s: %d.%d] ", tag, i, j);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_decode.c | 51 #define tag(type) \ macro 68 tag(ASN1_INTEGER); 94 tag(ASN1_INTEGER); 129 tag(ASN1_INTEGER); 160 tag(ASN1_OBJECTIDENTIFIER); 171 tag(ASN1_OCTETSTRING); 182 tag(ASN1_OCTETSTRING); 194 tag(ASN1_GENERALSTRING); 206 tag(ASN1_NULL); 215 tag(ASN1_PRINTABLESTRIN [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | ntfscomp.c | 83 unsigned char tag; local 86 bits = copied = tag = 0; 95 if (decomp_getch (cc, &tag)) 103 if (tag & 1) 145 tag >>= 1;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | ParseUtils.pm | 191 =item $list-E<gt>tag() 193 Without argument, retrieves information about the list tag, which can be 196 B<-tag> in the B<new()> method or by calling the B<tag()> method 205 sub tag { subroutine 206 return (@_ > 1) ? ($_[0]->{-tag} = $_[1]) : $_[0]->{-tag};
|
/osnet-11/usr/src/lib/libshare_plugins/autofs/ |
H A D | libshare_autofs.c | 112 char *tag; member in struct:proto_option_defs 238 for (i = 0; autofs_proto_options[i].tag != NULL; i++) 396 for (i = 0; autofs_proto_options[i].tag != NULL; i++) {
|
/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.h | 91 char *tag; member in struct:option_defs
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Parser.java | 96 * @param tag The attribute tag for the term. 107 boolean evaluate(AttributeString tag, argument 512 // Parse attribute tag.
|
/osnet-11/usr/src/lib/libkmf/ber_der/common/ |
H A D | decode.c | 63 /* return the tag - KMFBER_DEFAULT returned means trouble */ 68 ber_tag_t tag; local 78 tagp = (char *)&tag; 90 /* tag too big! */ 95 return (tag >> (sizeof (ber_int_t)- i - 1)); 106 ber_tag_t tag; local 112 * Any ber element looks like this: tag length contents. 113 * Assuming everything's ok, we return the tag byte (we 122 * First, we read the tag. 125 if ((tag 211 ber_tag_t tag; local 231 ber_tag_t tag; local 278 ber_tag_t tag; local 300 ber_tag_t tag; local 322 ber_tag_t tag; local 370 ber_tag_t tag; local 401 ber_tag_t tag; local 430 ber_tag_t tag; local 514 ber_int_t rc, tag, *b_int; local [all...] |
H A D | encode.c | 53 kmfber_calc_taglen(ber_tag_t tag) argument 58 /* find the first non-all-zero byte in the tag */ 62 if (tag & mask) 70 ber_put_tag(BerElement *ber, ber_tag_t tag, int nosos) argument 75 taglen = kmfber_calc_taglen(tag); 77 ntag = htonl(tag); 159 ber_put_int_or_enum(BerElement *ber, ber_int_t num, ber_tag_t tag) argument 194 if ((taglen = ber_put_tag(ber, tag, 0)) == -1) 203 /* length of tag + length + contents */ 210 kmfber_put_enum(BerElement *ber, ber_int_t num, ber_tag_t tag) argument 219 ber_put_int(BerElement *ber, ber_int_t num, ber_tag_t tag) argument 228 ber_put_oid(BerElement *ber, struct berval *oid, ber_tag_t tag) argument 251 ber_put_big_int(BerElement *ber, ber_tag_t tag, char *data, ber_len_t len) argument 288 kmfber_put_ostring(BerElement *ber, char *str, ber_len_t len, ber_tag_t tag) argument 338 kmfber_put_string(BerElement *ber, char *str, ber_tag_t tag) argument 344 kmfber_put_bitstring(BerElement *ber, char *str, ber_len_t blen , ber_tag_t tag) argument 372 kmfber_put_null(BerElement *ber, ber_tag_t tag) argument 389 kmfber_put_boolean(BerElement *ber, int boolval, ber_tag_t tag) argument 424 ber_start_seqorset(BerElement *ber, ber_tag_t tag) argument 464 kmfber_start_seq(BerElement *ber, ber_tag_t tag) argument 473 kmfber_start_set(BerElement *ber, ber_tag_t tag) argument [all...] |
/osnet-11/usr/src/lib/libldap4/ber/ |
H A D | decode.c | 64 /* return the tag - LBER_DEFAULT returned means trouble */ 69 unsigned int tag; local 79 tagp = (char *) &tag; 91 /* tag too big! */ 96 return( tag >> (sizeof(int) - i - 1) ); 102 unsigned int tag; local 108 * Any ber element looks like this: tag length contents. 109 * Assuming everything's ok, we return the tag byte (we 118 * First, we read the tag. 121 if ( (tag 154 unsigned int tag; local 196 unsigned int tag, len; local 210 unsigned int datalen, tag; local 251 unsigned int datalen, tag; local 281 unsigned int len, tag; local 316 unsigned int datalen, tag; local 339 unsigned int len, tag; local 408 int *l, rc, tag; local [all...] |
H A D | encode.c | 59 static int ber_start_seqorset( BerElement *ber, unsigned int tag ); 61 static int ber_put_int_or_enum( BerElement *ber, int num, unsigned int tag ); 67 ber_calc_taglen( unsigned int tag ) 72 /* find the first non-all-zero byte in the tag */ 76 if ( tag & mask ) 84 ber_put_tag( BerElement *ber, unsigned int tag, int nosos ) argument 89 taglen = ber_calc_taglen( tag ); 91 ntag = LBER_HTONL( tag ); 173 ber_put_int_or_enum( BerElement *ber, int num, unsigned int tag ) 209 if ( (taglen = ber_put_tag( ber, tag, [all...] |
H A D | io.c | 531 /* return the tag - LBER_DEFAULT returned means trouble */ 536 unsigned int tag; local 546 tagp = (char *) &tag; 558 /* tag too big! */ 563 return( tag >> (sizeof(int) - i - 1) ); 569 unsigned int tag, netlen, toread; local 580 * Any ber element looks like this: tag length contents. 581 * Assuming everything's ok, we return the tag byte (we 593 * read the tag and the length and as much of the rest as we can 598 * First, we read the tag [all...] |