Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dbofi_impl.h35 struct bofi_errent { struct
36 struct bofi_errent *next; /* next on in-use chain */ argument
37 struct bofi_errent *cnext; /* next on clone chain */ argument
38 struct bofi_errent *cprev; /* prev on clone chain */ argument
60 struct bofi_errent *errentp; /* pointer to corresponding errent */ argument
/titanic_44/usr/src/uts/common/io/
H A Dbofi.c127 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()
[all …]