/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_mpi.h | 46 #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 D | pmcs_iomb.h | 681 #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 D | pmcs_def.h | 431 #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
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1260 hc_walk_sibling(topo_mod_t *mod, tnode_t *node, struct hc_walk *hwp, in hc_walk_sibling() 1303 struct hc_walk *hwp = (struct hc_walk *)pdata; in hc_walker() local 1412 struct hc_walk *hwp; in hc_walk_init() local 1488 struct hc_walk *hwp; in hc_fmri_prop_get() local 1560 struct hc_walk *hwp; in hc_fmri_pgrp_get() local 1619 struct hc_walk *hwp; in hc_fmri_prop_set() local 1749 struct hc_walk *hwp; in hc_fmri_present() local 1867 struct hc_walk *hwp; in hc_fmri_replaced() local 1932 struct hc_walk *hwp; in hc_fmri_unusable() local 2026 struct hc_walk *hwp; in hc_fmri_facility() local [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 142 hash_walk_t *hwp; in modent_walk_init() local 202 hash_walk_t *hwp = wsp->walk_data; in modent_walk_step() local 237 hash_walk_t *hwp = wsp->walk_data; in modent_walk_fini() local
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_mdb.c | 315 hashwalk_data_t *hwp; in hash_walk_init() local 342 hashwalk_data_t *hwp = wsp->walk_data; in hash_walk_step() local 366 hashwalk_data_t *hwp = wsp->walk_data; in hash_walk_fini() local 390 hashwalk_data_t *hwp = wsp->walk_data; in ustat_walk_step() local
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 1854 hw_pdte_t *hwp; in PTE_clear_all() local 2013 PTE_set_one(immu_t *immu, hw_pdte_t *hwp, paddr_t paddr, in PTE_set_one() 2105 hw_pdte_t *hwp; in PTE_set_all() local 2174 PDE_set_one(immu_t *immu, hw_pdte_t *hwp, pgtable_t *next, in PDE_set_one() 2250 hw_pdte_t *hwp; in PDE_set_all() local
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 649 kcf_prov_mech_desc_t *hwp; in crypto_get_all_mech_info() local
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_intr.c | 73 #define EVT_PRT(hwp, msg, phy) \ argument
|