| /freebsd-12.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); 382 v->f_type = fp->f_type; 391 valp = sm_strdup_x(fp->f_type); 400 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-12.1/sys/compat/linux/ |
| H A D | linux_event.c | 468 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_ctl() 562 if (epfp->f_type != DTYPE_KQUEUE) { in linux_epoll_wait_common() 739 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_close() 761 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_read() 807 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_write() 852 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_poll() 874 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_kqfilter() 940 fp->f_type != DTYPE_LINUXTFD)) in eventfd_ioctl() 1026 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_close() 1055 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_read() [all …]
|
| H A D | linux_mmap.c | 131 if (fp->f_type != DTYPE_VNODE && fp->f_type != DTYPE_DEV) { in linux_mmap_common()
|
| H A D | linux_stats.c | 121 } else if (fp->f_type == DTYPE_PTS) { in translate_fd_major_minor() 316 l_long f_type; member 387 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename); in bsd_to_linux_statfs() 434 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename); in bsd_to_linux_statfs64()
|
| /freebsd-12.1/usr.sbin/syslogd/ |
| H A D | syslogd.c | 427 switch (f->f_type) { in close_filed() 438 f->f_type = F_UNUSED; in close_filed() 1644 switch (f->f_type) { in fprintlog_write() 1848 switch (f->f_type) { in fprintlog_rfc3164() 2391 switch (f->f_type) { in init() 2733 f->f_type = F_FORW; in cfline() 2748 f->f_type = F_TTY; in cfline() 2753 f->f_type = F_FILE; in cfline() 2761 f->f_type = F_PIPE; in cfline() 2765 f->f_type = F_WALL; in cfline() [all …]
|
| /freebsd-12.1/lib/libc/sys/ |
| H A D | compat-ino64.h | 81 sf->f_type = sf11->f_type; in __statfs11_to_statfs()
|
| /freebsd-12.1/sys/kern/ |
| H A D | sys_procdesc.c | 151 if (fp->f_type != DTYPE_PROCDESC) { in procdesc_find() 177 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC, in procdesc_pid() 196 if (fp->f_type != DTYPE_PROCDESC) { in kern_pdgetpid() 373 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc")); in procdesc_close()
|
| H A D | kern_descrip.c | 625 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 730 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 767 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 1211 if (fp->f_type == DTYPE_MQUEUE) in closefp() 1469 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in kern_fpathconf() 2353 if (fp->f_type != DTYPE_VNODE) in is_unsafe() 2501 if (fp->f_type == DTYPE_VNODE && td != NULL) { in closef() 2561 fp->f_type = type; in finit() 3010 if (fp->f_type != DTYPE_VNODE) { in sys_flock() 3162 if (fp->f_type == DTYPE_VNODE) { in chroot_refuse_vdir_fds() [all …]
|
| /freebsd-12.1/bin/ls/ |
| H A D | ls.c | 152 int f_type; /* add type character for non-regular files */ variable 341 f_type = 1; in main() 412 f_type = 1; in main() 513 !f_sizesort && !f_type in main() 525 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-12.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-12.1/stand/uboot/lib/ |
| H A D | elf_freebsd.c | 64 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /freebsd-12.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-12.1/contrib/amd/conf/mtab/ |
| H A D | mtab_bsd.c | 68 switch (mp->f_type) { in mnt_dup()
|
| /freebsd-12.1/stand/powerpc/ofw/ |
| H A D | ppc64_elf_freebsd.c | 62 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_ofw_elf_loadfile()
|
| H A D | elf_freebsd.c | 63 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /freebsd-12.1/stand/common/ |
| H A D | module.c | 308 snprintf(lbuf, sizeof(lbuf), " (%s, 0x%lx)\n", fp->f_type, in command_lsmod() 500 fp->f_type = strdup(type); in file_loadraw() 627 ((type == NULL) || !strcmp(type, fp->f_type))) in file_findfile() 968 if (fp->f_type != NULL) in file_discard() 969 free(fp->f_type); in file_discard()
|
| /freebsd-12.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-12.1/usr.sbin/config/ |
| H A D | config.h | 53 int f_type; /* type */ member
|
| /freebsd-12.1/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 336 sbp->f_type = mstat->f_type;
|