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

/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c216 Freehdr *right_hook; /* Temp for insertion */ local
236 * the tree, and with the help of left_hook and right_hook,
245 right_hook = &newhdr->right;
259 * for right_hook. The values of left_hook and
260 * right_hook converge toward the value of p,
274 *right_hook = x;
275 right_hook = &x->left;
280 *left_hook = *right_hook = NIL; /* clear remaining hooks */
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c159 Freehdr *right_hook; /* Temp for insertion */ local
187 * the fpp, and with the help of left_hook and right_hook,
210 right_hook = &newhdr->right;
219 * for right_hook. The values of left_hook and
220 * right_hook converge toward the value of newblk,
234 *right_hook = x;
235 right_hook = &x->left;
240 *left_hook = *right_hook = NIL; /* clear remaining hooks */

Completed in 61 milliseconds