Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.msg66 @ MSG_SYMINFO_BT_SELF_CFNP "SELF"
/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dvmopen.c155 *SELF(b) = b;
H A Dvmbest.c211 if(*SELF(b) != b)
475 *(SELF(fp)) = fp;
759 *SELF(np) = np; /**/ASSERT(ISBUSY(SIZE(NEXT(np))));
H A Dvmhdr.h389 #define SELF(b) ((Block_t**)((b)->body.data + SIZE(b) - sizeof(Block_t*)) ) macro