Symbol: f_type
bin/ls/ls.c
152
int f_type; /* add type character for non-regular files */
bin/ls/ls.c
358
f_type = 1;
bin/ls/ls.c
444
f_type = 1;
bin/ls/ls.c
555
!f_sizesort && !f_type && f_groupdir == GRP_NONE
bin/ls/ls.c
567
if (!f_nofollow && !f_longform && !f_listdir && (!f_type || f_slash)
bin/ls/ls.h
61
extern int f_type; /* add type character for non-regular files */
bin/ls/print.c
266
if (f_type)
bin/ls/print.c
346
if (f_type)
bin/ls/print.c
421
if (f_type)
crypto/krb5/src/util/verto/ev.c
4235
&& (sfs.f_type == 0x1373 /* devfs */
crypto/krb5/src/util/verto/ev.c
4236
|| sfs.f_type == 0x4006 /* fat */
crypto/krb5/src/util/verto/ev.c
4237
|| sfs.f_type == 0x4d44 /* msdos */
crypto/krb5/src/util/verto/ev.c
4238
|| sfs.f_type == 0xEF53 /* ext2/3 */
crypto/krb5/src/util/verto/ev.c
4239
|| sfs.f_type == 0x72b6 /* jffs2 */
crypto/krb5/src/util/verto/ev.c
4240
|| sfs.f_type == 0x858458f6 /* ramfs */
crypto/krb5/src/util/verto/ev.c
4241
|| sfs.f_type == 0x5346544e /* ntfs */
crypto/krb5/src/util/verto/ev.c
4242
|| sfs.f_type == 0x3153464a /* jfs */
crypto/krb5/src/util/verto/ev.c
4243
|| sfs.f_type == 0x9123683e /* btrfs */
crypto/krb5/src/util/verto/ev.c
4244
|| sfs.f_type == 0x52654973 /* reiser3 */
crypto/krb5/src/util/verto/ev.c
4245
|| sfs.f_type == 0x01021994 /* tmpfs */
crypto/krb5/src/util/verto/ev.c
4246
|| sfs.f_type == 0x58465342 /* xfs */))
lib/libprocstat/libprocstat.c
585
switch (file.f_type) {
sbin/bectl/bectl_jail.c
201
mntbuf[i].f_type != MNTTYPE_ZFS) {
stand/common/bootstrap.h
233
char *f_type; /* verbose file type, eg 'elf kernel', 'pnptable', etc. */
stand/common/load_elf.c
435
if (strcmp(md_kerntype, kfp->f_type)) {
stand/common/load_elf.c
438
kfp->f_type);
stand/common/load_elf.c
466
fp->f_type = strdup(ef.kernel ?
stand/common/load_elf.c
469
fp->f_type = strdup(md_kerntype_mb);
stand/common/load_elf_obj.c
174
fp->f_type = strdup(md_modtype_obj);
stand/common/modinfo.c
133
MOD_TYPE(addr, fp->f_type, c);
stand/common/module.c
1039
fp->f_type = strdup(type);
stand/common/module.c
1045
if ((fp->f_name == NULL) || (fp->f_type == NULL)) {
stand/common/module.c
1049
free(fp->f_type);
stand/common/module.c
1612
free(fp->f_type);
stand/common/module.c
327
snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type,
stand/common/module.c
777
fp->f_type = strdup(type);
stand/common/module.c
784
if (fp->f_type == NULL) {
stand/common/module.c
920
((type == NULL) || !strcmp(type, fp->f_type)))
stand/fdt/fdt_loader_cmd.c
465
if (strcmp(fp->f_type, "dtbo") != 0)
stand/powerpc/ofw/elf_freebsd.c
61
if (!strcmp((*result)->f_type, md_kerntype))
stand/powerpc/ofw/ppc64_elf_freebsd.c
60
if (!strcmp((*result)->f_type, md_kerntype))
stand/uboot/arch/powerpc/ppc64_elf_freebsd.c
56
if (!strcmp((*result)->f_type, md_kerntype))
stand/uboot/elf_freebsd.c
56
if (!strcmp((*result)->f_type, md_kerntype))
sys/amd64/linux32/linux.h
240
l_int f_type;
sys/compat/freebsd32/freebsd32.h
146
int32_t f_type;
sys/compat/freebsd32/freebsd32_misc.c
327
CP(*in, *out, f_type);
sys/compat/linux/linux.c
576
if (fp->f_type == DTYPE_SOCKET)
sys/compat/linux/linux_event.c
306
if (epfp->f_type != DTYPE_KQUEUE) {
sys/compat/linux/linux_event.c
389
if (epfp->f_type != DTYPE_KQUEUE) {
sys/compat/linux/linux_file.c
1473
if (fp->f_type == DTYPE_PIPE) {
sys/compat/linux/linux_file.c
1504
if (fp->f_type != DTYPE_PIPE) {
sys/compat/linux/linux_file.c
185
if (fp->f_type != DTYPE_VNODE) {
sys/compat/linux/linux_file.c
1908
if (fp->f_type == DTYPE_SOCKET && (fp->f_flag & FNONBLOCK) != 0)
sys/compat/linux/linux_ioctl.c
2472
type = fp->f_type;
sys/compat/linux/linux_ioctl.c
2565
type = fp->f_type;
sys/compat/linux/linux_ioctl.c
3677
if (fp->f_type == DTYPE_VNODE && fp->f_vnode != NULL &&
sys/compat/linux/linux_socket.c
2677
if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
sys/compat/linux/linux_socket.c
2678
(fp->f_type == DTYPE_VNODE &&
sys/compat/linux/linux_socket.c
2684
if (ofp->f_type != DTYPE_SOCKET)
sys/compat/linux/linux_socket.c
2702
return (fp->f_type == DTYPE_VNODE && fp->f_vnode != NULL &&
sys/compat/linux/linux_socket.c
2844
if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
sys/compat/linux/linux_socket.c
2845
(fp->f_type == DTYPE_VNODE &&
sys/compat/linux/linux_stats.c
317
l_long f_type;
sys/compat/linux/linux_stats.c
402
linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename);
sys/compat/linux/linux_stats.c
446
linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename);
sys/compat/linuxkpi/common/src/linux_compat.c
1834
if (fp2->f_type != DTYPE_DEV)
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1040
if (fp->f_type != DTYPE_SOCKET) {
sys/dev/cxgbe/cxgbei/icl_cxgbei.c
1714
if (fp->f_type != DTYPE_SOCKET) {
sys/dev/cxgbe/nvmf/nvmf_che.c
2429
if (fp->f_type != DTYPE_SOCKET) {
sys/dev/filemon/filemon_wrapper.c
68
if (filemon->fp->f_type == DTYPE_VNODE)
sys/dev/iscsi/icl_soft.c
1538
if (fp->f_type != DTYPE_SOCKET) {
sys/dev/ntsync/linux_ntsync.c
133
if (fp->f_type != DTYPE_VNODE)
sys/dev/ntsync/linux_ntsync.c
234
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
246
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
257
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
272
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
281
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
294
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
303
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
312
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/linux_ntsync.c
321
if (fp->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/ntsync.c
1066
MPASS(fp->f_type == DTYPE_NTSYNC);
sys/dev/ntsync/ntsync.c
1087
MPASS(fp->f_type == DTYPE_NTSYNC);
sys/dev/ntsync/ntsync.c
1224
if (state->fp_alert->f_type != DTYPE_NTSYNC) {
sys/dev/ntsync/ntsync.c
1243
if (state->fps[i]->f_type != DTYPE_NTSYNC ||
sys/dev/ntsync/ntsync.c
471
MPASS(fp->f_type == DTYPE_NTSYNC);
sys/dev/ntsync/ntsync.c
492
MPASS(fp->f_type == DTYPE_NTSYNC);
sys/dev/ntsync/ntsync.c
777
MPASS(fp->f_type == DTYPE_NTSYNC);
sys/dev/ntsync/ntsync.c
798
MPASS(fp->f_type == DTYPE_NTSYNC);
sys/dev/nvmf/nvmf_tcp.c
1439
if (fp->f_type != DTYPE_SOCKET) {
sys/fs/devfs/devfs_vnops.c
2075
if (fp2->f_type != DTYPE_VNODE || fp2->f_ops != &devfs_ops_f)
sys/fs/fdescfs/fdesc_vnops.c
264
if ((fdm->flags & FMNT_NODUP) != 0 && a->fp->f_type == DTYPE_VNODE) {
sys/fs/fdescfs/fdesc_vnops.c
652
switch (fp->f_type) {
sys/fs/nfsclient/nfs_clport.c
1271
if (fp->f_type != DTYPE_SOCKET) {
sys/fs/nfsserver/nfs_nfsdport.c
4703
if (fp->f_type != DTYPE_SOCKET) {
sys/fs/nullfs/null_vfsops.c
388
sbp->f_type = mstat->f_type;
sys/fs/p9fs/p9fs_vfsops.c
570
buf->f_type = statfs.type;
sys/fs/unionfs/union_vfsops.c
528
sbp->f_type = mstat->f_type;
sys/i386/linux/linux.h
212
l_int f_type;
sys/kern/kern_descrip.c
1817
} else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) {
sys/kern/kern_descrip.c
2670
if (fp->f_type != DTYPE_VNODE ||
sys/kern/kern_descrip.c
2829
if (fp->f_type != DTYPE_VNODE)
sys/kern/kern_descrip.c
2903
if (fp->f_type == DTYPE_MQUEUE ||
sys/kern/kern_descrip.c
2987
if (fp->f_type == DTYPE_VNODE) {
sys/kern/kern_descrip.c
3058
fp->f_type = type;
sys/kern/kern_descrip.c
3988
if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) {
sys/kern/kern_descrip.c
4142
if (fp->f_type == DTYPE_VNODE) {
sys/kern/kern_descrip.c
4569
if (fp->f_type != DTYPE_VNODE ||
sys/kern/kern_descrip.c
4733
xf.xf_type = (uintptr_t)fp->f_type;
sys/kern/kern_descrip.c
5396
fp, file_type_to_name(fp->f_type), XPTRWIDTH, fp->f_data,
sys/kern/kern_descrip.c
5581
MPASS(fp->f_type == DTYPE_VNODE);
sys/kern/kern_descrip.c
740
if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
sys/kern/kern_descrip.c
845
if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
sys/kern/kern_descrip.c
901
if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
sys/kern/kern_descrip.c
952
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_event.c
1729
if (fp->f_type == DTYPE_KQUEUE) {
sys/kern/kern_event.c
1974
if (fp->f_type != DTYPE_KQUEUE || kq == NULL)
sys/kern/kern_event.c
3059
MPASS(fp->f_type == DTYPE_KQUEUE);
sys/kern/kern_event.c
3186
MPASS(fp1->f_type == DTYPE_KQUEUE);
sys/kern/kern_event.c
3336
if (fp->f_type != DTYPE_KQUEUE)
sys/kern/kern_event.c
3388
if (fp->f_type != DTYPE_KQUEUE) {
sys/kern/kern_jaildesc.c
431
if (fp2->f_type != DTYPE_JAILDESC)
sys/kern/kern_jaildesc.c
87
if (fp->f_type != DTYPE_JAILDESC)
sys/kern/kern_sendfile.c
547
if (fp->f_type == DTYPE_VNODE) {
sys/kern/kern_sendfile.c
574
} else if (fp->f_type == DTYPE_SHM) {
sys/kern/sys_generic.c
2261
if (fp1->f_type != fp2->f_type)
sys/kern/sys_generic.c
569
if (error != 0 && fp->f_type != DTYPE_SOCKET) {
sys/kern/sys_pipe.c
1668
if (fp->f_type == DTYPE_FIFO)
sys/kern/sys_procdesc.c
128
KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC,
sys/kern/sys_procdesc.c
404
KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc"));
sys/kern/sys_procdesc.c
645
if (fp2->f_type != DTYPE_PROCDESC)
sys/kern/sys_procdesc.c
771
if (fp->f_type != DTYPE_PROCDESC)
sys/kern/sys_process.c
1863
if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VREG) {
sys/kern/sys_timerfd.c
502
if (fp->f_type != DTYPE_TIMERFD) {
sys/kern/sys_timerfd.c
534
if (fp->f_type != DTYPE_TIMERFD) {
sys/kern/tty.c
2167
if (fp->f_type != DTYPE_VNODE || fp->f_vnode->v_type != VCHR) {
sys/kern/uipc_sem.c
600
if (fp->f_type != DTYPE_SEM) {
sys/kern/uipc_shm.c
1852
if (fp->f_type != DTYPE_SHM)
sys/kern/uipc_shm.c
1915
if (fp->f_type != DTYPE_SHM)
sys/kern/uipc_syscalls.c
117
if (__predict_false(fp->f_type != DTYPE_SOCKET)) {
sys/kern/uipc_syscalls.c
97
if (__predict_false(fp->f_type != DTYPE_SOCKET)) {
sys/kern/uipc_usrreq.c
3970
if (fp->f_type != DTYPE_SOCKET)
sys/kern/vfs_aio.c
1240
if (fp == NULL || fp->f_type != DTYPE_VNODE)
sys/kern/vfs_aio.c
1796
if (fp->f_type == DTYPE_VNODE) {
sys/kern/vfs_aio.c
2063
if (fp->f_type == DTYPE_VNODE) {
sys/kern/vfs_aio.c
811
if (fp->f_type == DTYPE_VNODE)
sys/kern/vfs_inotify.c
915
if (fp->f_type != DTYPE_INOTIFY) {
sys/kern/vfs_mount.c
693
mp->mnt_stat.f_type = vfsp->vfc_typenum;
sys/kern/vfs_subr.c
4901
(u_int)sp->f_version, (u_int)sp->f_type, (uintmax_t)sp->f_flags,
sys/kern/vfs_syscalls.c
5039
if (fp->f_type != DTYPE_VNODE) {
sys/kern/vfs_syscalls.c
723
osp->f_type = nsp->f_type;
sys/kern/vfs_syscalls.c
855
osp->f_type = nsp->f_type;
sys/kern/vfs_vnops.c
2968
if (fp->f_type == DTYPE_FIFO)
sys/kern/vfs_vnops.c
407
if (fp->f_type != DTYPE_NONE && fp->f_type != DTYPE_VNODE)
sys/kern/vfs_vnops.c
4517
if (fp2->f_type != DTYPE_VNODE)
sys/kern/vfs_vnops.c
523
fp->f_type = DTYPE_VNODE;
sys/security/audit/audit_arg.c
681
switch (fp->f_type) {
sys/security/mac/mac_syscalls.c
521
switch (fp->f_type) {
sys/security/mac/mac_syscalls.c
678
switch (fp->f_type) {
sys/security/mac_grantbylabel/mac_grantbylabel.c
388
if (fp->f_type != DTYPE_VNODE) {
sys/security/mac_veriexec/mac_veriexec.c
894
if (fp->f_type != DTYPE_VNODE) {
sys/security/mac_veriexec/mac_veriexec.c
897
fp->f_type);
sys/sys/file.h
208
short f_type; /* descriptor type */
sys/sys/mount.h
118
uint32_t f_type; /* type of filesystem */
sys/sys/mount.h
159
int f_type; /* type of filesystem */
sys/sys/mount.h
89
uint32_t f_type; /* type of filesystem */
tools/tools/kttcp/sys/kttcp.c
170
if (fp->f_type == DTYPE_SOCKET) {
tools/tools/kttcp/sys/kttcp.c
218
if (fp->f_type == DTYPE_SOCKET) {
usr.bin/find/extern.h
122
exec_f f_type;
usr.bin/find/option.c
160
{ "-type", c_type, f_type, 0 },
usr.sbin/config/config.h
106
int f_type; /* type */
usr.sbin/config/mkmakefile.cc
590
tp->f_type = filetype;
usr.sbin/config/mkmakefile.cc
710
if (tp->f_type != NODEPEND) {
usr.sbin/config/mkmakefile.cc
786
switch (ftp->f_type) {
usr.sbin/syslogd/syslogd.c
1648
if (f->f_type == F_CONSOLE && (flags & IGN_CONS))
usr.sbin/syslogd/syslogd.c
1658
if (no_compress - (f->f_type != F_PIPE) < 1 &&
usr.sbin/syslogd/syslogd.c
1699
if (f->f_type == F_FILE &&
usr.sbin/syslogd/syslogd.c
1762
if (f->f_type != F_FORW || f == skip)
usr.sbin/syslogd/syslogd.c
1776
switch (f->f_type) {
usr.sbin/syslogd/syslogd.c
1991
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
2018
if (f->f_type == F_WALL)
usr.sbin/syslogd/syslogd.c
2073
switch (f->f_type) {
usr.sbin/syslogd/syslogd.c
2176
dprintf("Logging to %s", TypeNames[f->f_type]);
usr.sbin/syslogd/syslogd.c
2179
if (f->f_type == F_UNUSED) {
usr.sbin/syslogd/syslogd.c
2230
if (f->f_type == F_WALL) {
usr.sbin/syslogd/syslogd.c
2561
switch (f->f_type) {
usr.sbin/syslogd/syslogd.c
2592
if (f->f_type != F_PIPE || f->f_procdesc == -1)
usr.sbin/syslogd/syslogd.c
2704
printf("%s: ", TypeNames[f->f_type]);
usr.sbin/syslogd/syslogd.c
2705
switch (f->f_type) {
usr.sbin/syslogd/syslogd.c
3240
f->f_type = F_FORW;
usr.sbin/syslogd/syslogd.c
3245
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
3253
f->f_type = F_CONSOLE;
usr.sbin/syslogd/syslogd.c
3255
f->f_type = F_TTY;
usr.sbin/syslogd/syslogd.c
3260
f->f_type = F_FILE;
usr.sbin/syslogd/syslogd.c
3267
f->f_type = F_PIPE;
usr.sbin/syslogd/syslogd.c
3271
f->f_type = F_WALL;
usr.sbin/syslogd/syslogd.c
3287
f->f_type = F_USERS;
usr.sbin/syslogd/syslogd.c
3396
TypeNames[f->f_type], f->f_prevcount,
usr.sbin/syslogd/syslogd.c
372
if (f->f_type == F_FORW && f->f_addr_fds != NULL) {
usr.sbin/syslogd/syslogd.c
379
} else if (f->f_type == F_PIPE && f->f_procdesc != -1) {
usr.sbin/syslogd/syslogd.c
383
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
693
consfile.f_type = F_CONSOLE;
usr.sbin/syslogd/syslogd.c
819
if (f->f_type == F_UNUSED)
usr.sbin/syslogd/syslogd.h
142
enum f_type f_type;
usr.sbin/syslogd/syslogd_cap_config.c
107
enum f_type f_type = filed->f_type;
usr.sbin/syslogd/syslogd_cap_config.c
110
nvlist_add_number(nvl_filed, "f_type", f_type);
usr.sbin/syslogd/syslogd_cap_config.c
131
if (f_type == F_WALL || f_type == F_USERS) {
usr.sbin/syslogd/syslogd_cap_config.c
137
} else if (f_type == F_FILE || f_type == F_CONSOLE || f_type == F_TTY) {
usr.sbin/syslogd/syslogd_cap_config.c
139
} else if (f_type == F_FORW) {
usr.sbin/syslogd/syslogd_cap_config.c
145
} else if (filed->f_type == F_PIPE) {
usr.sbin/syslogd/syslogd_cap_config.c
169
enum f_type f_type;
usr.sbin/syslogd/syslogd_cap_config.c
177
f_type = filed->f_type = nvlist_get_number(nvl_filed, "f_type");
usr.sbin/syslogd/syslogd_cap_config.c
200
if (f_type == F_WALL || f_type == F_USERS) {
usr.sbin/syslogd/syslogd_cap_config.c
209
} else if (f_type == F_FILE || f_type == F_CONSOLE || f_type == F_TTY) {
usr.sbin/syslogd/syslogd_cap_config.c
212
} else if (f_type == F_FORW) {
usr.sbin/syslogd/syslogd_cap_config.c
236
} else if (filed->f_type == F_PIPE) {