Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/sendmail/libsm/
H A Dfindfp.c196 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 Dvsnprintf.c74 fake.f_type = "sm_vsnprintf:fake";
H A Dsnprintf.c81 fake.f_type = "sm_snprintf:fake";
H A Dsscanf.c93 fake.f_type = "sm_io_sscanf:fake";
H A Dvasprintf.c79 fake.f_type = "sm_vasprintf:fake";
/freebsd-13.1/sys/compat/linux/
H A Dlinux_event.c363 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 Dsyslogd.c470 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 Dcompat-ino64.h80 sf->f_type = sf11->f_type; in __statfs11_to_statfs()
/freebsd-13.1/sys/kern/
H A Dsys_procdesc.c134 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 Dkern_descrip.c835 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 Dls.c151 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 Dls.h63 extern int f_type; /* add type character for non-regular files */
H A Dprint.c264 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 Dkttcp.c171 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 Delf_freebsd.c64 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
/freebsd-13.1/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c62 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_uboot_elf_loadfile()
/freebsd-13.1/stand/powerpc/ofw/
H A Delf_freebsd.c63 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
H A Dppc64_elf_freebsd.c62 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_ofw_elf_loadfile()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c101 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 Dmodule.c318 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 Dio.h131 char *f_type; /* for by-type lookups */ member
210 (f).f_type = (name);
/freebsd-13.1/usr.bin/find/
H A Dextern.h116 exec_f f_type; variable
/freebsd-13.1/usr.sbin/config/
H A Dconfig.h53 int f_type; /* type */ member
/freebsd-13.1/sys/fs/nullfs/
H A Dnull_vfsops.c327 sbp->f_type = mstat->f_type;
/freebsd-13.1/contrib/capsicum-test/
H A Dcapsicum-test-main.cc155 tmpdir_on_tmpfs = (fsinfo.f_type == TMPFS_MAGIC); in main()

1234