Symbol: MPI2_IOC_FACTS_REPLY
sys/dev/raid/mpr/mpr.c
101
static int mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts);
sys/dev/raid/mpr/mpr.c
1132
mpr_get_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
sys/dev/raid/mpr/mpr.c
1142
reply_sz = sizeof(MPI2_IOC_FACTS_REPLY);
sys/dev/raid/mpr/mpr.c
1949
sc->facts = kmalloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPR,
sys/dev/raid/mpr/mpr.c
474
bcopy(sc->facts, &saved_facts, sizeof(MPI2_IOC_FACTS_REPLY));
sys/dev/raid/mpr/mpr_table.c
271
mpr_print_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
sys/dev/raid/mpr/mpr_table.h
48
void mpr_print_iocfacts(struct mpr_softc *, MPI2_IOC_FACTS_REPLY *);
sys/dev/raid/mpr/mpr_user.c
445
MPI2_IOC_FACTS_REPLY *rpl;
sys/dev/raid/mpr/mprvar.h
364
MPI2_IOC_FACTS_REPLY *facts;
sys/dev/raid/mps/mps.c
1041
sc->facts = kmalloc(sizeof(MPI2_IOC_FACTS_REPLY), M_MPT2,
sys/dev/raid/mps/mps.c
543
mps_get_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
sys/dev/raid/mps/mps.c
552
reply_sz = sizeof(MPI2_IOC_FACTS_REPLY);
sys/dev/raid/mps/mps_table.c
197
mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
sys/dev/raid/mps/mps_table.h
44
void mps_print_iocfacts(struct mps_softc *, MPI2_IOC_FACTS_REPLY *);
sys/dev/raid/mps/mps_user.c
423
MPI2_IOC_FACTS_REPLY *rpl;
sys/dev/raid/mps/mpsvar.h
332
MPI2_IOC_FACTS_REPLY *facts;
usr.sbin/mpsutil/mps_cmd.c
695
MPI2_IOC_FACTS_REPLY *
usr.sbin/mpsutil/mps_cmd.c
698
MPI2_IOC_FACTS_REPLY *facts;
usr.sbin/mpsutil/mps_cmd.c
702
facts = malloc(sizeof(MPI2_IOC_FACTS_REPLY));
usr.sbin/mpsutil/mps_cmd.c
713
facts, sizeof(MPI2_IOC_FACTS_REPLY), NULL, 0, NULL, 0, 10);
usr.sbin/mpsutil/mps_cmd.c
716
facts, sizeof(MPI2_IOC_FACTS_REPLY), NULL, 0, 0);
usr.sbin/mpsutil/mps_flash.c
127
MPI2_IOC_FACTS_REPLY *facts;
usr.sbin/mpsutil/mps_show.c
204
MPI2_IOC_FACTS_REPLY *facts;
usr.sbin/mpsutil/mps_show.c
280
MPI2_IOC_FACTS_REPLY *facts;
usr.sbin/mpsutil/mps_show.c
68
MPI2_IOC_FACTS_REPLY *facts;
usr.sbin/mpsutil/mpsutil.h
155
MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);