Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Dswap.c43 if ((n = swapctl(SC_GETNSWP, NULL)) == -1) { in swap_list()
63 if ((n = swapctl(SC_LIST, swt)) == -1) { in swap_list()
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c326 if (swapctl(SC_AINFO, &ai) == -1) { in doswap()
380 if ((num = swapctl(SC_GETNSWP, NULL)) == -1) { in list()
411 if ((num = swapctl(SC_LIST, st)) == -1) { in list()
518 if (swapctl(SC_REMOVE, &swr) < 0) { in delete()
616 if (swapctl(SC_ADD, &swr) < 0) { in add()
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h111 extern int swapctl(int, void *, int *);
116 extern int swapctl(int, void *);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dswapctl.c36 swapctl(int cmd, void *arg) in swapctl() function
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmemstat.c77 r = swapctl(SC_AINFO, &ai);
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c75 if ((num = swapctl(SC_GETNSWP, NULL)) == -1) { in getswapentries()
94 if ((num = swapctl(SC_LIST, (void *)st)) == -1) { in getswapentries()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c579 if ((n = swapctl(SC_GETNSWP, NULL)) == -1) in sys_swaptbl()
593 if ((n = swapctl(SC_LIST, swt)) == -1) { in sys_swaptbl()
/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c462 error = swapctl(fcn, (void *)mdep, &rv); in uadmin()
/illumos-gate/usr/src/man/man2/
H A DMakefile146 swapctl.2 \
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c747 if ((count = swapctl(SC_GETNSWP, NULL)) < 0) { in dm_get_swapentries()
778 count = swapctl(SC_LIST, tbl); in dm_get_swapentries()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common864 swapctl
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc234 file path=usr/share/man/man2/swapctl.2
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile570 swapctl.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com603 swapctl.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com588 swapctl.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com630 swapctl.o \
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3253 num_swap_devices = swapctl(SC_GETNSWP, NULL); in zsd_refresh_memory()
3294 num_swap_devices = swapctl(SC_LIST, ctl->zsctl_swap_cache); in zsd_refresh_memory()
3375 if (swapctl(SC_AINFO, &ani) < 0) { in zsd_refresh_memory()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c444 swapctl(int sc_cmd, void *sc_arg, int *rv) in swapctl() function
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt469 6243:AUE_uadmin_swapctl:uadmin(8) - swapctl:ss
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2296 swapctl;