Searched refs:MPI2_IOC_FACTS_REPLY (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/sys/dev/mps/ |
| D | mps_table.h | 44 void mps_print_iocfacts(struct mps_softc *, MPI2_IOC_FACTS_REPLY *);
|
| D | mps.c | 100 static int mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts); 338 bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY)); in mps_iocfacts_allocate() 984 mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_get_iocfacts() 993 reply_sz = sizeof(MPI2_IOC_FACTS_REPLY); in mps_get_iocfacts() 1471 sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPT2, in mps_attach()
|
| D | mps_table.c | 199 mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mps_print_iocfacts()
|
| D | mpsvar.h | 306 MPI2_IOC_FACTS_REPLY *facts;
|
| D | mps_user.c | 432 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
|
| /freebsd-9-stable/sys/dev/mpr/ |
| D | mpr_table.h | 44 void mpr_print_iocfacts(struct mpr_softc *, MPI2_IOC_FACTS_REPLY *);
|
| D | mpr.c | 100 MPI2_IOC_FACTS_REPLY *facts); 365 bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY)); in mpr_iocfacts_allocate() 1009 mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mpr_get_iocfacts() 1018 reply_sz = sizeof(MPI2_IOC_FACTS_REPLY); in mpr_get_iocfacts() 1503 sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPR, in mpr_attach()
|
| D | mpr_table.c | 200 mpr_print_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts) in mpr_print_iocfacts()
|
| D | mprvar.h | 286 MPI2_IOC_FACTS_REPLY *facts;
|
| D | mpr_user.c | 450 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts()
|
| /freebsd-9-stable/sys/dev/mps/mpi/ |
| 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.
|
| D | mpi2_ioc.h | 287 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef
|
| /freebsd-9-stable/sys/dev/mpr/mpi/ |
| D | mpi2_history.txt | 370 * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and 402 * Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY. 403 * Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
|
| D | mpi2_ioc.h | 331 } MPI2_IOC_FACTS_REPLY, MPI2_POINTER PTR_MPI2_IOC_FACTS_REPLY, typedef
|