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

  /src/sys/dev/i2o/
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)
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)

Completed in 26 milliseconds