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

/illumos-gate/usr/src/cmd/dumpadm/
H A Dswap.c65 if ((n = swapctl(SC_LIST, swt)) == -1) {
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h58 #define SC_LIST 2 /* list all the swapping resources */ macro
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c107 if ((num = swapctl(SC_LIST, (void *)st)) == -1) {
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c407 if ((num = swapctl(SC_LIST, st)) == -1) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c595 if ((n = swapctl(SC_LIST, swt)) == -1) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c132 if (((*nswap) = swapctl(SC_LIST, (*swtpp))) < 0) {
133 (void) mdsyserror(ep, errno, "swapctl(SC_LIST)");
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c576 case SC_LIST:
871 case SC_LIST:
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c779 count = swapctl(SC_LIST, tbl);
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3300 num_swap_devices = swapctl(SC_LIST, ctl->zsctl_swap_cache);

Completed in 73 milliseconds