Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dbofi.c932 struct bofi_shadow *hhashp; in bofi_ioctl() local
1504 hhashp = &hhash_table[i]; in bofi_ioctl()
1505 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()
1620 hhashp = &hhash_table[i]; in bofi_ioctl()
1621 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()
3099 struct bofi_shadow *hhashp; in bofi_map() local
3182 hhashp = HDL_HHASH(ap); in bofi_map()
3183 hp->hnext = hhashp->hnext; in bofi_map()
3184 hhashp->hnext->hprev = hp; in bofi_map()
3185 hp->hprev = hhashp; in bofi_map()
[all …]