Home
last modified time | relevance | path

Searched refs:ISOPEN (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrtty.h92 #define ISOPEN 04 /* Device is open */ macro
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dses.h61 #define ISOPEN(softc) ((softc)->ses_lyropen || (softc)->ses_oflag) macro
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c825 if (set_zsoptinit && !(za->za_flags & ISOPEN)) in zsa_open()
832 if (set_zsoptinit && !(za->za_flags & ISOPEN)) in zsa_open()
872 if (set_zsoptinit && !(za->za_flags & ISOPEN)) in zsa_open()
884 if (set_zsoptinit && !(za->za_flags & ISOPEN)) in zsa_open()
892 if (set_zsoptinit && !(za->za_flags & ISOPEN)) in zsa_open()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dses.c573 if (ISOPEN(ssc)) { in ses_detach()