HomeSort by: relevance | last modified time | path
    Searched refs:PERIPH_OPEN (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/scsipi/
uk.c 160 if (periph->periph_flags & PERIPH_OPEN) {
167 periph->periph_flags |= PERIPH_OPEN;
185 periph->periph_flags &= ~PERIPH_OPEN;
ss.c 259 if (periph->periph_flags & PERIPH_OPEN) {
280 periph->periph_flags |= PERIPH_OPEN; /* unit attn now errors */
295 periph->periph_flags &= ~PERIPH_OPEN;
329 periph->periph_flags &= ~PERIPH_OPEN;
401 if (periph->periph_flags & PERIPH_OPEN)
ch.c 282 if (periph->periph_flags & PERIPH_OPEN)
300 periph->periph_flags |= PERIPH_OPEN;
312 periph->periph_flags &= ~PERIPH_OPEN;
329 periph->periph_flags &= ~PERIPH_OPEN;
st.c 560 if (periph->periph_flags & PERIPH_OPEN) {
657 periph->periph_flags |= PERIPH_OPEN;
679 periph->periph_flags |= PERIPH_OPEN;
692 periph->periph_flags |= PERIPH_OPEN; /* unit attn are now errors */
723 periph->periph_flags &= ~PERIPH_OPEN;
835 periph->periph_flags &= ~PERIPH_OPEN;
2189 if ((periph->periph_flags & PERIPH_OPEN) == 0)
sd.c 511 periph->periph_flags |= PERIPH_OPEN;
558 if ((periph->periph_flags & (PERIPH_OPEN | PERIPH_MEDIA_LOADED)) ==
559 PERIPH_OPEN) {
602 periph->periph_flags &= ~PERIPH_OPEN;
650 if (periph->periph_flags & PERIPH_OPEN)
if_se.c 1217 periph->periph_flags |= PERIPH_OPEN;
1239 periph->periph_flags &= ~PERIPH_OPEN;
if_dse.c 1358 periph->periph_flags |= PERIPH_OPEN;
1382 periph->periph_flags &= ~PERIPH_OPEN;
scsipiconf.h 471 #define PERIPH_OPEN 0x0008 /* device is open */
cd.c 459 periph->periph_flags |= PERIPH_OPEN;
504 if ((periph->periph_flags & (PERIPH_OPEN | PERIPH_MEDIA_LOADED)) ==
505 PERIPH_OPEN) {
542 periph->periph_flags &= ~PERIPH_OPEN;
725 if (periph->periph_flags & PERIPH_OPEN)

Completed in 24 milliseconds