Home
last modified time | relevance | path

Searched refs:sbrp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c249 sbdp_ref_t *sbrp = (sbdp_ref_t *)arg; in sbdp_check_dip() local
254 ASSERT(sbrp->sep != NULL); in sbdp_check_dip()
255 ASSERT(sbrp->refcount != NULL); in sbdp_check_dip()
264 (void) ddi_pathname(dip, sbdp_get_err_buf(sbrp->sep)); in sbdp_check_dip()
265 sbdp_set_err(sbrp->sep, ESBD_BUSY, NULL); in sbdp_check_dip()
266 (*sbrp->refcount)++; in sbdp_check_dip()
278 (*sbrp->refcount)++; in sbdp_check_dip()
281 (void) ddi_pathname(dip, sbdp_get_err_buf(sbrp->sep)); in sbdp_check_dip()
283 if (sbrp->refcount_non_gldv3 && NETWORK_PHYSDRV(major) && in sbdp_check_dip()
285 (*sbrp->refcount_non_gldv3)++; in sbdp_check_dip()
[all …]