HomeSort by: relevance | last modified time | path
    Searched defs:add_swap (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/swapctl/
swapctl.c 152 static int add_swap(char *, int);
332 if (! add_swap(argv[0], pri))
418 if (! add_swap(argv[0], pri))
444 * add_swap: add the pathname to the list of swap devices.
447 add_swap(char *path, int priority) function in typeref:typename:int
639 if (add_swap(devicename, pri)) {
676 if (add_swap(devicename, pri)) {
826 if (add_swap(spec, (int)priority)) {
swapctl.c 152 static int add_swap(char *, int);
332 if (! add_swap(argv[0], pri))
418 if (! add_swap(argv[0], pri))
444 * add_swap: add the pathname to the list of swap devices.
447 add_swap(char *path, int priority) function in typeref:typename:int
639 if (add_swap(devicename, pri)) {
676 if (add_swap(devicename, pri)) {
826 if (add_swap(spec, (int)priority)) {

Completed in 22 milliseconds