Home
last modified time | relevance | path

Searched refs:MNTTYPE_TMPFS (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c42 #define MNTTYPE_TMPFS "tmpfs" macro
60 strcmp(mntent.mnt_fstype, MNTTYPE_TMPFS) == 0) { in in_mnttab()
101 MNTTYPE_TMPFS, myname); in main()
160 special, mountp, mflg, MNTTYPE_TMPFS); in main()
174 again: if (mount(special, mountp, mflg, MNTTYPE_TMPFS, NULL, 0, in main()
/titanic_41/usr/src/uts/common/sys/
H A Dmntent.h53 #define MNTTYPE_TMPFS "tmpfs" /* Tmp volatile file system */ macro
/titanic_41/usr/src/cmd/fs.d/
H A Ddf.c2155 ! EQ(st.st_fstype, MNTTYPE_TMPFS) && in do_devnm()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c1546 if (domount(zlogp, MNTTYPE_TMPFS, "", "swap", tmp) != 0) { in build_mounted_post_var()
/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c1011 if (strcmp(stbuf.st_fstype, MNTTYPE_TMPFS) == 0) { in validate_zonepath()