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

  /src/sys/dev/i2o/
iopvar.h 172 int iop_status_get(struct iop_softc *, int);
iop.c 350 if ((rv = iop_status_get(sc, 1)) != 0) {
499 if (iop_status_get(iop, 1) != 0) {
911 iop_status_get(struct iop_softc *sc, int nosleep) function in typeref:typename:int
2197 if (iop_status_get(sc, 1) != 0)
2227 if (iop_status_get(sc, 0) != 0)
2506 if ((rv = iop_status_get(sc, 0)) == 0)
dpti.c 507 if ((rv = iop_status_get(iop, 0)) == 0)

Completed in 89 milliseconds