Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/mpsutil/
Dmps_show.c115 if ((facts = mps_get_iocfacts(fd)) == NULL) { in show_adapter()
210 if ((facts = mps_get_iocfacts(fd)) == NULL) { in show_iocfacts()
257 facts = mps_get_iocfacts(fd); in show_adapters()
Dmpsutil.h145 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);
Dmps_flash.c179 if ((facts = mps_get_iocfacts(fd)) == NULL) { in flash_update()
Dmps_cmd.c697 mps_get_iocfacts(int fd) in mps_get_iocfacts() function
/freebsd-10-stable/sys/dev/mps/
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) { in mps_iocfacts_allocate()
994 mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_get_iocfacts() function