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

/netbsd-current/sys/dev/scsipi/
H A Dses.c177 #define SES_FLAG_INITIALIZED 0x04 macro
334 if ((softc->ses_flags & SES_FLAG_INITIALIZED) == 0) {
339 softc->ses_flags |= SES_FLAG_INITIALIZED;
385 if ((ssc->ses_flags & SES_FLAG_INITIALIZED) == 0) {

Completed in 121 milliseconds