Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c305 struct hash *hnext; member
316 while (hp->hnext) { in hashit()
317 hp = hp->hnext; in hashit()
330 hp->hnext = hp0->hnext; in hashit()
332 hp0->hnext = hp; in hashit()
345 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) in flushsh()
356 for (hp = bucket[i].hnext; hp != NULL; hp = hp->hnext) { in flushsh()
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c3186 hp->hnext = hhashp->hnext; in bofi_map()
3250 hp->hprev->hnext = hp->hnext; in bofi_map()
3433 hp->hnext = hhashp->hnext; in bofi_dma_allochdl()
3464 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) in bofi_dma_freehdl()
3492 hp->hprev->hnext = hp->hnext; in bofi_dma_freehdl()
3526 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) in bofi_dma_bindhdl()
3657 for (hp = hhashp->hnext; hp != hhashp; hp = hp->hnext) in bofi_dma_unbindhdl()
3895 dummyhp->hprev->hnext = dummyhp->hnext; in bofi_dma_ctl()
4034 dummyhp->hnext = hhashp->hnext; in bofi_dvma_reserve()
4638 hp->hnext = hhashp->hnext; in bofi_intr_ops()
[all …]
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c264 struct hash *hnext; member
284 for (hp = bucket[i]; hp != 0; hp = hp->hnext) in hashit()
293 hp->hnext = bucket[i]; in hashit()
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h75 struct bofi_shadow *hnext; /* next on hhash chain */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c129 static Void_t* hnext(Dt_t* dt, Dtlink_t* l) in hnext() function
294 DTRETURN(obj, hnext(dt,lnk));
336 DTRETURN(obj, hnext(dt, ll));