Searched refs:mps_get_iocfacts (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/dev/mps/
H A Dmps.c100 static int mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts);
365 if ((error = mps_get_iocfacts(sc, sc->facts)) != 0) {
997 mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) function
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_cmd.c697 mps_get_iocfacts(int fd) function
H A Dmps_flash.c181 if ((facts = mps_get_iocfacts(fd)) == NULL) {
H A Dmps_show.c115 if ((facts = mps_get_iocfacts(fd)) == NULL) {
214 if ((facts = mps_get_iocfacts(fd)) == NULL) {
261 facts = mps_get_iocfacts(fd);
H A Dmpsutil.h145 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);

Completed in 162 milliseconds