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

/illumos-gate/usr/src/cmd/vi/misc/
H A Dxstr.c306 struct hash *hnext; member in struct:hash
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)
352 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) {
[all...]
H A Dmkstr.c233 struct hash *hnext; member in struct:hash
255 for (hp = bucket[i]; hp != 0; hp = hp->hnext)
267 hp->hnext = bucket[i];
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c307 struct hash *hnext; member in struct:hash
318 while (hp->hnext) {
319 hp = hp->hnext;
332 hp->hnext = hp0->hnext;
334 hp0->hnext = hp;
347 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext)
358 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) {
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h75 struct bofi_shadow *hnext; /* next on hhash chain */ member in struct:bofi_shadow
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c266 struct hash *hnext; member in struct:hash
286 for (hp = bucket[i]; hp != 0; hp = hp->hnext)
295 hp->hnext = bucket[i];
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c723 hhash_table[i].hnext = &hhash_table[i];
1505 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
1621 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) {
3183 hp->hnext = hhashp->hnext;
3184 hhashp->hnext->hprev = hp;
3186 hhashp->hnext = hp;
3230 for (hp = hhashp->hnext; h
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c201 _sd_hash_hd_t *hnext; local
208 for (hptr = bucket->hb_head; hptr; hptr = hnext) {
212 hnext = hptr->hh_next;

Completed in 69 milliseconds