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

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

Completed in 158 milliseconds