Home
last modified time | relevance | path

Searched refs:f_type (Results 1 – 25 of 64) sorted by relevance

123

/dragonfly/usr.sbin/config/
H A Dmkmakefile.c301 if (tp->f_type != INVISIBLE || tp->f_flags) in read_files()
470 tp->f_type = INVISIBLE; in read_files()
494 tp->f_type = filetype; in read_files()
515 if (pf && pf->f_type == INVISIBLE) in read_files()
572 if (tp->f_type == INVISIBLE || tp->f_flags & NO_OBJ) in do_objs()
599 if (tp->f_type != INVISIBLE && tp->f_type != NODEPEND) { in do_cfiles()
607 if (tp->f_type != LOCAL) in do_cfiles()
627 if (tp->f_type != INVISIBLE) { in do_mfiles()
651 if (tp->f_type != INVISIBLE) { in do_sfiles()
693 if (ftp->f_type == INVISIBLE) in do_rules()
[all …]
H A Dmkheaders.c174 fl->f_type = inc; in do_header()
191 fl->f_type = count; in do_header()
200 "#define %s %u\n", fl->f_fn, count ? fl->f_type : 0); in do_header()
H A Dconfig.h43 int f_type; /* type or count */ member
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c1176 switch (f->f_type) { in fprintlog()
1315 f->f_type = F_UNUSED; in fprintlog()
1563 switch (f->f_type) { in init()
1698 switch (f->f_type) { in init()
1965 f->f_type = F_FORW; in cfline()
1970 f->f_type = F_UNUSED; in cfline()
1980 f->f_type = F_TTY; in cfline()
1985 f->f_type = F_FILE; in cfline()
1993 f->f_type = F_PIPE; in cfline()
1997 f->f_type = F_WALL; in cfline()
[all …]
/dragonfly/sys/vfs/ntfs/
H A Dntfs_vfsops.c615 sbp->f_type = mp->mnt_vfc->vfc_typenum; in ntfs_statfs()
642 sbp->f_type = mp->mnt_vfc->vfc_typenum; in ntfs_statvfs()
701 enum vtype f_type; in ntfs_vgetex() local
734 f_type = VINT; in ntfs_vgetex()
738 f_type = VDIR; in ntfs_vgetex()
740 f_type = VINT; in ntfs_vgetex()
743 f_type = VREG; in ntfs_vgetex()
773 vp->v_type = f_type; in ntfs_vgetex()
781 if (f_type == VREG) in ntfs_vgetex()
/dragonfly/sys/kern/
H A Dsubr_kcore.c69 ufile->f_type = kfile->f_type; in kcore_make_file()
H A Dkern_descrip.c807 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl()
865 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl()
886 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl()
1552 switch (fp->f_type) { in sys_fpathconf()
1888 info.type = f_type; in fdrevoke()
2725 if (fp->f_type != DTYPE_SOCKET) { in holdsock()
2753 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) { in holdvnode()
2781 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) { in holdvnode2()
2811 if (fp->f_type == DTYPE_VNODE && in is_unsafe()
3129 if (fp->f_type != DTYPE_VNODE) { in sys_flock()
[all …]
/dragonfly/bin/ls/
H A Dls.c122 int f_type; /* add type character for non-regular files */ variable
219 f_type = 1; in main()
292 f_type = 1; in main()
376 !f_sizesort && !f_type in main()
387 if (!f_longform && !f_listdir && !f_type) in main()
H A Dls.h56 extern int f_type; /* add type character for non-regular files */
H A Dprint.c182 if (f_type) in printlong()
263 if (f_type) in printcol()
341 if (f_type) in printaname()
/dragonfly/usr.bin/fstat/
H A Dfstat.c364 if (file.f_type == DTYPE_VNODE) { in dofiles()
367 } else if (file.f_type == DTYPE_SOCKET) { in dofiles()
372 else if (file.f_type == DTYPE_PIPE) { in dofiles()
379 else if (file.f_type == DTYPE_FIFO) { in dofiles()
389 file.f_type, i, Pid); in dofiles()
/dragonfly/lib/libkvm/
H A Dkvm_file.c79 ufile->f_type = kfile->f_type; in kcore_make_file()
/dragonfly/stand/boot/common/
H A Dmodule.c276 (void *) fp->f_addr, fp->f_name, fp->f_type, (long) fp->f_size); in command_lsmod()
444 fp->f_type = strdup(type); in file_loadraw()
574 ((type == NULL) || !strcmp(type, fp->f_type))) in file_findfile()
925 if (fp->f_type != NULL) in file_discard()
926 free(fp->f_type); in file_discard()
H A Dload_elf_obj.c138 if (strcmp(__elfN(obj_kerneltype), kfp->f_type)) { in __elfN()
141 kfp->f_type); in __elfN()
160 fp->f_type = strdup(__elfN(obj_moduletype)); in __elfN()
/dragonfly/sys/sys/
H A Dstatvfs.h79 unsigned int f_type; /* filesystem type */ member
H A Dfile.h102 short f_type; /* (ro) descriptor type */ member
H A Dkinfo.h65 short f_type; /* descriptor type */ member
H A Dfiledesc.h173 int fdrevoke(void *f_data, short f_type, struct ucred *cred);
/dragonfly/test/kvm/kvm_file/
H A Dtest_kvm_file.c88 kfile[i].f_pid, kfile[i].f_fd, typestr(kfile[i].f_type)); in main()
/dragonfly/sys/vfs/nullfs/
H A Dnull_vfsops.c313 sbp->f_type = mstat.f_type; in nullfs_statfs()
/dragonfly/usr.bin/find/
H A Dextern.h112 exec_f f_type; variable
H A Doption.c132 { "-type", c_type, f_type, 0 },
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vfsops.c139 sbp->f_type = mp->mnt_vfc->vfc_typenum; in procfs_statfs()
/dragonfly/sys/dev/drm/
H A Dlinux_dma-buf.c77 fp->f_type = DTYPE_DMABUF; in dma_buf_export()
/dragonfly/contrib/grep/lib/
H A Dfts.c680 fsword f_type; member
731 return ent->f_type; in filesystem_type()
744 t2->f_type = fs_buf.f_type; in filesystem_type()
754 return fs_buf.f_type; in filesystem_type()

123