Home
last modified time | relevance | path

Searched refs:lyropen (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/ppm/
H A Dacpippm.c126 int lyropen; /* ref count */ member
247 unitp->lyropen = 0; in appm_attach()
348 if (unitp->lyropen != 0) { in appm_open()
352 unitp->lyropen++; in appm_open()
370 unitp->lyropen = 0; in appm_close()
/illumos-gate/usr/src/uts/sun4u/io/ppm/
H A Djbusppm.c251 unitp->lyropen = 0; in jbppm_attach()
348 if (unitp->lyropen != 0) { in jbppm_open()
352 unitp->lyropen++; in jbppm_open()
370 unitp->lyropen = 0; in jbppm_close()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Djbusppm.h47 int lyropen; /* ref count */ member
/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h102 #define lyropen rinfo.lyr_open macro
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h155 #define lyropen rinfo.lyr_open macro
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1333 if (un->un_ocmap.lyropen[part]) { in dcdopen()
1375 un->un_ocmap.lyropen[part]++; in dcdopen()
1536 un->un_ocmap.lyropen[part] -= 1; in dcdclose()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c8035 if (un->un_ocmap.lyropen[i] != 0) { in sd_unit_detach()
9478 if (un->un_ocmap.lyropen[part]) { in sdopen()
9580 un->un_ocmap.lyropen[part]++; in sdopen()
9699 un->un_ocmap.lyropen[part] -= 1; in sdclose()