Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c66 int prot = sysconf(_SC_STACK_PROT); in mdb_context_create()
/titanic_41/usr/src/uts/common/sys/
H A Dunistd.h209 #define _SC_STACK_PROT 515 /* default stack protection */ macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dsysconf.c149 case _SC_STACK_PROT: in sysconf()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dthr.c332 long lprot = _sysconf(_SC_STACK_PROT); in find_stack()