HomeSort by: relevance | last modified time | path
    Searched refs:FS_TMPFS (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
partitions.h 62 #ifndef FS_TMPFS
63 #define FS_TMPFS 256 /* tmpfs (prefered for /tmp if available) */
bsddisklabel.c 140 { .type = PT_root, .mount = "/tmp", .fs_type = FS_TMPFS,
241 if (pset->infos[opt].fs_type == FS_TMPFS) {
600 && p->fs_type == FS_TMPFS;
991 wanted->infos[i].fs_type != FS_TMPFS)
disks.c 111 if (f == FS_TMPFS)
1504 ptn->fs_type == FS_TMPFS &&
1559 case FS_TMPFS:

Completed in 45 milliseconds