Searched refs:PARENT (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c530 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL;
549 PARENT(tp) = np;
557 PARENT(tp) = np;
561 if ((sp = PARENT(np)) != NULL) {
566 PARENT(tp) = sp;
572 PARENT(sp) = tp;
576 PARENT(sp) = tp;
705 if ((RIGHT(x) = LEFT(y)) != NULL) PARENT(RIGHT(x)) = x;\
706 if ((PARENT(y) = PARENT(
[all...]
H A Dmallint.h86 #define PARENT(b) ((b)->t_p) macro
124 #define PARENT(b) (((b)->t_p).w_p) macro
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c543 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL;
561 PARENT(tp) = np;
571 PARENT(tp) = np;
576 if ((sp = PARENT(np)) != NULL) {
582 PARENT(tp) = sp;
590 PARENT(sp) = tp;
597 PARENT(sp) = tp;
772 PARENT(RIGHT(x)) = x;
774 if ((PARENT(y) = PARENT(
[all...]
H A Dmallint.h96 #define PARENT(b) (((b)->t_p).w_p[0]) macro
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c75 #define PARENT 12 macro
350 if (notice->item[PARENT].data)
353 expand(notice, b, &notice->item[PARENT]);
707 if (notice.item[PARENT].data)
709 expand(&notice, &tmp, &notice.item[PARENT]);
752 if (notice.item[PARENT].data)
754 expand(&notice, &tmp, &notice.item[i = PARENT]);
762 if (notice.item[PARENT].data)
764 expand(&notice, &tmp, &notice.item[i = PARENT]);
844 if (notice.item[i = PARENT]
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y57 %token TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE
76 TYPE CLASS PARENT PRIORITY_GROUP PRIORITY_MODE
864 | PARENT { $$ = PT_PARENT; }
H A Dnwamcfg_lex.l172 <TSTATE>parent { return PARENT; }
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c43 PARENT, UNCLE enumerator in enum:__anon5

Completed in 62 milliseconds