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

/freebsd-10.0-release/etc/rc.d/
H A Daddswap20 set_rcvar_obsolete swapfile
/freebsd-10.0-release/release/picobsd/floppy.tree/etc/
H A Drc126 if [ "x$swapfile" != "xNO" -a -w "$swapfile" -a -b /dev/vn0b ]; then
27 echo "Adding $swapfile as additional swap."
28 vnconfig /dev/vn0b $swapfile && swapon /dev/vn0b
H A Drc.conf.defaults14 swapfile="" # name of swapfile if aux swapfile desired.
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dmep-relocs.pl73 &swapfile("include/elf/mep.h");
247 &swapfile($file);
252 sub swapfile { subroutine
/freebsd-10.0-release/sys/dev/nand/
H A Dnandsim_chip.c88 char swapfile[20]; local
186 sprintf(swapfile, "chip%d%d.swp", chip->ctrl_num, chip->chip_num);
187 chip->swap = nandsim_swap_init(swapfile, chip_param->blocks_per_lun *

Completed in 85 milliseconds