Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h61 struct bofi_shadow { struct
73 struct bofi_shadow *next; /* next on inuse chain */ argument
74 struct bofi_shadow *prev; /* prev on inuse chain */ argument
75 struct bofi_shadow *hnext; /* next on hhash chain */ argument
76 struct bofi_shadow *hprev; /* prev on hhash chain */ argument
77 struct bofi_shadow *dnext; /* next on dhash chain */ argument
78 struct bofi_shadow *dprev; /* prev on dhash chain */ argument
100 struct bofi_shadow **hparrayp; argument
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c122 static struct bofi_shadow hhash_table[HDL_HASH_TBL_SIZE];
123 static struct bofi_shadow dhash_table[HDL_HASH_TBL_SIZE];
129 static struct bofi_shadow shadow_list;
933 struct bofi_shadow *hp; in bofi_ioctl()
935 struct bofi_shadow *hhashp; in bofi_ioctl()
1739 struct bofi_shadow *hp; in bofi_errdef_alloc()
1827 struct bofi_shadow *hp; in bofi_errdef_free()
2296 do_dma_corrupt(struct bofi_shadow *hp, struct bofi_errent *ep, in do_dma_corrupt()
2393 static uint64_t do_bofi_rd8(struct bofi_shadow *, caddr_t);
2394 static uint64_t do_bofi_rd16(struct bofi_shadow *, caddr_t);
[all …]