Searched refs:f_mode (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/usr.bin/mkfifo/
H A Dmkfifo.c47 static int f_mode; variable
60 f_mode = 1;
72 if (f_mode) {
/freebsd-current/bin/pax/
H A Dgen_subs.c72 char f_mode[MODELEN]; local
91 strmode(sbp->st_mode, f_mode);
106 (void)fprintf(fp, "%s%2ju %-12s %-12s ", f_mode,
143 char f_mode[MODELEN]; local
160 strmode(arcn->sb.st_mode, f_mode);
161 tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name);
/freebsd-current/sbin/setkey/
H A Dsetkey.c83 static int f_mode = 0; variable
135 f_mode = MODE_SCRIPT;
142 f_mode = MODE_SCRIPT;
153 f_mode = MODE_SCRIPT;
160 f_mode = MODE_CMDDUMP;
163 f_mode = MODE_CMDFLUSH;
175 f_mode = MODE_PROMISC;
203 switch (f_mode) {
409 if (f_mode == MODE_SCRIPT)
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dfile.h112 finit(file, filp->f_mode, DTYPE_DEV, filp, &linuxfileops);
162 filp->f_mode = mode;
H A Dfs.h88 int f_mode; /* Just starting mode. */ member in struct:linux_file
/freebsd-current/libexec/tftpd/
H A Dtftpd.c104 const char *f_mode; member in struct:formats
478 for (pf = formats; pf->f_mode; pf++)
479 if (strcmp(pf->f_mode, *mode) == 0)
481 if (pf->f_mode == NULL) {
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h157 if (offset < 0 && !(filp->f_mode & FMODE_UNSIGNED_OFFSET))
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c45 if (blk_mode_is_open_write(filp->f_mode))
H A Dzpl_file.c67 error = -zfs_open(ip, filp->f_mode, filp->f_flags, cr);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c751 filp->f_mode = file->f_flag;
775 finit(file, filp->f_mode, DTYPE_DEV, filp, &linuxfileops);

Completed in 215 milliseconds