Searched defs:opsp (Results 1 – 4 of 4) sorted by relevance
219 dacf_rsrvlist_t **opsp, *op; in dacfc_postattach() local272 dacf_rsrvlist_t **opsp, *op; in dacfc_predetach() local
238 #define INCR_DEV_OPS_REF(opsp) (opsp)->devo_refcnt++ argument239 #define DECR_DEV_OPS_REF(opsp) (opsp)->devo_refcnt-- argument240 #define CB_DRV_INSTALLED(opsp) ((opsp) != &nodev_ops && \ argument242 #define DRV_UNLOADABLE(opsp) ((opsp)->devo_refcnt == 0) argument243 #define DEV_OPS_HELD(opsp) ((opsp)->devo_refcnt > 0) argument244 #define NEXUS_DRV(opsp) ((opsp)->devo_bus_ops != NULL) argument
403 struct psm_ops *opsp; in psm_install() local
440 hpc_slot_t *handlep, hpc_slot_ops_t *opsp, in hpc_slot_register()