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

/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DUnixOperatingSystem_md.c97 if ((nswap = swapctl(SC_GETNSWP, NULL)) == -1) {
98 throw_internal_error(env, "swapctl failed to get nswap");
127 if ((count = swapctl(SC_LIST, stbl)) < 0) {
130 throw_internal_error(env, "swapctl failed to get swap list");

Completed in 29 milliseconds