Searched refs:hi_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dheap.c253 SM_HEAP_ITEM_T *hi_next; member in struct:sm_heap_item
490 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
507 hi->hi_next = SmHeapTable[i];
541 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
562 *hp = hi->hi_next;
566 hi->hi_next = *hp;
611 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
631 *hp = hi->hi_next;
635 hi->hi_next = *hp;
674 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
[all...]
/freebsd-11.0-release/sbin/ldconfig/
H A Dldconfig.c442 blist[i].hi_next = -1;
464 while (bp->hi_next != -1)
465 bp = &blist[bp->hi_next];
466 bp->hi_next = j;
/freebsd-11.0-release/sys/sys/
H A Dlink_aout.h283 int hi_next; /* Next in this bucket */ member in struct:hints_bucket

Completed in 58 milliseconds