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

/netbsd-6-1-5-RELEASE/sbin/swapctl/
H A Dswapctl.c151 static int add_swap(char *, int);
330 if (! add_swap(argv[0], pri))
416 if (! add_swap(argv[0], pri))
442 * add_swap: add the pathname to the list of swap devices.
445 add_swap(char *path, int priority) function
604 if (add_swap(devicename, pri)) {
641 if (add_swap(devicename, pri)) {
782 if (add_swap(spec, (int)priority)) {

Completed in 108 milliseconds