Searched refs:partmask (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1257 int partmask; local
1273 partmask = 1 << part;
1320 "Exclusive open flag %x, partmask %x\n",
1321 un->un_exclopen, partmask);
1323 if (un->un_exclopen & (partmask)) {
1337 if (un->un_ocmap.regopen[i] & (partmask)) {
1377 un->un_ocmap.regopen[otyp] |= partmask;
1384 un->un_exclopen |= (partmask);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10113 uint64_t partmask; local
10177 partmask = 1 << part;
10216 if (un->un_exclopen & (partmask)) {
10226 if (un->un_ocmap.regopen[i] & (partmask)) {
10326 un->un_ocmap.regopen[otyp] |= partmask;
10331 un->un_exclopen |= (partmask);

Completed in 129 milliseconds