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

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Duk.c146 if (periph->periph_flags & PERIPH_OPEN) {
153 periph->periph_flags |= PERIPH_OPEN;
171 periph->periph_flags &= ~PERIPH_OPEN;
H A Dss.c250 if (periph->periph_flags & PERIPH_OPEN) {
271 periph->periph_flags |= PERIPH_OPEN; /* unit attn now errors */
286 periph->periph_flags &= ~PERIPH_OPEN;
323 periph->periph_flags &= ~PERIPH_OPEN;
397 if (periph->periph_flags & PERIPH_OPEN)
H A Dch.c269 if (periph->periph_flags & PERIPH_OPEN)
287 periph->periph_flags |= PERIPH_OPEN;
299 periph->periph_flags &= ~PERIPH_OPEN;
316 periph->periph_flags &= ~PERIPH_OPEN;
H A Dst.c532 if (periph->periph_flags & PERIPH_OPEN) {
605 periph->periph_flags |= PERIPH_OPEN;
625 periph->periph_flags |= PERIPH_OPEN;
638 periph->periph_flags |= PERIPH_OPEN; /* unit attn are now errors */
669 periph->periph_flags &= ~PERIPH_OPEN;
756 periph->periph_flags &= ~PERIPH_OPEN;
2002 if ((periph->periph_flags & PERIPH_OPEN) == 0)
H A Dsd.c433 if ((periph->periph_flags & PERIPH_OPEN) != 0) {
483 periph->periph_flags |= PERIPH_OPEN;
558 periph->periph_flags &= ~PERIPH_OPEN;
600 periph->periph_flags &= ~PERIPH_OPEN;
661 if (periph->periph_flags & PERIPH_OPEN)
1029 if ((periph->periph_flags & PERIPH_OPEN) == 0)
H A Dscsipiconf.h439 #define PERIPH_OPEN 0x0008 /* device is open */ macro
H A Dif_se.c1096 periph->periph_flags |= PERIPH_OPEN;
1118 periph->periph_flags &= ~PERIPH_OPEN;
H A Dcd.c374 if ((periph->periph_flags & PERIPH_OPEN) != 0) {
424 periph->periph_flags |= PERIPH_OPEN;
484 periph->periph_flags &= ~PERIPH_OPEN;
535 periph->periph_flags &= ~PERIPH_OPEN;
568 if (periph->periph_flags & PERIPH_OPEN)
1298 if ((periph->periph_flags & PERIPH_OPEN) == 0)

Completed in 85 milliseconds