Searched refs:left_hook (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c215 Freehdr *left_hook; /* Temp for insertion */ local
236 * the tree, and with the help of left_hook and right_hook,
244 left_hook = &newhdr->left;
255 * The name 'left_hook' is somewhat confusing, since
259 * for right_hook. The values of left_hook and
267 *left_hook = x;
268 left_hook = &x->right;
280 *left_hook = *right_hook = NIL; /* clear remaining hooks */
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c158 Freehdr *left_hook; /* Temp for insertion */ local
187 * the fpp, and with the help of left_hook and right_hook,
209 left_hook = &newhdr->left;
215 * The name 'left_hook' is somewhat confusing, since
219 * for right_hook. The values of left_hook and
227 *left_hook = x;
228 left_hook = &x->right;
240 *left_hook = *right_hook = NIL; /* clear remaining hooks */

Completed in 59 milliseconds