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

  /src/sys/dev/scsipi/
sd.c 482 error = scsipi_prevent(periph, SPAMR_PREVENT_DT,
516 scsipi_prevent(periph, SPAMR_ALLOW,
598 scsipi_prevent(periph, SPAMR_ALLOW,
968 return (scsipi_prevent(periph,
984 error = scsipi_prevent(periph, SPAMR_ALLOW,
cd.c 429 error = scsipi_prevent(periph, SPAMR_PREVENT_DT,
433 ("cdopen: scsipi_prevent, error=%d\n", error));
465 scsipi_prevent(periph, SPAMR_ALLOW,
538 scsipi_prevent(periph, SPAMR_ALLOW,
1387 error = scsipi_prevent(periph, SPAMR_ALLOW,
1407 return (scsipi_prevent(periph, SPAMR_ALLOW, 0));
1409 return (scsipi_prevent(periph, SPAMR_PREVENT_DT, 0));
1411 return (scsipi_prevent(periph,
st.c 713 scsipi_prevent(periph, SPAMR_PREVENT_DT,
774 scsipi_prevent(periph, SPAMR_ALLOW,
975 scsipi_prevent(periph, SPAMR_ALLOW,
scsipiconf.h 692 int scsipi_prevent(struct scsipi_periph *, int, int);
scsipi_base.c 1292 * scsipi_prevent:
1297 scsipi_prevent(struct scsipi_periph *periph, int type, int flags) function in typeref:typename:int

Completed in 23 milliseconds