Home
last modified time | relevance | path

Searched refs:MPI2_IOC_FACTS_REPLY (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.sbin/mpsutil/
H A Dmps_cmd.c242 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 Dmps_show.c70 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 Dmpsutil.h154 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);
H A Dmps_flash.c126 MPI2_IOC_FACTS_REPLY *facts; in flash_update()
/freebsd/sys/dev/mpr/
H A Dmpr_table.h46 void mpr_print_iocfacts(struct mpr_softc *, MPI2_IOC_FACTS_REPLY *);
H A Dmpr.c107 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 Dmpr_table.c271 mpr_print_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mpr_print_iocfacts()
H A Dmprvar.h400 MPI2_IOC_FACTS_REPLY *facts;
H A Dmpr_user.c439 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
/freebsd/sys/dev/mps/
H A Dmps_table.h47 void mps_print_iocfacts(struct mps_softc *, MPI2_IOC_FACTS_REPLY *);
H A Dmps.c103 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 Dmps_table.c250 mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_print_iocfacts()
H A Dmpsvar.h355 MPI2_IOC_FACTS_REPLY *facts;
H A Dmps_user.c425 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_history.txt307 * 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 Dmpi2_ioc.h286 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_history.txt469 * 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 Dmpi2_ioc.h377 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef