Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c1303 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
2130 struct hc_walk *hwp; in hc_fmri_expand() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c142 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 Dfmd_mdb.c315 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 Dimmu_dvma.c1854 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 Dkcf_miscapi.c649 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 Dpmcs_intr.c73 #define EVT_PRT(hwp, msg, phy) \ argument