Home
last modified time | relevance | path

Searched refs:bofi_errent (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h33 struct bofi_errent { struct
34 struct bofi_errent *next; /* next on in-use chain */ argument
35 struct bofi_errent *cnext; /* next on clone chain */ argument
36 struct bofi_errent *cprev; /* prev on clone chain */ argument
58 struct bofi_errent *errentp; /* pointer to corresponding errent */ argument
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c130 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()
[all …]