Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr.c1395 while (bp->b_sflags & DR_BSLOCK) { in dr_disconnect()
1401 bp->b_sflags |= DR_BSLOCK; in dr_disconnect()
1996 while (bp->b_sflags & DR_BSLOCK) { in dr_dev_unconfigure()
2002 bp->b_sflags |= DR_BSLOCK; in dr_dev_unconfigure()
2141 while (bp->b_sflags & DR_BSLOCK) { in dr_dev_status()
2147 bp->b_sflags |= DR_BSLOCK; in dr_dev_status()
3307 while (bp->b_sflags & DR_BSLOCK) in dr_lock_status()
3309 bp->b_sflags |= DR_BSLOCK; in dr_lock_status()
3317 bp->b_sflags &= ~DR_BSLOCK; in dr_unlock_status()
/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c1405 while (bp->b_sflags & DR_BSLOCK) { in dr_disconnect()
1411 bp->b_sflags |= DR_BSLOCK; in dr_disconnect()
2028 while (bp->b_sflags & DR_BSLOCK) { in dr_dev_unconfigure()
2034 bp->b_sflags |= DR_BSLOCK; in dr_dev_unconfigure()
2173 while (bp->b_sflags & DR_BSLOCK) { in dr_dev_status()
2179 bp->b_sflags |= DR_BSLOCK; in dr_dev_status()
3340 while (bp->b_sflags & DR_BSLOCK) in dr_lock_status()
3342 bp->b_sflags |= DR_BSLOCK; in dr_lock_status()
3350 bp->b_sflags &= ~DR_BSLOCK; in dr_unlock_status()
/titanic_44/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h233 #define DR_BSLOCK 0x01 /* for blocking status (protected by b_slock) */ macro
/titanic_44/usr/src/uts/i86pc/sys/
H A Ddr.h264 #define DR_BSLOCK 0x01 /* for blocking status (protected by b_slock) */ macro