sys/dev/mps/mps.c
2538
struct mps_event_handle *eh;
sys/dev/mps/mps.c
2582
mps_evt_callback_t *cb, void *data, struct mps_event_handle **handle)
sys/dev/mps/mps.c
2584
struct mps_event_handle *eh;
sys/dev/mps/mps.c
2587
eh = malloc(sizeof(struct mps_event_handle), M_MPT2, M_WAITOK|M_ZERO);
sys/dev/mps/mps.c
2599
mps_update_events(struct mps_softc *sc, struct mps_event_handle *handle,
sys/dev/mps/mps.c
2662
struct mps_event_handle *eh;
sys/dev/mps/mps.c
2707
mps_deregister_events(struct mps_softc *sc, struct mps_event_handle *handle)
sys/dev/mps/mps_sas.h
94
struct mps_event_handle *mpssas_eh;
sys/dev/mps/mpsvar.h
264
TAILQ_ENTRY(mps_event_handle) eh_list;
sys/dev/mps/mpsvar.h
364
TAILQ_HEAD(, mps_event_handle) event_list;
sys/dev/mps/mpsvar.h
365
struct mps_event_handle *mps_log_eh;
sys/dev/mps/mpsvar.h
745
void *, struct mps_event_handle **);
sys/dev/mps/mpsvar.h
747
int mps_update_events(struct mps_softc *, struct mps_event_handle *, u32 *);
sys/dev/mps/mpsvar.h
748
void mps_deregister_events(struct mps_softc *, struct mps_event_handle *);