Searched refs:opsp (Results 1 – 4 of 4) sorted by relevance
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 && \ argument241 (opsp) != &mod_nodev_ops)242 #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
219 dacf_rsrvlist_t **opsp, *op; in dacfc_postattach() local225 opsp = &DEVI(devi)->devi_dacf_tasks; in dacfc_postattach()226 dacf_process_rsrvs(opsp, DACF_OPID_POSTATTACH, DACF_PROC_INVOKE); in dacfc_postattach()231 for (op = *opsp; op != NULL; op = op->rsrv_next) { in dacfc_postattach()272 dacf_rsrvlist_t **opsp, *op; in dacfc_predetach() local278 opsp = &DEVI(devi)->devi_dacf_tasks; in dacfc_predetach()279 dacf_process_rsrvs(opsp, DACF_OPID_PREDETACH, DACF_PROC_INVOKE); in dacfc_predetach()284 for (op = *opsp; op != NULL; op = op->rsrv_next) { in dacfc_predetach()
403 struct psm_ops *opsp; in psm_install() local409 opsp = swp->psw_infop->p_ops; in psm_install()410 if (opsp->psm_probe) { in psm_install()411 if ((*opsp->psm_probe)() == PSM_SUCCESS) { in psm_install()
440 hpc_slot_t *handlep, hpc_slot_ops_t *opsp, in hpc_slot_register() argument455 if (handlep == NULL || infop == NULL || opsp == NULL || hpc_dip == NULL) in hpc_slot_register()511 slotp->slot_ops = *opsp; in hpc_slot_register()