bin/ls/ls.c
122
int f_type; /* add type character for non-regular files */
bin/ls/ls.c
219
f_type = 1;
bin/ls/ls.c
292
f_type = 1;
bin/ls/ls.c
376
!f_sizesort && !f_type
bin/ls/ls.c
387
if (!f_longform && !f_listdir && !f_type)
bin/ls/ls.h
56
extern int f_type; /* add type character for non-regular files */
bin/ls/print.c
182
if (f_type)
bin/ls/print.c
263
if (f_type)
bin/ls/print.c
341
if (f_type)
lib/libkvm/kvm_file.c
79
ufile->f_type = kfile->f_type;
stand/boot/common/bootstrap.h
215
char *f_type; /* verbose file type, e.g.,
stand/boot/common/load_elf.c
149
if (strcmp(__elfN(kerneltype), kfp->f_type)) {
stand/boot/common/load_elf.c
151
__func__, kfp->f_type);
stand/boot/common/load_elf.c
198
fp->f_type = strdup(ef.kernel ? __elfN(kerneltype) : __elfN(moduletype));
stand/boot/common/load_elf_obj.c
136
if (strcmp(__elfN(obj_kerneltype), kfp->f_type)) {
stand/boot/common/load_elf_obj.c
138
__func__, kfp->f_type);
stand/boot/common/load_elf_obj.c
156
fp->f_type = strdup(__elfN(obj_moduletype));
stand/boot/common/module.c
276
(void *) fp->f_addr, fp->f_name, fp->f_type, (long) fp->f_size);
stand/boot/common/module.c
444
fp->f_type = strdup(type);
stand/boot/common/module.c
574
((type == NULL) || !strcmp(type, fp->f_type)))
stand/boot/common/module.c
926
if (fp->f_type != NULL)
stand/boot/common/module.c
927
free(fp->f_type);
stand/boot/efi/loader/bootinfo.c
218
MOD_TYPE(addr, fp->f_type, c);
stand/boot/pc32/libi386/bootinfo32.c
111
MOD_TYPE(addr, fp->f_type, c);
stand/boot/pc32/libi386/bootinfo64.c
113
MOD_TYPE(addr, fp->f_type, c);
sys/dev/drm/linux_dma-buf.c
128
fp->f_type = DTYPE_DMABUF;
sys/dev/drm/linux_dma-buf.c
44
KASSERT(fp->f_type == DTYPE_DMABUF, ("fp is not DMABUF"));
sys/dev/drm/linux_dma-buf.c
81
KASSERT(fp->f_type == DTYPE_DMABUF, ("fp is not DMABUF"));
sys/kern/imgact_elf.c
1589
if (fp->f_type != DTYPE_VNODE) {
sys/kern/imgact_elf.c
1600
cfi->cfi_type = fp->f_type;
sys/kern/imgact_elf.c
1610
switch(fp->f_type) {
sys/kern/imgact_elf.c
972
fp->f_type = DTYPE_VNODE;
sys/kern/imgact_elf.c
979
fp->f_type = 0;
sys/kern/kern_checkpoint.c
267
if (error == 0 && fp->f_data && fp->f_type == DTYPE_VNODE) {
sys/kern/kern_descrip.c
1600
switch (fp->f_type) {
sys/kern/kern_descrip.c
1929
fdrevoke(void *f_data, short f_type, struct ucred *cred)
sys/kern/kern_descrip.c
1936
info.type = f_type;
sys/kern/kern_descrip.c
1999
if (info->data == fp->f_data && info->type == fp->f_type) {
sys/kern/kern_descrip.c
2574
if (fdnode->fp->f_type == DTYPE_KQUEUE ||
sys/kern/kern_descrip.c
2634
fdnode->fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
2797
if (fp->f_type != DTYPE_SOCKET) {
sys/kern/kern_descrip.c
2825
if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) {
sys/kern/kern_descrip.c
2853
if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) {
sys/kern/kern_descrip.c
2883
if (fp->f_type == DTYPE_VNODE &&
sys/kern/kern_descrip.c
3051
if (p != NULL && fp->f_type == DTYPE_VNODE &&
sys/kern/kern_descrip.c
3170
if ((fp->f_flag & FHASLOCK) && fp->f_type == DTYPE_VNODE &&
sys/kern/kern_descrip.c
3207
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
3294
if (wfp->f_type == DTYPE_VNODE && wfp->f_data) {
sys/kern/kern_descrip.c
3320
fp->f_type = DTYPE_VNODE;
sys/kern/kern_descrip.c
830
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
888
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_descrip.c
909
if (fp->f_type != DTYPE_VNODE) {
sys/kern/kern_event.c
1074
if (fp->f_type != DTYPE_KQUEUE) {
sys/kern/kern_event.c
734
fp->f_type = DTYPE_KQUEUE;
sys/kern/kern_fp.c
459
if (fp->f_type != DTYPE_VNODE)
sys/kern/subr_kcore.c
69
ufile->f_type = kfile->f_type;
sys/kern/sys_generic.c
1702
fp->f_type = DTYPE_SOCKET;
sys/kern/sys_generic.c
261
if (flags & O_FOFFSET && fp->f_type != DTYPE_VNODE) {
sys/kern/sys_generic.c
465
else if ((flags & O_FOFFSET) && fp->f_type != DTYPE_VNODE) {
sys/kern/sys_generic.c
512
if (error == EPIPE && fp->f_type != DTYPE_SOCKET)
sys/kern/sys_mqueue.c
188
if (__predict_false(fp->f_type != DTYPE_MQUEUE)) {
sys/kern/sys_mqueue.c
524
fp->f_type = DTYPE_MQUEUE;
sys/kern/sys_pipe.c
306
rf->f_type = DTYPE_PIPE;
sys/kern/sys_pipe.c
326
wf->f_type = DTYPE_PIPE;
sys/kern/uipc_syscalls.c
126
fp->f_type = DTYPE_SOCKET;
sys/kern/uipc_syscalls.c
1605
if (fp->f_type != DTYPE_VNODE) {
sys/kern/uipc_syscalls.c
377
nfp->f_type = DTYPE_SOCKET;
sys/kern/uipc_syscalls.c
732
fp1->f_type = fp2->f_type = DTYPE_SOCKET;
sys/kern/uipc_usrreq.c
1799
if (fdescp->fd_files[fd].fp->f_type == DTYPE_KQUEUE) {
sys/kern/uipc_usrreq.c
1932
if (tfp->f_type == DTYPE_SOCKET && tfp->f_data != NULL)
sys/kern/uipc_usrreq.c
2032
if (fp->f_type != DTYPE_SOCKET ||
sys/kern/uipc_usrreq.c
272
if (fp->f_type != DTYPE_SOCKET)
sys/kern/vfs_conf.c
320
mp->mnt_stat.f_type = vfsp->vfc_typenum;
sys/kern/vfs_default.c
1174
fp->f_type = DTYPE_FIFO;
sys/kern/vfs_default.c
1177
fp->f_type = DTYPE_VNODE;
sys/kern/vfs_default.c
1552
sbp->f_type = 0;
sys/kern/vfs_mount.c
352
mp->mnt_stat.f_type = vfsp->vfc_typenum;
sys/kern/vfs_syscalls.c
2240
if ((flags & (O_EXLOCK | O_SHLOCK)) && fp->f_type == DTYPE_VNODE) {
sys/kern/vfs_syscalls.c
360
mp->mnt_stat.f_type = vfsp->vfc_typenum;
sys/kern/vfs_syscalls.c
5491
switch (fp->f_type) {
sys/netgraph/socket/ng_socket.c
619
switch (fp->f_type) {
sys/netgraph7/socket/ng_socket.c
725
switch (fp->f_type) {
sys/sys/file.h
103
short f_type; /* (ro) descriptor type */
sys/sys/filedesc.h
178
int fdrevoke(void *f_data, short f_type, struct ucred *cred);
sys/sys/kinfo.h
65
short f_type; /* descriptor type */
sys/sys/mount.h
106
int f_type; /* type of filesystem */
sys/sys/statvfs.h
79
unsigned int f_type; /* filesystem type */
sys/vfs/devfs/devfs_vfsops.c
194
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/devfs/devfs_vnops.c
1076
KKASSERT(fp->f_type == DTYPE_VNODE);
sys/vfs/ext2fs/ext2_vfsops.c
1124
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/ext2fs/ext2_vfsops.c
1176
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/hpfs/hpfs_vfsops.c
405
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/isofs/cd9660/cd9660_vfsops.c
639
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/mfs/mfs_vfsops.c
511
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/msdosfs/msdosfs_vfsops.c
714
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/msdosfs/msdosfs_vfsops.c
735
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/nfs/nfs_vfsops.c
384
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/nfs/nfs_vfsops.c
468
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/ntfs/ntfs_subr.c
857
enum vtype f_type;
sys/vfs/ntfs/ntfs_subr.c
974
f_type = VDIR;
sys/vfs/ntfs/ntfs_subr.c
976
f_type = VREG;
sys/vfs/ntfs/ntfs_subr.c
978
nvp->v_type = f_type;
sys/vfs/ntfs/ntfs_vfsops.c
615
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/ntfs/ntfs_vfsops.c
642
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/ntfs/ntfs_vfsops.c
701
enum vtype f_type;
sys/vfs/ntfs/ntfs_vfsops.c
734
f_type = VINT;
sys/vfs/ntfs/ntfs_vfsops.c
738
f_type = VDIR;
sys/vfs/ntfs/ntfs_vfsops.c
740
f_type = VINT;
sys/vfs/ntfs/ntfs_vfsops.c
743
f_type = VREG;
sys/vfs/ntfs/ntfs_vfsops.c
773
vp->v_type = f_type;
sys/vfs/ntfs/ntfs_vfsops.c
781
if (f_type == VREG)
sys/vfs/nullfs/null_vfsops.c
313
sbp->f_type = mstat.f_type;
sys/vfs/procfs/procfs_vfsops.c
139
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/smbfs/smbfs_vfsops.c
343
sbp->f_type = mp->mnt_vfc->vfc_typenum; /* type of filesystem */
sys/vfs/udf/udf_vfsops.c
476
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vfs/ufs/ffs_vfsops.c
935
sbp->f_type = mp->mnt_vfc->vfc_typenum;
sys/vm/vm_mmap.c
247
if (fp->f_type != DTYPE_VNODE) {
sys/vm/vm_mmap.c
249
if (fp->f_type == DTYPE_DMABUF) {
test/kvm/kvm_file/test_kvm_file.c
88
kfile[i].f_pid, kfile[i].f_fd, typestr(kfile[i].f_type));
usr.bin/find/extern.h
112
exec_f f_type;
usr.bin/find/function.c
854
val_type = sb.f_type;
usr.bin/find/option.c
132
{ "-type", c_type, f_type, 0 },
usr.bin/fstat/fstat.c
364
if (file.f_type == DTYPE_VNODE) {
usr.bin/fstat/fstat.c
367
} else if (file.f_type == DTYPE_SOCKET) {
usr.bin/fstat/fstat.c
372
else if (file.f_type == DTYPE_PIPE) {
usr.bin/fstat/fstat.c
379
else if (file.f_type == DTYPE_FIFO) {
usr.bin/fstat/fstat.c
389
file.f_type, i, Pid);
usr.sbin/config/config.h
43
int f_type; /* type or count */
usr.sbin/config/mkheaders.c
174
fl->f_type = inc;
usr.sbin/config/mkheaders.c
191
fl->f_type = count;
usr.sbin/config/mkheaders.c
200
"#define %s %u\n", fl->f_fn, count ? fl->f_type : 0);
usr.sbin/config/mkmakefile.c
295
if ((pf = fl_lookup(this)) && (pf->f_type != INVISIBLE || pf->f_flags))
usr.sbin/config/mkmakefile.c
301
if (tp->f_type != INVISIBLE || tp->f_flags)
usr.sbin/config/mkmakefile.c
470
tp->f_type = INVISIBLE;
usr.sbin/config/mkmakefile.c
494
tp->f_type = filetype;
usr.sbin/config/mkmakefile.c
511
if (pf && pf->f_type == INVISIBLE)
usr.sbin/config/mkmakefile.c
568
if (tp->f_type == INVISIBLE || tp->f_flags & NO_OBJ)
usr.sbin/config/mkmakefile.c
595
if (tp->f_type != INVISIBLE && tp->f_type != NODEPEND) {
usr.sbin/config/mkmakefile.c
603
if (tp->f_type != LOCAL)
usr.sbin/config/mkmakefile.c
623
if (tp->f_type != INVISIBLE) {
usr.sbin/config/mkmakefile.c
647
if (tp->f_type != INVISIBLE) {
usr.sbin/config/mkmakefile.c
689
if (ftp->f_type == INVISIBLE)
usr.sbin/config/mkmakefile.c
720
switch (ftp->f_type) {
usr.sbin/pstat/pstat.c
884
if ((unsigned)fp->f_type > DTYPE_SOCKET)
usr.sbin/pstat/pstat.c
887
printf("%-8.8s", dtypes[fp->f_type]);
usr.sbin/syslogd/syslogd.c
1008
if (no_compress - (f->f_type != F_PIPE) < 1 &&
usr.sbin/syslogd/syslogd.c
1058
if ((f->f_type == F_FILE) &&
usr.sbin/syslogd/syslogd.c
1079
if (f->f_type == F_WALL) {
usr.sbin/syslogd/syslogd.c
1173
dprintf("Logging to %s", TypeNames[f->f_type]);
usr.sbin/syslogd/syslogd.c
1176
switch (f->f_type) {
usr.sbin/syslogd/syslogd.c
1247
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
1267
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
1284
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
1315
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
1353
if (f->f_type == F_WALL) {
usr.sbin/syslogd/syslogd.c
1397
if (f->f_type == F_PIPE &&
usr.sbin/syslogd/syslogd.c
1501
if (f->f_type == F_PIPE && f->f_un.f_pipe.f_pid > 0) {
usr.sbin/syslogd/syslogd.c
152
short f_type; /* entry type, see below */
usr.sbin/syslogd/syslogd.c
1563
switch (f->f_type) {
usr.sbin/syslogd/syslogd.c
1697
printf("%s: ", TypeNames[f->f_type]);
usr.sbin/syslogd/syslogd.c
1698
switch (f->f_type) {
usr.sbin/syslogd/syslogd.c
1965
f->f_type = F_FORW;
usr.sbin/syslogd/syslogd.c
1970
f->f_type = F_UNUSED;
usr.sbin/syslogd/syslogd.c
1978
f->f_type = F_CONSOLE;
usr.sbin/syslogd/syslogd.c
1980
f->f_type = F_TTY;
usr.sbin/syslogd/syslogd.c
1985
f->f_type = F_FILE;
usr.sbin/syslogd/syslogd.c
1993
f->f_type = F_PIPE;
usr.sbin/syslogd/syslogd.c
1997
f->f_type = F_WALL;
usr.sbin/syslogd/syslogd.c
2013
f->f_type = F_USERS;
usr.sbin/syslogd/syslogd.c
2062
TypeNames[f->f_type], f->f_prevcount,
usr.sbin/syslogd/syslogd.c
489
consfile.f_type = F_CONSOLE;
usr.sbin/syslogd/syslogd.c
998
if (f->f_type == F_CONSOLE && (flags & IGN_CONS))