Searched refs:ufile (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/fs/unionfs/
H A Dunion_vfsops.c89 u_short ufile; local
102 ufile = 0;
143 if (vfs_getopt(mp->mnt_optnew, "ufile", (void **)&tmp, NULL) == 0) {
145 ufile = (mode_t)strtol(tmp, &ep, 8);
147 vfs_mount_error(mp, "Invalid ufile");
150 ufile &= S_IRWXU | S_IRWXG | S_IRWXO;
153 if (udir == 0 && ufile != 0)
154 udir = ufile;
155 if (ufile == 0 && udir != 0)
156 ufile
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c808 const char *ufile = NULL; local
845 ufile = optarg;
865 if (flags == 0 && ufile == NULL)
1007 if (ufile != NULL) {
1013 if ((ufd = open(ufile, O_WRONLY|O_CREAT|O_TRUNC, 0666)) < 0 ||
1016 warn("failed to write CTF data to '%s'", ufile);

Completed in 155 milliseconds