Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/vi/misc/
H A Dxstr.c306 struct hash *hnext; member
319 while (hp->hnext) {
320 hp = hp->hnext;
329 hp->hnext = hp0->hnext;
331 hp0->hnext = hp;
343 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()
352 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
H A Dmkstr.c233 struct hash *hnext; member
255 for (hp = bucket[i]; hp != 0; hp = hp->hnext)
267 hp->hnext = bucket[i];
/titanic_44/usr/src/cmd/xstr/
H A Dxstr.c307 struct hash *hnext; member
318 while (hp->hnext) { in hashit()
319 hp = hp->hnext; in hashit()
332 hp->hnext = hp0->hnext; in hashit()
334 hp0->hnext = hp; in hashit()
347 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()
358 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
/titanic_44/usr/src/uts/common/io/
H A Dbofi.c723 hhash_table[i].hnext = &hhash_table[i]; in bofi_attach()
1505 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()
1621 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) { in bofi_ioctl()
3183 hp->hnext = hhashp->hnext; in bofi_map()
3184 hhashp->hnext->hprev = hp; in bofi_map()
3186 hhashp->hnext = hp; in bofi_map()
3230 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) in bofi_map()
3246 hp->hnext->hprev = hp->hprev; in bofi_map()
3247 hp->hprev->hnext = hp->hnext; in bofi_map()
3430 hp->hnext = hhashp->hnext; in bofi_dma_allochdl()
[all …]
/titanic_44/usr/src/ucbcmd/mkstr/
H A Dmkstr.c266 struct hash *hnext; member
286 for (hp = bucket[i]; hp != 0; hp = hp->hnext) in hashit()
295 hp->hnext = bucket[i]; in hashit()
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c201 _sd_hash_hd_t *hnext; in _sd_hash_search() local
208 for (hptr = bucket->hb_head; hptr; hptr = hnext) { in _sd_hash_search()
212 hnext = hptr->hh_next; in _sd_hash_search()
/titanic_44/usr/src/uts/common/sys/
H A Dbofi_impl.h75 struct bofi_shadow *hnext; /* next on hhash chain */ member