Searched defs:tag (Results 176 - 200 of 297) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c458 gelf_dyn_lookup(mdb_gelf_file_t *gf, GElf_Xword tag) argument
463 if (gf->gf_dyns[i].d_tag == 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/avs/sdbc/
H A Dscmadm.c503 const char *tag; /* libcfg tag */ member in struct:__anon29
554 for (i = 0; sdbc_cfg_options[i].tag != NULL; i++) {
556 "scm.set1.%s", sdbc_cfg_options[i].tag);
603 for (i = 0; sdbc_cfg_options[i].tag != NULL; i++) {
619 "scm.set1.%s", sdbc_cfg_options[i].tag);
/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/fs.d/udfs/fsdb/
H A Dfsdb.c364 struct tag *tag; local
369 * find out the type of tag
379 tag = (struct tag *)(baddr + (addr & bmask));
384 if ((tag = (struct tag *)getblk(
450 switch (SWAP_16(tag->tag_id)) {
452 print_pvd(stdout, (struct pri_vol_desc *)tag);
455 print_avd(stdout, (struct anch_vol_desc_ptr *)tag);
697 struct tag *tag; local
962 struct tag *tag; local
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddump.c140 uint32_t tag
143 switch (tag) {
1073 uint32_t tag = obj->attrs[ local
1081 uid, puid, tag, (const char *)name);
1085 uid, puid, tag, (const char *)name);
1430 uint32_t tag; local
1441 tag = ISNS_DD_ID_ATTR_ID;
1444 tag = ISNS_DD_SET_ID_ATTR_ID;
1458 tlv->attr_id = htonl(tag);
H A Disns_server.h184 uint32_t tag; member in struct:isns_attr
335 #define PG_TAG(PGT) (((PGT)->tag) & ISNS_PG_TAG)
H A Dqry.c610 uint32_t tag; local
619 tag = key->attr_id;
620 if (tag < min_tag || tag > max_tag) {
623 attr = &attrs[tag - min_tag]; /* ATTR_INDEX_xxx */
637 uint32_t tag
642 switch (tag) {
706 if (attrs->tag != 0 && attrs->len > 0) {
708 lc.op[0] = get_op_method(attrs->tag);
1038 uint32_t tag; local
1144 uint32_t tag; local
[all...]
/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/sgs/rtld/common/
H A Dcap.c852 cap_modify(Xword tag, const char *str) argument
879 * Process the capabilities as directed by the calling tag.
881 switch (tag) {
887 * passing in the CA_SUNW_HW_1 tag. However, the
904 * triggered by a tag of CA_SUNW_SF_1, but the tokens
929 ndx = tag;
932 if (tag == CA_SUNW_HW_1) {
944 ndx = 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/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/cmd/svr4pkg/libinst/
H A Dsml.c42 * smlAddTag - Add new tag object into existing tag object
43 * smlConvertStringToTag - Convert string into tag object
44 * smlConvertTagToString - Convert a tag object into a string
46 * smlDbgPrintTag - Print a representation of an XML tag if debugging
47 * smlDelParam - Delete a parameter from a tag object
48 * smlDelTag - Delete element from tag object
49 * smlDup - Duplicate a tag object
50 * smlFindAndDelTag - Delete a tag if found in tag objec
177 SML_TAG *tag; local
240 smlDelTag(SML_TAG *tag, SML_TAG *sub_tag) argument
321 smlFreeTag(SML_TAG *tag) argument
377 smlGetParam_r(SML_TAG *tag, char *name, char *buf, int bufLen) argument
445 smlGetParam(SML_TAG *tag, char *name) argument
509 smlGetParamName(SML_TAG *tag, int index) argument
564 smlGetParamByTag(SML_TAG *tag, int index, char *tagName, char *paramName) argument
614 smlGetTagByTagParam(SML_TAG *tag, int index, char *tagName, char *paramName, char *paramValue) argument
723 smlGetParamByTagParam(SML_TAG *tag, int index, char *tagName, char *paramName, char *paramValue, char *paramReturn) argument
847 smlGetTag(SML_TAG *tag, int index) argument
889 smlGetTagByName(SML_TAG *tag, int index, char *name) argument
959 SML_TAG *tag = SML_TAG__NULL; local
1070 SML_TAG *tag; local
1118 smlConvertTagToString(SML_TAG *tag) argument
1218 smlDelParam(SML_TAG *tag, char *name) argument
1321 smlSetParamF(SML_TAG *tag, char *name, char *format, ...) argument
1387 smlGetParamF(SML_TAG *tag, char *format, ...) argument
1448 smlSetParam(SML_TAG *tag, char *name, char *value) argument
1538 smlParamEqF(SML_TAG *tag, char *findTag, char *findParam, char *format, ...) argument
1602 smlParamEq(SML_TAG *tag, char *findTag, char *findParam, char *str) argument
1655 smlFindAndDelTag(SML_TAG *tag, char *findTag) argument
1693 smlDup(SML_TAG *tag) argument
1767 smlSetFileStatInfo(SML_TAG **tag, struct stat *statbuf, char *path) argument
1831 smlFstatCompareEq(struct stat *statbuf, SML_TAG *tag, char *path) argument
2394 SML_TAG *tag; local
3062 _smlWriteSimpleTag(char **a_str, SML_TAG *tag) argument
3190 _smlFreeTag(SML_TAG *tag) argument
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3804 SML_TAG *tag; local
3900 r = smlConvertStringToTag(&tag, a);
3906 smlDbgPrintTag(tag, DBG_PARSED_ENVIRONMENT, a_envVar);
3912 ntag = smlGetTagByName(tag, 0, TAG_COND_TOPLEVEL);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c1744 vnode_t *vp, pid_t pid, nfs4_tag_type_t tag, seqid4 seqid)
1753 bsep->bs_tag = tag;
1743 nfs4_create_bseqid_entry(nfs4_open_owner_t *oop, nfs4_lock_owner_t *lop, vnode_t *vp, pid_t pid, nfs4_tag_type_t tag, seqid4 seqid) argument
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c1649 ea_object_t *tag; local
1658 tag = ea_alloc_group(EXT_GROUP | EXC_DEFAULT | EXD_GROUP_TASK_TAG);
1659 (void) ea_attach_item(tag, &tk->tk_tkid, 0,
1661 (void) ea_attach_item(tag, tk->tk_zone->zone_nodename, 0,
1667 (void) ea_attach_item(tag, ubuf, ubufsz, cat);
1669 bufsize = ea_pack_object(tag, NULL, 0);
1671 (void) ea_pack_object(tag, buf, bufsize);
1674 ea_free_object(tag, EUP_ALLOC);
1700 ea_object_t *tag; local
1709 tag
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c2154 u8 op, tag, mac_addr[6]; member in struct:__anon6416
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c631 uint32_t tag; local
685 tag = pwrk->htag;
692 if (pmcs_ssp_tmf(pwp, pptr, SAS_ABORT_TASK, tag, lun,
1966 "%s: giving pkt %p (tag %x) to the hardware", __func__,
2034 pmcs_prt(pwp, PMCS_PRT_DEBUG, pptr, xp, "%s: dead cmd tag "
2045 "%s: cmd 0x%p (tag 0x%x) timed out for %s",
2362 uint8_t cdb_base, asc, tag; local
2484 * Get a tag. At this point, hold statlock until the tagmap is
2488 for (tag = 0; tag < x
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c309 void *tag; /* process as pointer as tag */ member in struct:segproc
313 #define ID(sdp) ((sdp)->tag)
995 /* Routine to find a SegProc corresponding to the tag */
998 seglock_find_specific(SegLock *lp, void *tag) argument
1003 ASSERT(tag != NULL);
1005 if (ID(sdp) == tag)
1011 /* Routine to find (and if needed allocate) a SegProc corresponding to tag */
1014 seglock_alloc_specific(SegLock *lp, void *tag) argument
1019 ASSERT(tag !
[all...]
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h231 uint16_t tag; member in struct:zyd_rx_desc
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_com.h77 /* Generation number for tag blocks */
168 tnf_ref32_t tag; /* type record */ member in struct:tnf_tagged_hdr
172 tnf_ref32_t tag; /* type record */ member in struct:tnf_array_hdr
177 tnf_ref32_t tag; /* type record */ member in struct:tnf_type_hdr
183 tnf_ref32_t tag; /* type record */ member in struct:tnf_struct_type_hdr
191 tnf_ref32_t tag; /* type record */ member in struct:tnf_array_type_hdr
199 tnf_ref32_t tag; /* type record */ member in struct:tnf_derived_type_hdr
212 tnf_ref32_t tag; member in struct:tnf_file_header
232 tnf_ref32_t tag; member in struct:tnf_block_header
233 tnf_uint32_t generation; /* (-1) => tag bloc
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h328 * Specifies the tag and sync bits used for the port.
336 uint16_t tag; member in struct:ixl1394_set_tagsync
342 ixl1394_set_tagsync::tag))
346 * Specifies the tag and sync bits used for the port.
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c472 sm_associate(int unit, sm_lqi_t *plqi, ulong_t tag, uint_t ioflag, char *dp) argument
518 plqi->sm_tag = tag;
590 sm_disassociate(int unit, sm_lqi_t *plqi, ulong_t tag) argument
615 } else if (plqi->sm_tag != tag) {
617 ("Invalid tag for TTYMUX_DISASSOC ioctl\n"));
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c199 * void wrtmsg(severity, action, tag, text[, txtarg1[, txtarg2[, ...]]])
207 * tag Tag-component of the message
217 wrtmsg(int severity, char *action, char *tag, char *text, ...) argument
233 (text == MM_NULLTXT) ? MM_NULLTXT : msgbuf, action, tag);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c729 uint16_t tag; local
738 tag = (uint16_t)cnt;
825 icmd->ULPIOTAG = tag;
848 /* We will process all nodes with this tag later */

Completed in 183 milliseconds

1234567891011>>