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

  /src/sys/dev/i2o/
iopvar.h 171 int iop_reconfigure(struct iop_softc *, u_int);
dpti.c 301 rv = iop_reconfigure(iop, 0);
iop.c 593 if ((rv = iop_reconfigure(sc, 0)) == -1)
633 iop_reconfigure(sc, le32toh(lct.changeindicator));
645 iop_reconfigure(struct iop_softc *sc, u_int chgind) function in typeref:typename:int
663 DPRINTF(("iop_reconfigure: unable to read LCT\n"));
698 DPRINTF(("iop_reconfigure: unable to re-read LCT\n"));
730 DPRINTF(("iop_reconfigure: unable to re-read LCT\n"));
2536 rv = iop_reconfigure(sc, 0);

Completed in 16 milliseconds