MPI2_IOC_FACTS_REPLY
static int mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts);
static void adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts);
adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts)
mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
reply_sz = sizeof(MPI2_IOC_FACTS_REPLY);
sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPR,
bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY));
mpr_print_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
void mpr_print_iocfacts(struct mpr_softc *, MPI2_IOC_FACTS_REPLY *);
MPI2_IOC_FACTS_REPLY *rpl;
MPI2_IOC_FACTS_REPLY *facts;
static int mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts);
mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
reply_sz = sizeof(MPI2_IOC_FACTS_REPLY);
sc->facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPT2,
bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY));
mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
void mps_print_iocfacts(struct mps_softc *, MPI2_IOC_FACTS_REPLY *);
MPI2_IOC_FACTS_REPLY *rpl;
MPI2_IOC_FACTS_REPLY *facts;
static void adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts);
MPI2_IOC_FACTS_REPLY *facts = (MPI2_IOC_FACTS_REPLY*)factsbuf;
MPI2_IOC_FACTS_REPLY *
MPI2_IOC_FACTS_REPLY *facts;
adjust_iocfacts_endianness(MPI2_IOC_FACTS_REPLY *facts)
MPI2_IOC_FACTS_REPLY *facts;
MPI2_IOC_FACTS_REPLY *facts;
MPI2_IOC_FACTS_REPLY *facts;
MPI2_IOC_FACTS_REPLY *facts;
MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);