Home
last modified time | relevance | path

Searched refs:iop_status_get (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/i2o/
H A Diopvar.h172 int iop_status_get(struct iop_softc *, int);
H A Diop.c350 if ((rv = iop_status_get(sc, 1)) != 0) { in iop_init()
499 if (iop_status_get(iop, 1) != 0) { in iop_config_interrupts()
911 iop_status_get(struct iop_softc *sc, int nosleep) in iop_status_get() function
2197 if (iop_status_get(sc, 1) != 0) in iop_msg_poll()
2227 if (iop_status_get(sc, 0) != 0) in iop_msg_wait()
2491 if ((rv = iop_status_get(sc, 0)) == 0) in iopioctl()
H A Ddpti.c509 if ((rv = iop_status_get(iop, 0)) == 0) in dpti_passthrough()