Home
last modified time | relevance | path

Searched refs:LINKFOR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmallint.h87 #define LINKFOR(b) ((b)->t_n) macro
130 #define LINKFOR(b) (((b)->t_n).w_p) macro
H A Dmalloc.c528 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree()
578 LINKFOR(tp) = np; in realfree()
757 if ((sp = LINKFOR(op)) != NULL) in t_delete()
759 LINKFOR(tp) = sp; in t_delete()
768 if ((tp = LINKFOR(op)) != NULL) { in t_delete()
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h102 #define LINKFOR(b) (((b)->t_n).w_p[0]) macro
H A Dmalloc.c541 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree()
601 LINKFOR(tp) = np; in realfree()
955 if ((sp = LINKFOR(op)) != NULL) { in t_delete()
960 LINKFOR(tp) = sp; in t_delete()
970 if ((tp = LINKFOR(op)) != NULL) { in t_delete()