VSWAPON(2V) — Unix Programmer’s Manual
NAME
vswapon − add a swap device for interleaved paging/swapping
SYNOPSIS
vswapon(name)
char \(**name;
DESCRIPTION
Vswapon makes the argument block device available to the system for allocation for paging and swapping. The number of blocks to be made available, as well as the names of all potentially available devices are known to the system, and are present in the system configuration file (e.g. /usr/src/sys/conf/confhp.c).
SEE ALSO
BUGS
There is no way to stop swapping on a disk so that the pack may be dismounted.
This call is peculiar to this version of UNIX.
th Berkeley Distribution