OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_ON
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/sys/
swapon.c
42
return (swapctl(
SWAP_ON
, __UNCONST(name), 0));
/src/sys/sys/
swap.h
44
#define
SWAP_ON
1 /* begin swapping on device */
/src/sys/compat/common/
vm_12.c
62
SCARG(&ua, cmd) =
SWAP_ON
;
/src/sys/compat/netbsd32/
netbsd32_compat_12.c
124
SCARG(&ua, cmd) =
SWAP_ON
;
/src/sys/uvm/
uvm_swap.c
117
* [3]
SWAP_ON
: given a pathname in arg (could be device or file) and a
119
* [4] SWAP_OFF: as
SWAP_ON
, but stops swapping to a device
230
static int
swap_on
(struct lwp *, struct swapdev *);
503
* [with two helper functions:
swap_on
and swap_off]
604
if (SCARG(uap, cmd) ==
SWAP_ON
&&
612
* (SWAP_PATH_MAX instead of PATH_MAX) for
SWAP_ON
.
623
if (SCARG(uap, cmd) ==
SWAP_ON
) {
674
case
SWAP_ON
:
712
* if
swap_on
is a success, it will clear the SWF_FAKE flag
715
if ((error =
swap_on
(l, sdp)) != 0)
838
swap_on
(struct lwp *l, struct swapdev *sdp)
function in typeref:typename:int
[
all
...]
/src/sbin/swapctl/
swapctl.c
476
if (swapctl(
SWAP_ON
, spec, priority) < 0) {
/src/sys/compat/linux32/common/
linux32_unistd.c
578
SCARG(&ua, cmd) =
SWAP_ON
;
/src/sys/compat/linux/common/
linux_misc.c
95
#include <sys/swap.h> /* for
SWAP_ON
*/
1389
SCARG(&ua, cmd) =
SWAP_ON
;
/src/usr.sbin/sysinst/
disks.c
2139
rval = swapctl(
SWAP_ON
, swap_dev, 0);
Completed in 20 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025