/titanic_41/usr/src/cmd/dumpadm/ |
H A D | swap.c | 45 if ((n = swapctl(SC_GETNSWP, NULL)) == -1) { in swap_list() 65 if ((n = swapctl(SC_LIST, swt)) == -1) { in swap_list()
|
/titanic_41/usr/src/cmd/swap/ |
H A D | swap.c | 324 if (swapctl(SC_AINFO, &ai) == -1) { in doswap() 378 if ((num = swapctl(SC_GETNSWP, NULL)) == -1) { in list() 407 if ((num = swapctl(SC_LIST, st)) == -1) { in list() 571 if (swapctl(SC_REMOVE, &swr) < 0) { in delete() 669 if (swapctl(SC_ADD, &swr) < 0) { in add()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | swap.h | 111 extern int swapctl(int, void *, int *); 116 extern int swapctl(int, void *);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | swapctl.c | 38 swapctl(int cmd, void *arg) in swapctl() function
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | memstat.c | 79 r = swapctl(SC_AINFO, &ai);
|
/titanic_41/usr/src/cmd/format/ |
H A D | checkdev.c | 88 if ((num = swapctl(SC_GETNSWP, (void *)NULL)) == -1) { in getswapentries() 107 if ((num = swapctl(SC_LIST, (void *)st)) == -1) { in getswapentries()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_check.c | 119 if ((*nswap = swapctl(SC_GETNSWP, NULL)) < 0) { in get_swapinfo() 132 if (((*nswap) = swapctl(SC_LIST, (*swtpp))) < 0) { in get_swapinfo()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | swap_rcm.c | 581 if ((n = swapctl(SC_GETNSWP, NULL)) == -1) in sys_swaptbl() 595 if ((n = swapctl(SC_LIST, swt)) == -1) { in sys_swaptbl()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | uadmin.c | 434 error = swapctl(fcn, (void *)mdep, &rv); in uadmin()
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 143 swapctl.2 \
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | entry.c | 750 if ((count = swapctl(SC_GETNSWP, NULL)) < 0) { in dm_get_swapentries() 781 count = swapctl(SC_LIST, tbl); in dm_get_swapentries()
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 864 swapctl
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 138 file path=usr/share/man/man2/swapctl.2
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 556 swapctl.o \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 586 swapctl.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 573 swapctl.o \
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 3259 num_swap_devices = swapctl(SC_GETNSWP, NULL); in zsd_refresh_memory() 3300 num_swap_devices = swapctl(SC_LIST, ctl->zsctl_swap_cache); in zsd_refresh_memory() 3381 if (swapctl(SC_AINFO, &ani) < 0) { in zsd_refresh_memory()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 439 swapctl(int sc_cmd, void *sc_arg, int *rv) in swapctl() function
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 614 swapctl.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 987 /* swapctl.c */ 988 int swapctl(int cmd, void *arg);
|
H A D | mapfile-vers | 1867 swapctl;
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 461 6243:AUE_uadmin_swapctl:uadmin(1m) - swapctl:ss
|