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

/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_flash.c181 if ((facts = mps_get_iocfacts(fd)) == NULL) {
H A Dmpsutil.h145 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);
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 Dmps_cmd.c697 mps_get_iocfacts(int fd) function
/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

Completed in 226 milliseconds