Home
last modified time | relevance | path

Searched defs:stktop (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dstk.h46 #define stktop(sp) ((char*)(sp)->_next) macro
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c48 static int stktop; variable
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c237 uintptr_t stktop = ulwp->ul_stktop; in ulwp_clean() local