Lines Matching refs:bofi_errent
127 static struct bofi_errent *errent_listp;
153 struct bofi_errent *);
154 static int bofi_errdef_free(struct bofi_errent *);
576 e = ddi_soft_state_init(&statep, sizeof (struct bofi_errent), 1); in _init()
834 struct bofi_errent *softc; in bofi_open()
883 struct bofi_errent *softc; in bofi_close()
884 struct bofi_errent *ep, *next_ep; in bofi_close()
914 struct bofi_errent *softc; in bofi_ioctl()
1026 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1067 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1077 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1087 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1101 return (bofi_errdef_free((struct bofi_errent *)ed_handle)); in bofi_ioctl()
1733 struct bofi_errent *softc) in bofi_errdef_alloc()
1735 struct bofi_errent *ep; in bofi_errdef_alloc()
1742 ep = kmem_zalloc(sizeof (struct bofi_errent), KM_SLEEP); in bofi_errdef_alloc()
1820 bofi_errdef_free(struct bofi_errent *ep) in bofi_errdef_free()
1822 struct bofi_errent *hep, *prev_hep; in bofi_errdef_free()
1891 kmem_free(ep, sizeof (struct bofi_errent)); in bofi_errdef_free()
1902 struct bofi_errent *ep; in bofi_start()
1925 struct bofi_errent *ep; in bofi_stop()
1950 struct bofi_errent *hep; in bofi_signal()
1951 struct bofi_errent *ep = in bofi_signal()
1952 (struct bofi_errent *)(uintptr_t)edp->errdef_handle; in bofi_signal()
1989 struct bofi_errent *ep; in bofi_broadcast()
2017 struct bofi_errent *ep; in bofi_clear_acc_chk()
2050 struct bofi_errent *ep; in bofi_clear_errors()
2088 struct bofi_errent *ep; in bofi_clear_errdefs()
2123 struct bofi_errent *hep; in bofi_errdef_check()
2124 struct bofi_errent *ep; in bofi_errdef_check()
2126 ep = (struct bofi_errent *)(uintptr_t)errstatep->errdef_handle; in bofi_errdef_check()
2163 struct bofi_errent *hep; in bofi_errdef_check_w()
2164 struct bofi_errent *ep; in bofi_errdef_check_w()
2167 ep = (struct bofi_errent *)(uintptr_t)errstatep->errdef_handle; in bofi_errdef_check_w()
2246 log_acc_event(struct bofi_errent *ep, uint_t at, offset_t offset, off_t len, in log_acc_event()
2274 ddi_trigger_softintr(((struct bofi_errent *) in log_acc_event()
2293 do_dma_corrupt(struct bofi_shadow *hp, struct bofi_errent *ep, in do_dma_corrupt()
2410 struct bofi_errent *ep; in do_pior_corrupt()
2528 struct bofi_errent *ep; in do_piow_corrupt()
3095 struct bofi_errent *ep; in bofi_map()
3283 struct bofi_errent *ep; in chain_on_errdefs()
3637 struct bofi_errent *ep; in bofi_dma_unbindhdl()
3717 struct bofi_errent *ep; in bofi_dma_flush()
4049 struct bofi_errent *ep; in bofi_dvma_kaddr_load()
4134 struct bofi_errent *ep; in bofi_dvma_unload()
4206 struct bofi_errent *ep; in bofi_dvma_sync()
4290 struct bofi_errent *ep; in bofi_intercept_intr()
4456 struct bofi_errent *ep; in bofi_post_event()
4507 struct bofi_errent *ep; in bofi_fm_ereport_callback()
4581 struct bofi_errent *ep; in bofi_intr_ops()