HomeSort by relevance Sort by last modified time
    Searched defs:tag (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /onnv/onnv-gate/usr/src/prototypes/
prototype.c 35 struct tag { struct
prototype.h 42 struct tag { struct
  /onnv/onnv-gate/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)
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/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;
  /onnv/onnv-gate/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 );
  /onnv/onnv-gate/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) {
  /onnv/onnv-gate/usr/src/lib/libfru/libfru/
Ancestor.h 74 fru_tag_t tag; member in struct:Ancestor
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
SLPV1SAttrMsg.java 143 String tag = (String)tags.elementAt(i); local
150 if (tag.startsWith("*")) {
152 tag = tag.substring(1, tag.length());
155 if (tag.endsWith("*")) {
157 tag = tag.substring(0, tag.length()-1);
160 tag
    [all...]
SLPV1SSrvDereg.java 85 String tag = (String)tags.elementAt(i); local
87 // Unescape tag.
89 tag =
90 ServiceLocationAttributeV1.unescapeAttributeString(tag,
93 if (tag.startsWith("*") || tag.endsWith("*")) {
101 tags.setElementAt(tag, i);
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
fru_access.h 76 tag_t tag; member in struct:__anon1176
  /onnv/onnv-gate/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);
  /onnv/onnv-gate/usr/src/lib/libshare/smb/
libshare_smb.h 56 char *tag; member in struct:option_defs
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
putparam.c 200 SML_TAG *tag = SML_TAG__NULL; local
208 * create tag to hold condition information:
216 tag = smlNewTag(TAG_COND_TOPLEVEL);
223 /* allocate tag for parent info */
237 /* add to top level tag */
239 (void) smlAddTag(&tag, -1, ntag);
247 /* allocate tag for parent info */
265 /* add to top level tag */
267 (void) smlAddTag(&tag, -1, ntag);
279 /* allocate tag for inherited file system info *
    [all...]
setadmin.c 55 char *tag; member in struct:__anon97
99 if (strcmp(a_paramName, admlist[i].tag) == 0) {
169 if (strcmp(param, admlist[i].tag) == 0) {
  /onnv/onnv-gate/usr/src/lib/libfru/libfruraw/
fru_access.h 74 tag_t tag; member in struct:__anon22
  /onnv/onnv-gate/usr/src/cmd/format/
partition.c 123 int tag; local
151 (void) sprintf(msg, "Enter partition id tag");
153 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT);
181 tag = V_UNASSIGNED;
183 } else if ((j64 != 0) && (tag == V_UNASSIGNED)) {
184 tag = V_USR;
190 cur_parts->etoc->efi_parts[num].p_tag = tag;
211 (void) sprintf(msg, "Enter partition id tag");
213 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT);
227 if (tag != V_UNASSIGNED && tag != V_BACKUP && tag != V_BOOT)
    [all...]
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/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 )) {
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/usr/src/lib/libraidcfg/common/
raidcfg.h 62 array_tag_t tag; member in struct:__anon3968
70 disk_tag_t tag; member in struct:__anon3969
  /onnv/onnv-gate/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...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
asn1_decode.c 49 #define tag(type)\ macro
67 tag(ASN1_INTEGER);
92 tag(ASN1_INTEGER);
126 tag(ASN1_INTEGER);
156 tag(ASN1_OBJECTIDENTIFIER);
166 tag(ASN1_OCTETSTRING);
176 tag(ASN1_OCTETSTRING);
187 tag(ASN1_GENERALSTRING);
198 tag(ASN1_NULL);
206 tag(ASN1_PRINTABLESTRING)
    [all...]

Completed in 7679 milliseconds

1 2 3 4 5 6 7 8