Searched refs:bofi_shadow (Results 1 – 2 of 2) sorted by relevance
61 struct bofi_shadow { struct73 struct bofi_shadow *next; /* next on inuse chain */ argument74 struct bofi_shadow *prev; /* prev on inuse chain */ argument75 struct bofi_shadow *hnext; /* next on hhash chain */ argument76 struct bofi_shadow *hprev; /* prev on hhash chain */ argument77 struct bofi_shadow *dnext; /* next on dhash chain */ argument78 struct bofi_shadow *dprev; /* prev on dhash chain */ argument100 struct bofi_shadow **hparrayp; argument
122 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 …]