Lines Matching defs:hhashp

932 	struct bofi_shadow *hhashp;
1504 hhashp = &hhash_table[i];
1505 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
1620 hhashp = &hhash_table[i];
1621 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
3099 struct bofi_shadow *hhashp;
3182 hhashp = HDL_HHASH(ap);
3183 hp->hnext = hhashp->hnext;
3184 hhashp->hnext->hprev = hp;
3185 hp->hprev = hhashp;
3186 hhashp->hnext = hp;
3229 hhashp = HDL_HHASH(ap);
3230 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3233 if (hp == hhashp) {
3348 struct bofi_shadow *hhashp;
3429 hhashp = HDL_HHASH(*handlep);
3430 hp->hnext = hhashp->hnext;
3431 hhashp->hnext->hprev = hp;
3432 hp->hprev = hhashp;
3433 hhashp->hnext = hp;
3453 struct bofi_shadow *hhashp;
3460 hhashp = HDL_HHASH(handle);
3461 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3476 if (hp == hhashp)
3513 struct bofi_shadow *hhashp;
3522 hhashp = HDL_HHASH(handle);
3523 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3528 if (hp == hhashp) {
3640 struct bofi_shadow *hhashp;
3653 hhashp = HDL_HHASH(handle);
3654 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3657 if (hp == hhashp) {
3719 struct bofi_shadow *hhashp;
3736 hhashp = HDL_HHASH(handle);
3737 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3743 if (hp != hhashp) {
3798 struct bofi_shadow *hhashp;
3814 hhashp = HDL_HHASH(handle);
3815 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3818 if (hp != hhashp) {
3840 struct bofi_shadow *hhashp;
3873 hhashp = HDL_HHASH(handle);
3874 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
3877 if (hp == hhashp) {
3940 struct bofi_shadow *hhashp;
4030 hhashp = HDL_HHASH(handle);
4031 dummyhp->hnext = hhashp->hnext;
4032 hhashp->hnext->hprev = dummyhp;
4033 dummyhp->hprev = hhashp;
4034 hhashp->hnext = dummyhp;
4048 struct bofi_shadow *hhashp;
4057 hhashp = HDL_HHASH(h);
4058 for (dummyhp = hhashp->hnext; dummyhp != hhashp;
4064 if (dummyhp == hhashp) {
4137 struct bofi_shadow *hhashp;
4144 hhashp = HDL_HHASH(h);
4145 for (dummyhp = hhashp->hnext; dummyhp != hhashp;
4151 if (dummyhp == hhashp) {
4209 struct bofi_shadow *hhashp;
4216 hhashp = HDL_HHASH(h);
4217 for (dummyhp = hhashp->hnext; dummyhp != hhashp;
4223 if (dummyhp == hhashp) {
4416 struct bofi_shadow *hhashp;
4422 hhashp = HDL_HHASH(handle);
4423 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext)
4426 if (hp == hhashp) {
4580 struct bofi_shadow *hhashp;
4634 hhashp = HDL_HHASH(hdlp->ih_inum);
4635 hp->hnext = hhashp->hnext;
4636 hhashp->hnext->hprev = hp;
4637 hp->hprev = hhashp;
4638 hhashp->hnext = hp;
4676 hhashp = HDL_HHASH(hdlp->ih_inum);
4677 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
4684 if (hp == hhashp) {