Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/uts/sun4u/sys/
H A Djbusppm.h47 int lyropen; /* ref count */ member
/titanic_50/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h102 #define lyropen rinfo.lyr_open macro
/titanic_50/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()
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h152 #define lyropen rinfo.lyr_open macro
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c8631 if (un->un_ocmap.lyropen[i] != 0) { in sd_unit_detach()
10221 if (un->un_ocmap.lyropen[part]) { in sdopen()
10323 un->un_ocmap.lyropen[part]++; in sdopen()
10462 un->un_ocmap.lyropen[part] -= 1;