Searched refs:MPI2_IOC_FACTS_REPLY (Results 1 – 18 of 18) sorted by relevance
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_cmd.c | 242 static void adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts); 730 MPI2_IOC_FACTS_REPLY *facts = (MPI2_IOC_FACTS_REPLY*)factsbuf; in mps_get_ioc_factslen() 745 MPI2_IOC_FACTS_REPLY * 748 MPI2_IOC_FACTS_REPLY *facts; in mps_get_iocfacts() 788 adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts) in adjust_iocfacts_endianness()
|
H A D | mps_show.c | 70 MPI2_IOC_FACTS_REPLY *facts; in show_adapter() 235 MPI2_IOC_FACTS_REPLY *facts; in show_iocfacts() 320 MPI2_IOC_FACTS_REPLY *facts; in show_adapters()
|
H A D | mpsutil.h | 154 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);
|
H A D | mps_flash.c | 126 MPI2_IOC_FACTS_REPLY *facts; in flash_update()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_table.h | 46 void mpr_print_iocfacts(struct mpr_softc *, MPI2_IOC_FACTS_REPLY *);
|
H A D | mpr.c | 107 static int mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts); 112 static void adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts); 491 bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY)); in mpr_iocfacts_allocate() 1166 adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts) in adjust_iocfacts_endianness() 1194 mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mpr_get_iocfacts() 1204 reply_sz = sizeof(MPI2_IOC_FACTS_REPLY); in mpr_get_iocfacts() 2175 sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPR, in mpr_attach()
|
H A D | mpr_table.c | 271 mpr_print_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mpr_print_iocfacts()
|
H A D | mprvar.h | 400 MPI2_IOC_FACTS_REPLY *facts;
|
H A D | mpr_user.c | 439 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
|
/freebsd/sys/dev/mps/ |
H A D | mps_table.h | 47 void mps_print_iocfacts(struct mps_softc *, MPI2_IOC_FACTS_REPLY *);
|
H A D | mps.c | 103 static int mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts); 470 bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY)); in mps_iocfacts_allocate() 1126 mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_get_iocfacts() 1136 reply_sz = sizeof(MPI2_IOC_FACTS_REPLY); in mps_get_iocfacts() 2021 sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPT2, in mps_attach()
|
H A D | mps_table.c | 250 mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_print_iocfacts()
|
H A D | mpsvar.h | 355 MPI2_IOC_FACTS_REPLY *facts;
|
H A D | mps_user.c | 425 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_history.txt | 307 * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and 339 * Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY. 340 * Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
|
H A D | mpi2_ioc.h | 286 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_history.txt | 469 * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and 501 * Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY. 502 * Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
|
H A D | mpi2_ioc.h | 377 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef
|