Home
last modified time | relevance | path

Searched refs:mps_get_iocfacts (Results 1 – 5 of 5) sorted by path

/freebsd/sys/dev/mps/
H A Dmps.c103 static int mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts);
478 if ((error = mps_get_iocfacts(sc, sc->facts)) != 0) { in mps_iocfacts_allocate()
1126 mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_get_iocfacts() function
/freebsd/usr.sbin/mpsutil/
H A Dmps_cmd.c746 mps_get_iocfacts(int fd) in mps_get_iocfacts() function
H A Dmps_flash.c180 if ((facts = mps_get_iocfacts(fd)) == NULL) { in flash_update()
H A Dmps_show.c117 if ((facts = mps_get_iocfacts(fd)) == NULL) { in show_adapter()
247 if ((facts = mps_get_iocfacts(fd)) == NULL) { in show_iocfacts()
328 facts = mps_get_iocfacts(fd); in show_adapters()
H A Dmpsutil.h154 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);