Symbol: bofi_errent
usr/src/uts/common/io/bofi.c
1029
(void) bofi_errdef_free((struct bofi_errent *)
usr/src/uts/common/io/bofi.c
1070
(void) bofi_errdef_free((struct bofi_errent *)
usr/src/uts/common/io/bofi.c
1080
(void) bofi_errdef_free((struct bofi_errent *)
usr/src/uts/common/io/bofi.c
1090
(void) bofi_errdef_free((struct bofi_errent *)
usr/src/uts/common/io/bofi.c
1104
return (bofi_errdef_free((struct bofi_errent *)ed_handle));
usr/src/uts/common/io/bofi.c
130
static struct bofi_errent *errent_listp;
usr/src/uts/common/io/bofi.c
156
struct bofi_errent *);
usr/src/uts/common/io/bofi.c
157
static int bofi_errdef_free(struct bofi_errent *);
usr/src/uts/common/io/bofi.c
1736
struct bofi_errent *softc)
usr/src/uts/common/io/bofi.c
1738
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
1745
ep = kmem_zalloc(sizeof (struct bofi_errent), KM_SLEEP);
usr/src/uts/common/io/bofi.c
1823
bofi_errdef_free(struct bofi_errent *ep)
usr/src/uts/common/io/bofi.c
1825
struct bofi_errent *hep, *prev_hep;
usr/src/uts/common/io/bofi.c
1894
kmem_free(ep, sizeof (struct bofi_errent));
usr/src/uts/common/io/bofi.c
1905
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
1928
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
1953
struct bofi_errent *hep;
usr/src/uts/common/io/bofi.c
1954
struct bofi_errent *ep =
usr/src/uts/common/io/bofi.c
1955
(struct bofi_errent *)(uintptr_t)edp->errdef_handle;
usr/src/uts/common/io/bofi.c
1992
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
2020
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
2053
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
2091
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
2126
struct bofi_errent *hep;
usr/src/uts/common/io/bofi.c
2127
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
2129
ep = (struct bofi_errent *)(uintptr_t)errstatep->errdef_handle;
usr/src/uts/common/io/bofi.c
2166
struct bofi_errent *hep;
usr/src/uts/common/io/bofi.c
2167
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
2170
ep = (struct bofi_errent *)(uintptr_t)errstatep->errdef_handle;
usr/src/uts/common/io/bofi.c
2249
log_acc_event(struct bofi_errent *ep, uint_t at, offset_t offset, off_t len,
usr/src/uts/common/io/bofi.c
2277
ddi_trigger_softintr(((struct bofi_errent *)
usr/src/uts/common/io/bofi.c
2296
do_dma_corrupt(struct bofi_shadow *hp, struct bofi_errent *ep,
usr/src/uts/common/io/bofi.c
2413
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
2531
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
3098
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
3286
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
3640
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
3720
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
4052
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
4137
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
4209
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
4293
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
4459
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
4510
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
4584
struct bofi_errent *ep;
usr/src/uts/common/io/bofi.c
579
e = ddi_soft_state_init(&statep, sizeof (struct bofi_errent), 1);
usr/src/uts/common/io/bofi.c
837
struct bofi_errent *softc;
usr/src/uts/common/io/bofi.c
886
struct bofi_errent *softc;
usr/src/uts/common/io/bofi.c
887
struct bofi_errent *ep, *next_ep;
usr/src/uts/common/io/bofi.c
917
struct bofi_errent *softc;
usr/src/uts/common/sys/bofi_impl.h
34
struct bofi_errent *next; /* next on in-use chain */
usr/src/uts/common/sys/bofi_impl.h
35
struct bofi_errent *cnext; /* next on clone chain */
usr/src/uts/common/sys/bofi_impl.h
36
struct bofi_errent *cprev; /* prev on clone chain */
usr/src/uts/common/sys/bofi_impl.h
58
struct bofi_errent *errentp; /* pointer to corresponding errent */