Searched refs:mps_iocfacts_allocate (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mps/
H A Dmps.c84 static int mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching);
347 mps_iocfacts_allocate(struct mps_softc *sc, uint8_t attaching) function
728 * The attach function will also call mps_iocfacts_allocate at startup.
732 if ((error = mps_iocfacts_allocate(sc, FALSE)) != 0) {
1547 * A Diag Reset will also call mps_iocfacts_allocate and re-read the IOC
1552 if ((error = mps_iocfacts_allocate(sc, TRUE)) != 0) {

Completed in 335 milliseconds