Searched refs:SA_ALTROOT (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/agent/make/
H A Dsaenv64.sh46 # configure audit helper library if SA_ALTROOT is set
47 if [ -n "$SA_ALTROOT" ]; then
51 echo "SA_ALTROOT is set and can't find libsaproc_audit.so."
H A Dsaenv.sh51 # configure audit helper library if SA_ALTROOT is set
52 if [ -n "$SA_ALTROOT" ]; then
56 echo "SA_ALTROOT is set and can't find libsaproc_audit.so."
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c35 #define SA_ALTROOT "SA_ALTROOT" macro
39 alt_root = getenv(SA_ALTROOT);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c35 #define SA_ALTROOT "SA_ALTROOT" macro
39 alt_root = getenv(SA_ALTROOT);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp222 #define SA_ALTROOT "SA_ALTROOT" macro
226 alt_root = getenv(SA_ALTROOT);

Completed in 38 milliseconds