Home
last modified time | relevance | path

Searched defs:hwp (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_mpi.h46 #define PMCS_FW_TYPE(hwp) (hwp->fw & 0xf) argument
51 #define PMCS_FW_VARIANT(hwp) ((hwp->fw >> 4) & 0xf) argument
52 #define PMCS_FW_MAJOR(hwp) ((hwp->fw >> 24) & 0xff) argument
53 #define PMCS_FW_MINOR(hwp) ((hwp->fw >> 16) & 0xff) argument
54 #define PMCS_FW_MICRO(hwp) ((hwp->fw >> 8) & 0xff) argument
55 #define PMCS_FW_REV(hwp) ((hwp->fw >> 8) & 0xffffff) argument
H A Dpmcs_iomb.h681 #define GET_IQ_ENTRY(hwp, qnum) \ argument
691 #define INC_IQ_ENTRY(hwp, qnum) \ argument
715 #define INC_IQ_ENTRY(hwp, qnum) \ argument
760 #define GET_OQ_ENTRY(hwp, qn, ix, o) \ argument
763 #define STEP_OQ_ENTRY(hwp, qn, ix, n) ix = ADDQI(ix, n, hwp->ioq_depth) argument
765 #define SYNC_OQ_ENTRY(hwp, qn, ci, pi) \ argument
H A Dpmcs_def.h431 #define SCHEDULE_WORK(hwp, wrk) \ argument
438 #define WORK_SCHEDULED(hwp, wrk) \ argument
446 #define WORK_IS_SCHEDULED(hwp, wrk) \ argument
465 #define PMCS_CQ_RUN_LOCKED(hwp) \ argument
480 #define PMCS_CQ_RUN(hwp) \ argument
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1313 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp, in hc_walk_sibling()
1356 struct hc_walk *hwp = (struct hc_walk *)pdata; in hc_walker() local
1465 struct hc_walk *hwp; in hc_walk_init() local
1541 struct hc_walk *hwp; in hc_fmri_prop_get() local
1613 struct hc_walk *hwp; in hc_fmri_pgrp_get() local
1672 struct hc_walk *hwp; in hc_fmri_prop_set() local
1802 struct hc_walk *hwp; in hc_fmri_present() local
1920 struct hc_walk *hwp; in hc_fmri_replaced() local
1985 struct hc_walk *hwp; in hc_fmri_unusable() local
2079 struct hc_walk *hwp; in hc_fmri_facility() local
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c143 hash_walk_t *hwp; in modent_walk_init() local
203 hash_walk_t *hwp = wsp->walk_data; in modent_walk_step() local
238 hash_walk_t *hwp = wsp->walk_data; in modent_walk_fini() local
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c308 hashwalk_data_t *hwp; in hash_walk_init() local
335 hashwalk_data_t *hwp = wsp->walk_data; in hash_walk_step() local
359 hashwalk_data_t *hwp = wsp->walk_data; in hash_walk_fini() local
383 hashwalk_data_t *hwp = wsp->walk_data; in ustat_walk_step() local
/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c1852 hw_pdte_t *hwp; in PTE_clear_all() local
2011 PTE_set_one(immu_t *immu, hw_pdte_t *hwp, paddr_t paddr, in PTE_set_one()
2103 hw_pdte_t *hwp; in PTE_set_all() local
2171 PDE_set_one(immu_t *immu, hw_pdte_t *hwp, pgtable_t *next, in PDE_set_one()
2247 hw_pdte_t *hwp; in PDE_set_all() local
/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c649 kcf_prov_mech_desc_t *hwp; in crypto_get_all_mech_info() local
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c73 #define EVT_PRT(hwp, msg, phy) \ argument
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_xf.c1635 idn_cpu_per_board(pda_handle_t ph, cpuset_t cset, struct hwconfig *hwp) in idn_cpu_per_board()