Searched refs:tag (Results 426 - 450 of 466) sorted by relevance

<<111213141516171819

/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1061 /* Setup tag info */
1063 rdesc->tag = cmd->tag;
1065 rdesc->tag = MSG_SIMPLE_QTAG;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c2261 * @vid: The VLAN tag filter - capture any multicast packet with this VLAN tag
2295 * @vid: The VLAN tag filter - capture any unicast packet with this VLAN tag
4200 * i40e_aq_add_tag - Add an S/E-tag
4202 * @direct_to_queue: should s-tag direct flow to a specific queue
4203 * @vsi_seid: VSI SEID to use this tag
4204 * @tag: value of the tag
4210 * This associates an S- or E-tag t
4214 i40e_aq_add_tag(struct i40e_hw *hw, bool direct_to_queue, u16 vsi_seid, u16 tag, u16 queue_num, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
4263 i40e_aq_remove_tag(struct i40e_hw *hw, u16 vsi_seid, u16 tag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
[all...]
H A Di40e_adminq_cmd.h1100 /* Add S/E-tag command (direct 0x0255)
1110 __le16 tag; member in struct:i40e_aqc_add_tag
1125 /* Remove S/E-tag command (direct 0x0256)
1133 __le16 tag; member in struct:i40e_aqc_remove_tag
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c597 pr_key_lst(char *tag, key_lst_t *klp) argument
601 md_eprintf("Tag=%s\n", tag);
/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
H A Dnfs4_srv.c5757 * Form a reply tag by copying over the reqeuest tag.
5759 resp->tag.utf8string_val =
5760 kmem_alloc(args->tag.utf8string_len, KM_SLEEP);
5761 resp->tag.utf8string_len = args->tag.utf8string_len;
5762 bcopy(args->tag.utf8string_val, resp->tag.utf8string_val,
5763 resp->tag.utf8string_len);
5922 * XXX zero out the tag an
[all...]
H A Dnfs_export.c113 #define SECREF_TRACE(seclist, tag, flav, aftcnt) \
115 char *, (tag), int, (int)(flav), int, (int)(aftcnt))
1278 * Get the path to the logging buffer and the tag
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c195 for (i = 0; optdefs[i].tag != NULL; i++) {
196 if (strcmp(optdefs[i].tag, name) == 0)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1395 kmem_buftag_t tag; local
1399 if (mdb_vread(&tag, sizeof (tag),
1405 out = (uintptr_t)tag.bt_bufctl;
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c341 (uint32_t)io2.tid, NCA_ADDR_WIDTH, io2.cid, io2.tag, io2.ctag,
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c929 if (LE_16(desc->tag) == ZYD_TAG_MULTIFRAME) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h504 uint32_t tag[2]; member in struct:oce_mbx
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s759 * tag overflow trap
939 * synthesize for miss handler: pseudo-tag access in %g2 (with context "type"
948 srlx %g2, TAG_VALO_SHIFT, %g7 /* g7 = tsb tag */ ;\
955 srlx %g2, TAG_VALO_SHIFT, %g7 /* g7 = tsb tag */ ;\
992 srlx %g2, TAG_VALO_SHIFT, %g7 /* g7 = tsb tag */ ;\
999 srlx %g2, TAG_VALO_SHIFT, %g7 /* g7 = tsb tag */ ;\
1021 * g2 = pseudo-tag access register (ctx type rather than ctx ID) ;\
1042 * g2 = tag access register (in)
1057 stna %g2, [%g3 + TRAP_ENT_SP]%asi /* tag access */ ;\
1148 TAG_OVERFLOW; /* 023 tag overflo
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s890 * tag overflow trap
1018 * operation based on whether the ctx from the tag access register matches
1023 * g2 = tag access register
1075 mov MMU_TAG_ACCESS, %g6 /* select tag acc */ ;\
1077 ldxa [%g6]ASI_DMMU, %g2 /* g2 = tag access */ ;\
1084 srlx %g2, TAG_VALO_SHIFT, %g7 /* g7 = tsb tag */ ;\
1085 ldda [%g1]ASI_QUAD_LDD_PHYS, %g4 /* g4 = tag, %g5 data */;\
1112 mov MMU_TAG_ACCESS, %g6 /* select tag acc */ ;\
1114 ldxa [%g6]ASI_DMMU, %g2 /* g2 = tag access */ ;\
1119 srlx %g2, TAG_VALO_SHIFT, %g7 /* g7 = tsb tag */ ;\
[all...]
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdvar.h718 uint32_t tag, set_t setno, md_dev64_t devid);
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c829 scsi_req->hdr.tag = skreq->id;
1344 scsi->hdr.tag = skspcl->req.id;
1891 cmp_cntxt = skcmp->tag;
2131 req_id = skcomp->tag;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_impl.h1096 __in efx_vpd_tag_t tag, variable
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1351 umem_buftag_t tag; local
1355 if (mdb_vread(&tag, sizeof (tag),
1361 out = (uintptr_t)tag.bt_bufctl;
3933 * |/tag///| mallocsz |/round-off/////|/debug info////|
3943 * The tag at the beginning of the buffer is either 8-bytes or 16-bytes,
3945 * it is always a 8-byte tag. For 64-bit allocations larger than 8 bytes,
3946 * the tag has 8 bytes of padding before it.
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c754 * Note: Releases dp using the specified tag.
757 dmu_send_impl(void *tag, dsl_pool_t *dp, dsl_dataset_t *to_ds, argument
773 dsl_pool_rele(dp, tag);
788 dsl_pool_rele(dp, tag);
862 dsl_pool_rele(dp, tag);
H A Dzfs_ioctl.c1428 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) argument
1436 RW_READER, tag);
1443 rrm_exit(&(*zfvp)->z_teardown_lock, tag);
1451 zfsvfs_rele(zfsvfs_t *zfsvfs, void *tag) argument
1453 rrm_exit(&zfsvfs->z_teardown_lock, tag);
H A Dspa.c3050 spa_open_common(const char *pool, spa_t **spapp, void *tag, nvlist_t *nvpolicy, argument
3133 spa_open_ref(spa, tag);
3160 spa_open_rewind(const char *name, spa_t **spapp, void *tag, nvlist_t *policy, argument
3163 return (spa_open_common(name, spapp, tag, policy, config));
3167 spa_open(const char *name, spa_t **spapp, void *tag) argument
3169 return (spa_open_common(name, spapp, tag, NULL, NULL));
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c4711 * Get a work structure and assign it a tag with type and serial number
4814 * Find a work structure based upon a tag and make sure that the tag
4871 pmcs_abort(pmcs_hw_t *pwp, pmcs_phy_t *pptr, uint32_t tag, int all_cmds, argument
4930 msg[3] = LE_32(tag);
4932 pwrk->abt_htag = tag;
4952 "%s: aborting tag 0x%x for %s device %s. (htag=0x%x)",
4953 __func__, tag, pmcs_get_typename(pptr->dtype), pptr->path,
5049 pmcs_ssp_tmf(pmcs_hw_t *pwp, pmcs_phy_t *pptr, uint8_t tmf, uint32_t tag, argument
5078 msg[3] = LE_32(tag);
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2074 int tag; local
2096 * Peek at the tag and length ("tl"),
2099 if (kmfber_scanf(exasn1, "tl{", &tag, &oldsize) == KMFBER_DEFAULT ||
/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/sgs/libld/common/
H A Dsections.c1591 #define CAP_UPDATE(cap, capndx, tag, val) \
1592 cap->c_tag = tag; \

Completed in 216 milliseconds

<<111213141516171819