Searched defs:libsaproc_open (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc_audit.cpp83 // redirect all open calls from libproc.so through libsaproc_open which will
89 uintptr_t libsaproc_open = (uintptr_t)dlsym(handle, "libsaproc_open"); local
90 if (libsaproc_open == 0) {
91 fprintf(stderr, "libsaproc_audit.so: didn't find libsaproc_open during linking\n");
93 return libsaproc_open;
H A Dsaproc.cpp239 extern "C" int libsaproc_open(const char * name, int oflag, ...) { function
244 printf("libsaproc DEBUG: libsaproc_open %s\n", name);
256 printf("libsaproc DEBUG: libsaproc_open substituted %s\n", alt_path);
267 printf("libsaproc DEBUG: libsaproc_open substituted %s\n", alt_path);
646 int fd = libsaproc_open(classes_jsa, O_RDONLY);

Completed in 40 milliseconds