MPI2_IOC_FACTS_REPLY
static int mpr_get_iocfacts(struct mpr_softc *sc, 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 = kmalloc(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;
sc->facts = kmalloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPT2,
mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
reply_sz = 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;
MPI2_IOC_FACTS_REPLY *
MPI2_IOC_FACTS_REPLY *facts;
facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY));
facts, sizeof(MPI2_IOC_FACTS_REPLY), NULL, 0, NULL, 0, 10);
facts, sizeof(MPI2_IOC_FACTS_REPLY), NULL, 0, 0);
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);