Lines Matching refs:bofi_errent
130 static struct bofi_errent *errent_listp;
156 struct bofi_errent *);
157 static int bofi_errdef_free(struct bofi_errent *);
579 e = ddi_soft_state_init(&statep, sizeof (struct bofi_errent), 1); in _init()
837 struct bofi_errent *softc; in bofi_open()
886 struct bofi_errent *softc; in bofi_close()
887 struct bofi_errent *ep, *next_ep; in bofi_close()
917 struct bofi_errent *softc; in bofi_ioctl()
1029 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1070 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1080 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1090 (void) bofi_errdef_free((struct bofi_errent *) in bofi_ioctl()
1104 return (bofi_errdef_free((struct bofi_errent *)ed_handle)); in bofi_ioctl()
1736 struct bofi_errent *softc) in bofi_errdef_alloc()
1738 struct bofi_errent *ep; in bofi_errdef_alloc()
1745 ep = kmem_zalloc(sizeof (struct bofi_errent), KM_SLEEP); in bofi_errdef_alloc()
1823 bofi_errdef_free(struct bofi_errent *ep) in bofi_errdef_free()
1825 struct bofi_errent *hep, *prev_hep; in bofi_errdef_free()
1894 kmem_free(ep, sizeof (struct bofi_errent)); in bofi_errdef_free()
1905 struct bofi_errent *ep; in bofi_start()
1928 struct bofi_errent *ep; in bofi_stop()
1953 struct bofi_errent *hep; in bofi_signal()
1954 struct bofi_errent *ep = in bofi_signal()
1955 (struct bofi_errent *)(uintptr_t)edp->errdef_handle; in bofi_signal()
1992 struct bofi_errent *ep; in bofi_broadcast()
2020 struct bofi_errent *ep; in bofi_clear_acc_chk()
2053 struct bofi_errent *ep; in bofi_clear_errors()
2091 struct bofi_errent *ep; in bofi_clear_errdefs()
2126 struct bofi_errent *hep; in bofi_errdef_check()
2127 struct bofi_errent *ep; in bofi_errdef_check()
2129 ep = (struct bofi_errent *)(uintptr_t)errstatep->errdef_handle; in bofi_errdef_check()
2166 struct bofi_errent *hep; in bofi_errdef_check_w()
2167 struct bofi_errent *ep; in bofi_errdef_check_w()
2170 ep = (struct bofi_errent *)(uintptr_t)errstatep->errdef_handle; in bofi_errdef_check_w()
2249 log_acc_event(struct bofi_errent *ep, uint_t at, offset_t offset, off_t len, in log_acc_event()
2277 ddi_trigger_softintr(((struct bofi_errent *) in log_acc_event()
2296 do_dma_corrupt(struct bofi_shadow *hp, struct bofi_errent *ep, in do_dma_corrupt()
2413 struct bofi_errent *ep; in do_pior_corrupt()
2531 struct bofi_errent *ep; in do_piow_corrupt()
3098 struct bofi_errent *ep; in bofi_map()
3286 struct bofi_errent *ep; in chain_on_errdefs()
3640 struct bofi_errent *ep; in bofi_dma_unbindhdl()
3720 struct bofi_errent *ep; in bofi_dma_flush()
4052 struct bofi_errent *ep; in bofi_dvma_kaddr_load()
4137 struct bofi_errent *ep; in bofi_dvma_unload()
4209 struct bofi_errent *ep; in bofi_dvma_sync()
4293 struct bofi_errent *ep; in bofi_intercept_intr()
4459 struct bofi_errent *ep; in bofi_post_event()
4510 struct bofi_errent *ep; in bofi_fm_ereport_callback()
4584 struct bofi_errent *ep; in bofi_intr_ops()