| /freebsd-13.1/contrib/sendmail/libsm/ |
| H A D | findfp.c | 196 fp->f_type = t->f_type; /* file type */ 253 empty.f_type = NULL; in sm_init() 308 sm_free(fp->f_type); 309 fp->f_type = sm_strdup_x(v->f_type); 381 v->f_type = fp->f_type; 390 return strcmp(fp->f_type, valp) == 0;
|
| H A D | vsnprintf.c | 74 fake.f_type = "sm_vsnprintf:fake";
|
| H A D | snprintf.c | 81 fake.f_type = "sm_snprintf:fake";
|
| H A D | sscanf.c | 93 fake.f_type = "sm_io_sscanf:fake";
|
| H A D | vasprintf.c | 79 fake.f_type = "sm_vasprintf:fake";
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_event.c | 363 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_ctl() 446 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_wait_common() 667 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_close() 694 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_read() 736 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_poll() 755 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_kqfilter() 792 if (fp->f_data == NULL || fp->f_type != DTYPE_LINUXTFD) in timerfd_ioctl() 861 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_gettime() 904 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_settime()
|
| /freebsd-13.1/usr.sbin/syslogd/ |
| H A D | syslogd.c | 470 switch (f->f_type) { in close_filed() 481 f->f_type = F_UNUSED; in close_filed() 1844 switch (f->f_type) { in fprintlog_write() 2052 switch (f->f_type) { in fprintlog_rfc3164() 2610 switch (f->f_type) { in init() 3135 f->f_type = F_FORW; in cfline() 3150 f->f_type = F_TTY; in cfline() 3155 f->f_type = F_FILE; in cfline() 3163 f->f_type = F_PIPE; in cfline() 3167 f->f_type = F_WALL; in cfline() [all …]
|
| /freebsd-13.1/lib/libc/sys/ |
| H A D | compat-ino64.h | 80 sf->f_type = sf11->f_type; in __statfs11_to_statfs()
|
| /freebsd-13.1/sys/kern/ |
| H A D | sys_procdesc.c | 134 if (fp->f_type != DTYPE_PROCDESC) { in procdesc_find() 160 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC, in procdesc_pid() 179 if (fp->f_type != DTYPE_PROCDESC) { in kern_pdgetpid() 356 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc")); in procdesc_close()
|
| H A D | kern_descrip.c | 835 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 1299 if (__predict_false(fp->f_type == DTYPE_MQUEUE)) in closefp_impl() 1697 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in kern_fpathconf() 2561 if (fp == NULL || fp->f_type != DTYPE_VNODE || in fdclearlocks() 2738 if (fp->f_type != DTYPE_VNODE) in is_unsafe() 2892 if (fp->f_type == DTYPE_VNODE) { in closef() 2962 fp->f_type = type; in finit() 3725 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_FIFO) { in sys_flock() 3881 if (fp->f_type == DTYPE_VNODE) { in chroot_refuse_vdir_fds() 4362 xf.xf_type = (uintptr_t)fp->f_type; in sysctl_kern_file() [all …]
|
| /freebsd-13.1/bin/ls/ |
| H A D | ls.c | 151 int f_type; /* add type character for non-regular files */ variable 349 f_type = 1; in main() 428 f_type = 1; in main() 529 !f_sizesort && !f_type in main() 541 if (!f_nofollow && !f_longform && !f_listdir && (!f_type || f_slash) in main()
|
| H A D | ls.h | 63 extern int f_type; /* add type character for non-regular files */
|
| H A D | print.c | 264 if (f_type) in printlong() 344 if (f_type) in printcol() 419 if (f_type) in printaname()
|
| /freebsd-13.1/tools/tools/kttcp/sys/ |
| H A D | kttcp.c | 171 if (fp->f_type == DTYPE_SOCKET) { in kttcp_send() 219 if (fp->f_type == DTYPE_SOCKET) { in kttcp_recv()
|
| /freebsd-13.1/stand/uboot/lib/ |
| H A D | elf_freebsd.c | 64 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /freebsd-13.1/stand/powerpc/uboot/ |
| H A D | ppc64_elf_freebsd.c | 62 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_uboot_elf_loadfile()
|
| /freebsd-13.1/stand/powerpc/ofw/ |
| H A D | elf_freebsd.c | 63 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| H A D | ppc64_elf_freebsd.c | 62 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_ofw_elf_loadfile()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_file_os.c | 101 if (fp->f_type == DTYPE_VNODE) in zfs_file_write_impl() 242 if (fp->f_type != DTYPE_VNODE) in zfs_file_fsync()
|
| /freebsd-13.1/stand/common/ |
| H A D | module.c | 318 snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type, in command_lsmod() 841 fp->f_type = strdup(type); in file_loadraw() 848 if (fp->f_type == NULL) { in file_loadraw() 984 ((type == NULL) || !strcmp(type, fp->f_type))) in file_findfile() 1105 fp->f_type = strdup(type); in file_addbuf() 1111 if ((fp->f_name == NULL) || (fp->f_type == NULL)) { in file_addbuf() 1115 free(fp->f_type); in file_addbuf() 1678 free(fp->f_type); in file_discard()
|
| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | io.h | 131 char *f_type; /* for by-type lookups */ member 210 (f).f_type = (name);
|
| /freebsd-13.1/usr.bin/find/ |
| H A D | extern.h | 116 exec_f f_type; variable
|
| /freebsd-13.1/usr.sbin/config/ |
| H A D | config.h | 53 int f_type; /* type */ member
|
| /freebsd-13.1/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 327 sbp->f_type = mstat->f_type;
|
| /freebsd-13.1/contrib/capsicum-test/ |
| H A D | capsicum-test-main.cc | 155 tmpdir_on_tmpfs = (fsinfo.f_type == TMPFS_MAGIC); in main()
|