Searched refs:tag (Results 351 - 375 of 466) sorted by relevance

<<111213141516171819

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h450 /* Objects with an APPLICATION tag added. */
528 /* If TAG is non-negative, a context tag with that value is added
531 tag.) The tag is omitted for optional fields that are not
534 It's a bit illogical to combine the tag and other field info,
536 context tags, and of course a tag could be used elsewhere. But
538 context tag on each sequence field, so for now let's address
539 that case primarily and work around the other cases (thus tag<0
541 signed int tag : 5; member in struct:field_info
549 the context tag
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java96 * @param tag The attribute tag for the term.
107 boolean evaluate(AttributeString tag, argument
512 // Parse attribute tag.
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpIndexPanel.java254 Debug.message("doubleclick: " + item.tag);
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h205 char *tag; member in struct:hdr
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c1293 nfslog_record_header *lhp, char *principal_name, char *tag,
1301 * Fields: time bytes tag rpc-program rpc-version rpc-procedure
1309 if ((tag != NULL) && (tag[0] != '\0')) {
1310 elfbufoffset += sprintf(&elfbuf[elfbufoffset], " \"%s\"", tag);
1365 "#Fields: time bytes tag");
1435 * Fields: time bytes tag rpc-program rpc-version rpc-procedure
1292 nfsl_elf_record_header_print(struct nfsl_log_file *elfrec, nfslog_record_header *lhp, char *principal_name, char *tag, struct nfsl_proc_disp *disp, char *progname) argument
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c553 if (attr->tag != 0 && attr->value.ui != 0) {
712 attr->tag = ISNS_ISCSI_SCN_BITMAP_ATTR_ID;
714 } else if (attr->tag == 0) {
717 attr->tag = 0;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c742 if (args->tag.utf8string_len > 0)
743 UTF8STRING_FREE(args->tag)
762 res->tag.utf8string_val = NULL;
855 (void) str_to_utf8("cb_recall", &cb4_args.tag);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h287 void dnode_rele_and_unlock(dnode_t *dn, void *tag);
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c498 static void prt_usb_hid_item_tags(uint_t tag);
959 prt_usb_hid_item_tags(uint_t tag) argument
961 switch (tag) {
1016 mdb_printf("tag ");
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c512 lt_stat_update(pid_t pid, id_t tid, char *stack, char *tag, argument
527 tag_cause_id = lt_table_cause_from_name(tag, 0, 0);
530 /* This must be a syscall tag */
532 (void) snprintf(tmp, sizeof (tmp), "Syscall: %s", tag);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_ds.c612 uint32_t tag; local
677 tag = PMCS_TAG_TYPE(pwrk->htag);
678 if (tag == PMCS_TAG_TYPE_WAIT) {
695 " pwrk(%p) tag(0x%x)", __func__, (void *)pwrk,
733 "pwrk(%p) tag(0x%x)", __func__, (void *)tgt, (void *)pwrk,
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c1026 int i, tag; local
1040 tag = NDI_EVENT_TAG(cookie);
1051 switch (tag) {
/illumos-gate/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c1223 int i, tag; local
1237 tag = NDI_EVENT_TAG(cookie);
1248 switch (tag) {
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2525 md_tags_t tag,
2542 (cmd, tag, set, dev, event));
2556 err = ((*notify_interface)(cmd, tag, set, dev, event));
2562 obj2devname(uint32_t tag, uint_t setno, md_dev64_t dev) argument
2582 switch (tag) {
2721 do_mdnotify(char *se_subclass, uint32_t tag, set_t setno, md_dev64_t devid) argument
2729 if (tag >= (sizeof (md_tags) / sizeof (md_tags[0]))) {
2732 md_tag = md_tags[tag];
2745 uint32_t tag,
2757 do_mdnotify(se_subclass, tag, setn
2523 md_notify_interface( md_event_cmds_t cmd, md_tags_t tag, set_t set, md_dev64_t dev, md_event_type_t event ) argument
2742 svm_gen_sysevent( char *se_class, char *se_subclass, uint32_t tag, set_t setno, md_dev64_t devid ) argument
[all...]
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dp4_pcbe.c544 #define P4_ATTRS "emask,tag,compare,complement,threshold,edge"
664 * Set up the ESCR with the desired parameters (usr, sys, tag).
680 uint8_t tag; local
761 } else if (strcmp("tag", attrs[i].ka_name) == 0) {
764 tag = attrs[i].ka_val;
839 cfg->p4_escr |= tag << ESCR_TAG_VALUE_SHIFT;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c706 static utf8string tag; local
708 if (!xdr_utf8string(&xdrm, &tag))
711 utf8localize(&tag),
713 xdr_free(xdr_utf8string, (char *)&tag);
776 static utf8string tag; local
778 if (!xdr_utf8string(&xdrm, &tag))
781 utf8localize(&tag),
783 xdr_free(xdr_utf8string, (char *)&tag);
2236 static utf8string tag; local
2239 if (!xdr_utf8string(&xdrm, &tag))
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c286 * Converting from the tag field to the compressed fctw is easy.
287 * If the two tag bits are 3, then the register is empty and we
293 if (((src32->tag >> (i * 2)) & 3) != 3)
616 * AMD64 stores the tag in a compressed form. It is
617 * necessary to extract the original 2-bit tag value.
623 dst32->tag = 0;
628 * since tag word indices are physical register numbers. Then
629 * to get the tag value, we shift over two bits for each tag
666 dst32->tag |
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c1372 uint32_t tag; local
1413 tag = fdt_next_tag(fdtp, o, &next);
1414 switch (tag) {
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c128 static int cpu_ectag_line_invalid(int cachesize, uint64_t tag);
130 uint64_t cpu_ectag_to_pa(int setsize, uint64_t tag);
132 uint64_t subaddr, uint64_t tag);
318 * dcache data tag.
821 * Invalid tag, ingnore this entry.
2223 * D$ data and tag must also be corrected. Set D$ data bits
2293 * Parity error in I$ tag or data
2357 * Parity error in D$ tag.
3925 /* remove low order PA bits from fault address not used in PA tag */
4007 * Check tag fo
6595 cpu_ectag_to_pa(int setsize, uint64_t tag) argument
6625 cpu_ectag_line_invalid(int cachesize, uint64_t tag) argument
6640 cpu_ectag_pa_to_subblk_state(int cachesize, uint64_t subaddr, uint64_t tag) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c666 struct tag *ttag;
739 ttag = (struct tag *)(addr + index * DEV_BSIZE);
970 struct tag *ttag;
1054 ttag = (struct tag *)(addr + index * DEV_BSIZE);
1410 ttag = (struct tag *)(addr + index * DEV_BSIZE);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_update.c87 * IXL1394_OP_SET_TAGSYNC tag, sync
891 if ((new_set_tagsync_ixlp->tag == old_set_tagsync_ixlp->tag) &&
929 /* build new pkthdr1 from new IXL tag/sync bits */
931 (new_set_tagsync_ixlp->tag << DESC_PKT_TAG_SHIFT) |
1696 * set old ixl set tagsync cmd tag & sync from new ixl set
1699 old_set_tagsync_ixlp->tag = new_set_tagsync_ixlp->tag;
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_util.c760 vtocp->parts[MD_SLICE0].tag = V_USR;
764 vtocp->parts[replicaslice].tag = V_USR;
882 if (vtoc.parts[i].tag == V_USR &&
897 } else if (vtoc.parts[i].tag == V_RESERVED) {
902 } else if (vtoc.parts[i].tag == V_USR &&
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c5264 * +t: tag is 0
5266 * +t: tag is 1
5268 * +t: tag is 2
5270 * +t: tag is 3
5272 * +t: tag is 4
5354 gettext("invalid reason tag 0x%x"), rTag);
5362 "tag 0x%x"), berRC, rTag);
5385 * +t: tag is 2
5387 * +t: tag is 3
5397 get_old_acct_opt_more_info(ber_tag_t tag, BerElemen argument
5508 ber_tag_t tag; local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2421 * Add a "tag" option to a mounted file system's options list.
2427 vfs_addtag(mntopts_t *mops, const char *tag) argument
2444 mop->mo_name = kmem_alloc(strlen(tag) + 1, KM_SLEEP);
2445 (void) strcpy(mop->mo_name, tag);
2454 vfs_settag(uint_t major, uint_t minor, const char *mntpt, const char *tag, argument
2489 * Add tag if it doesn't already exist
2491 if ((mop = vfs_hasopt(mops, tag)) == NULL) {
2496 if (len + strlen(tag) + 2 > MAX_MNTOPT_STR) {
2500 mop = vfs_addtag(mops, tag);
2506 vfs_setmntopt_nolock(mops, tag, NUL
2518 vfs_clrtag(uint_t major, uint_t minor, const char *mntpt, const char *tag, cred_t *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c369 * unique tag.
373 int tag; /* compression stream tag */ member in struct:helper
545 int tag; local
636 tag = 1;
640 hp->tag = tag++;
1978 cs = DUMP_SET_TAG(csize, hp->tag);
2079 /* Set tag+size word at the front of the stream block. */
2080 cs = DUMP_SET_TAG(hp->out - CSIZE, hp->tag);
[all...]

Completed in 164 milliseconds

<<111213141516171819