Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/include/
H A Dstk.h46 #define stktop(sp) ((char*)(sp)->_next) macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dstk.h55 #define stktop(sp) ((char*)(sp)->_next) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dstk.h55 #define stktop(sp) ((char*)(sp)->_next) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dstk.h55 #define stktop(sp) ((char*)(sp)->_next) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dstk.h55 #define stktop(sp) ((char*)(sp)->_next) macro
/titanic_41/usr/src/cmd/checknr/
H A Dchecknr.c46 static int stktop; variable
/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c235 uintptr_t stktop = ulwp->ul_stktop; in ulwp_clean() local