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

/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h119 union ocmap un_ocmap; /* open partition map, block && char */ 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]);
1333 if (un->un_ocmap.lyropen[part]) {
1337 if (un->un_ocmap.regopen[i] & (partmask)) {
1375 un->un_ocmap.lyropen[part]++;
1377 un->un_ocmap.regopen[otyp] |= partmask;
1536 un->un_ocmap.lyropen[part] -= 1;
1538 un->un_ocmap.regopen[otyp] &= ~(1<<part);
1541 cp = &un->un_ocmap.chkd[0];
1542 while (cp < &un->un_ocmap.chkd[OCSIZE]) {
1549 if (cp == &un->un_ocmap
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h356 union ocmap un_ocmap; /* open partition map */ member in struct:sd_lun
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c8619 if (un->un_ocmap.lyropen[i] != 0) {
10214 un->un_exclopen, flag, un->un_ocmap.regopen[otyp]);
10222 if (un->un_ocmap.lyropen[part]) {
10226 if (un->un_ocmap.regopen[i] & (partmask)) {
10306 cp = &un->un_ocmap.chkd[0];
10307 while (cp < &un->un_ocmap.chkd[OCSIZE]) {
10313 if (cp == &un->un_ocmap.chkd[OCSIZE]) {
10324 un->un_ocmap.lyropen[part]++;
10326 un->un_ocmap.regopen[otyp] |= partmask;
10463 un->un_ocmap
[all...]

Completed in 105 milliseconds