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

/freebsd-10.1-release/include/
H A Dfstab.h53 #define FSTAB_SW "sw" /* swap device */ macro
/freebsd-10.1-release/lib/libc/gen/
H A Dfstab.c137 strcmp(_fs_fstab.fs_type, FSTAB_SW) ?
202 if (!strcmp(cp, FSTAB_SW)) {
203 _fs_fstab.fs_type = FSTAB_SW;
/freebsd-10.1-release/sbin/swapon/
H A Dswapon.c171 if (strcmp(fsp->fs_type, FSTAB_SW) != 0)
/freebsd-10.1-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c625 md->fstab->fs_type = strdup(FSTAB_SW);

Completed in 120 milliseconds