Searched refs:tag (Results 276 - 300 of 466) sorted by relevance

<<111213141516171819

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c161 const void *val, int tag,
170 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, tag,
566 if (field->tag >= 0) {
568 retval = asn1_make_etag(buf, CONTEXT_SPECIFIC, field->tag, sum,
160 encode_bytestring_with_tag(asn1buf *buf, unsigned int len, const void *val, int tag, unsigned int *retlen) argument
H A Dasn1_k_encode.c69 #define asn1_addfield(value,tag,encoder)\
75 retval = asn1_make_etag(buf,CONTEXT_SPECIFIC,tag,length,&length);\
1281 EncASRepPart and EncTGSRepPart with application tag 26. */
1399 #define asn1_addlenfield(len,value,tag,encoder)\
1405 retval = asn1_make_etag(buf,CONTEXT_SPECIFIC,tag,length,&length);\
1411 #define asn1_addfield_implicit(value,tag,encoder)\
1417 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,length,&length); \
1423 #define asn1_insert_implicit_octetstring(len,value,tag)\
1429 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,len,&length); \
1436 #define asn1_insert_implicit_bitstring(len,value,tag)\
[all...]
/illumos-gate/usr/src/lib/libtnf/
H A Darray.c139 * If tagged, use the tag to construct datum
169 return (RECORD_DATUM(DATUM_TNF(datum), elt->tag));
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c71 * Regular record tag pointer - CAUTION - has to be in sync with tnf_tag
149 * If we need a tag block, check the reserved tag block space
170 block->tag = TNFW_B_TAG_DIFF(
255 block->tag = TNFW_B_TAG_DIFF(forwarding_ptrs.fw_block_header, fh);
367 /* reserve first two words for file header tag and block header tag */
377 /* Self relative pointer to tag */
379 fh->com.tag = TNFW_B_TAG_DIFF(forwarding_ptrs.fw_file_header, fh);
420 block->tag
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h59 #define MANR_TAG 0xF80010B7 /* ManR tag */
175 uint8_t headertag; /* section header tag */
205 fru_tag_t tag; member in struct:__anon1220
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c55 extern int32_t verifytag(struct tag *, uint32_t, struct tag *, int);
57 extern void maketag(struct tag *, struct tag *);
265 gettext("Bad tag on alloc extent: %s\n"), tagerrs[err]);
464 pwarn(gettext("Bad directory tag: %s\n"), tagerrs[err]);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c44 "unknown tag id", /* TAGERR_ID */
87 maketag(struct tag *itp, struct tag *otp)
163 * Now do checksum on tag itself
174 verifytag(struct tag *tp, uint32_t loc, struct tag *otp, int expect)
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_probe.c166 ASSIGN(buffer, tag, metatag_index);
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c166 * - check length equals 13, signature, and matching tag
570 uint_t signature, tag, status; local
608 tag = SCSA2USB_MK_32BIT(csw.csw_dCSWTag3, csw.csw_dCSWTag2,
613 signature, status, tag, residue);
616 if ((signature != CSW_SIGNATURE) || (tag != cmd->cmd_tag) ||
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara2_asm.s103 * (in short, we set all bits in the upper word of the tag, and we give the
104 * invalid bit precedence over other tag bits in both places).
122 sllx %o2, 32, %o2 ! INV bit in upper 32 bits of the tag
H A Dniagara_asm.s93 * (in short, we set all bits in the upper word of the tag, and we give the
94 * invalid bit precedence over other tag bits in both places).
112 sllx %o2, 32, %o2 ! INV bit in upper 32 bits of the tag
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c70 markBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) argument
73 ficlStackPushPointer(vm->dataStack, tag);
77 markControlTag(ficlVm *vm, char *tag) argument
79 ficlStackPushPointer(vm->dataStack, tag);
85 char *tag; local
89 tag = (char *)ficlStackPopPointer(vm->dataStack);
95 if ((tag != wantTag) && strcmp(tag, wantTag)) {
107 resolveBackBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) argument
111 matchControlTag(vm, tag);
127 resolveForwardBranch(ficlDictionary *dictionary, ficlVm *vm, char *tag) argument
150 char *tag; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l67 :{WS}*tag{WS}* { return TAG; }
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_die.c55 tag: tag of the new die to be created
61 Dwarf_Tag tag,
79 new_die->di_tag = tag;
60 dwarf_new_die(Dwarf_P_Debug dbg, Dwarf_Tag tag, Dwarf_P_Die parent, Dwarf_P_Die child, Dwarf_P_Die left, Dwarf_P_Die right, Dwarf_Error * error) argument
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.c620 * Lookup the dynamic translator type tag for the specified probe argument and
630 char *tag; local
635 tag = alloca(len + 1);
637 (void) snprintf(tag, len + 1, "__dtrace_%s___%s_arg%u",
640 if (dtrace_lookup_by_type(dtp, DTRACE_OBJ_DDEFS, tag, &dtt) != 0) {
644 CTF_ADD_ROOT, tag, DT_DYN_TYPE(dtp));
649 tag, ctf_errmsg(ctf_errno(dtt.dtt_ctfp)));
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c413 /* Provide for returning the tag for an "unknown" element */
414 output("<!ATTLIST UNKNOWN tag CDATA \"UNKNOWN\">\n\n");
990 ? "%*s<UNKNOWN tag=\"%s\" value=\""
1037 print_packet(fru_tag_t *tag, uint8_t *payload, size_t length, void *args) argument
1039 int tag_type = get_tag_type(tag);
1049 ((payload_length = get_payload_length(tag)) != length)) {
1062 get_tag_dense(tag), payload_length, length);
1063 } else if ((def = fru_reg_lookup_def_by_tag(*tag)) == NULL) {
1067 unknown.tagDense = get_tag_dense(tag);
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c1348 int tag = 0; local
1376 s += 7; tag = 1;
1379 s += 7; tag = 1;
1382 s += 8; tag = 1;
1386 s += 12; tag = 1;
1389 return (tag);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c1027 * this routine is passed a context-dependent tag number and "level" and returns
1043 int tag; /* tag number */ local
1063 if ((tag = (int)asn1_id_tag(*astream)) <= lastlevel) {
1067 lastlevel = tag;
1070 if (tag == field) {
1086 } else if (tag <= classes) {
1090 classes = tag;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_dds.c398 dmsg->tag.vio_subtype);
536 vmsg.tag.vio_msgtype = VIO_TYPE_CTRL;
537 vmsg.tag.vio_subtype = VIO_SUBTYPE_INFO;
538 vmsg.tag.vio_subtype_env = VIO_DDS_INFO;
560 dmsg->tag.vio_subtype = VIO_SUBTYPE_ACK;
563 dmsg->tag.vio_subtype = VIO_SUBTYPE_NACK;
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s63 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
199 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
399 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
456 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.s62 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
196 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
337 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
391 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java1378 private String tag; // in case localHost not available field in class:LocalConsumer.Identifier
1390 tag = consumer.getTag();
1406 tag.equals(i.tag));
1420 hash = (37 * hash) + tag.hashCode();
1436 buf.append(", tag = ");
1437 buf.append(tag);
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3172 unsigned int tag, bytes; local
3188 tag = 0;
3190 tag = *ptr++;
3192 if (tag == CONTEXT) {
3209 tag = 0;
3211 tag = *ptr++;
3213 if (tag == (CONTEXT | 0x01)) {
3223 tag = 0;
3225 tag = *ptr++;
3227 if (tag
3791 g_get_tag_and_length(unsigned char **buf, int tag, unsigned int buflen, unsigned int *outlen) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1013 char tag[3]; local
1090 tag[0] = vpd_buf[index++];
1091 tag[1] = vpd_buf[index++];
1092 tag[2] = 0;
1110 if (strcmp(tag, "EC") == 0) {
1120 else if (strcmp(tag, "MN") == 0) {
1131 else if (strcmp(tag, "SN") == 0) {
1149 else if (strcmp(tag, "PN") == 0) {
1159 else if (strcmp(tag, "V0") == 0) {
1167 else if (strcmp(tag, "V
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java404 // Add only if no element in the vector matches the tag.
933 // Evaluate the query by matching the attribute tag and
938 evaluate(AttributeString tag, argument
953 match = attrLevelNot.matchDoesNotContain(tag, returns);
959 Hashtable ttable = (Hashtable)attrLevel.get(tag);
982 match = attrLevelNot.matchEqual(tag, returns);
1298 // Keys for this table are scope/service type/lang tag. Values are
1300 // where all registrations *having* the attribute tag keys in the
1321 // objects with all records having that attribute tag being on the
1342 // values are hashtables with lang tag ke
[all...]

Completed in 135 milliseconds

<<111213141516171819