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

  /src/sys/dev/scsipi/
scsipi_base.h 35 struct scsipi_xfer *scsipi_get_xs(struct scsipi_periph *, int);
64 if ((xs = scsipi_get_xs(periph, flags)) == NULL)
scsipi_base.c 440 * scsipi_get_xs:
451 scsipi_get_xs(struct scsipi_periph *periph, int flags) function in typeref:struct:scsipi_xfer *
456 SC_DEBUG(periph, SCSIPI_DB3, ("scsipi_get_xs\n"));
468 panic("scsipi_get_xs");

Completed in 15 milliseconds