Searched refs:sbrp (Results 1 – 1 of 1) sorted by relevance
245 sbdp_ref_t *sbrp = (sbdp_ref_t *)arg; in sbdp_check_dip() local250 ASSERT(sbrp->sep != NULL); in sbdp_check_dip()251 ASSERT(sbrp->refcount != NULL); in sbdp_check_dip()260 (void) ddi_pathname(dip, sbdp_get_err_buf(sbrp->sep)); in sbdp_check_dip()261 sbdp_set_err(sbrp->sep, ESBD_BUSY, NULL); in sbdp_check_dip()262 (*sbrp->refcount)++; in sbdp_check_dip()274 (*sbrp->refcount)++; in sbdp_check_dip()277 (void) ddi_pathname(dip, sbdp_get_err_buf(sbrp->sep)); in sbdp_check_dip()279 if (sbrp->refcount_non_gldv3 && NETWORK_PHYSDRV(major) && in sbdp_check_dip()281 (*sbrp->refcount_non_gldv3)++; in sbdp_check_dip()[all …]