Lines Matching defs:opsp
238 #define INCR_DEV_OPS_REF(opsp) (opsp)->devo_refcnt++
239 #define DECR_DEV_OPS_REF(opsp) (opsp)->devo_refcnt--
240 #define CB_DRV_INSTALLED(opsp) ((opsp) != &nodev_ops && \
241 (opsp) != &mod_nodev_ops)
242 #define DRV_UNLOADABLE(opsp) ((opsp)->devo_refcnt == 0)
243 #define DEV_OPS_HELD(opsp) ((opsp)->devo_refcnt > 0)
244 #define NEXUS_DRV(opsp) ((opsp)->devo_bus_ops != NULL)