Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h134 uchar_t un_exclopen; /* exclusive open bits */ member
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1318 un->un_exclopen, flag, un->un_ocmap.regopen[otyp]); in dcdopen()
1321 un->un_exclopen, partmask); in dcdopen()
1323 if (un->un_exclopen & (partmask)) { in dcdopen()
1384 un->un_exclopen |= (partmask); in dcdopen()
1531 if (un->un_exclopen & (1<<part)) { in dcdclose()
1532 un->un_exclopen &= ~(1<<part); in dcdclose()
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h360 uint64_t un_exclopen; /* exclusive open bitmask */ member
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10214 un->un_exclopen, flag, un->un_ocmap.regopen[otyp]); in sdopen()
10216 if (un->un_exclopen & (partmask)) { in sdopen()
10331 un->un_exclopen |= (partmask); in sdopen()
10457 if (un->un_exclopen & (1 << part)) {
10458 un->un_exclopen &= ~(1 << part);
22955 if ((!(un->un_exclopen & (1<<SDPART(dev)))) ||