| /NextBSD/usr.sbin/syslogd/ |
| HD | syslogd.c | 173 short f_type; /* entry type, see below */ member 362 f->f_type = F_UNUSED; in close_filed() 536 consfile.f_type = F_CONSOLE; in main() 1064 if (f->f_type == F_CONSOLE && (flags & IGN_CONS)) in logmsg() 1074 if (no_compress - (f->f_type != F_PIPE) < 1 && in logmsg() 1124 if ((f->f_type == F_FILE) && in dofsync() 1145 if (f->f_type == F_WALL) { in fprintlog() 1237 dprintf("Logging to %s", TypeNames[f->f_type]); in fprintlog() 1240 switch (f->f_type) { in fprintlog() 1311 f->f_type = F_UNUSED; in fprintlog() [all …]
|
| /NextBSD/sys/kern/ |
| HD | sys_procdesc.c | 144 if (fp->f_type != DTYPE_PROCDESC) { in procdesc_find() 170 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC, in procdesc_pid() 189 if (fp->f_type != DTYPE_PROCDESC) { in kern_pdgetpid() 351 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc")); in procdesc_close()
|
| HD | kern_descrip.c | 620 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 727 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 765 if (fp->f_type != DTYPE_VNODE) { in kern_fcntl() 1187 if (fp->f_type == DTYPE_MQUEUE) in closefp() 1408 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) { in sys_fpathconf() 2068 if (fp == NULL || fp->f_type != DTYPE_VNODE) in fdclearlocks() 2233 if (fp->f_type != DTYPE_VNODE) in is_unsafe() 2306 if (fp != NULL && (fp->f_type == DTYPE_MQUEUE || in fdcloseexec() 2384 if (fp->f_type == DTYPE_VNODE && td != NULL) { in closef() 2444 fp->f_type = type; in finit() [all …]
|
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_ioctl.c | 117 if (fp->f_type == DTYPE_SOCKET) { 155 if (fp->f_type == DTYPE_SOCKET) {
|
| /NextBSD/bin/ls/ |
| HD | ls.c | 139 int f_type; /* add type character for non-regular files */ variable 272 f_type = 1; in main() 343 f_type = 1; in main() 419 !f_sizesort && !f_type in main() 431 if (!f_nofollow && !f_longform && !f_listdir && (!f_type || f_slash) in main()
|
| HD | ls.h | 64 extern int f_type; /* add type character for non-regular files */
|
| HD | print.c | 318 if (f_type) in printlong() 403 if (f_type) in printcol() 483 if (f_type) in printaname()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_event.c | 420 if (epfp->f_type != DTYPE_KQUEUE) in linux_epoll_ctl() 672 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_close() 694 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_read() 740 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_write() 783 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_poll() 805 if (fp->f_type != DTYPE_LINUXEFD || efd == NULL) in eventfd_kqfilter()
|
| HD | linux_stats.c | 156 } else if (fp->f_type == DTYPE_PTS) { in translate_fd_major_minor() 333 l_long f_type; member 388 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename); in bsd_to_linux_statfs() 427 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename); in bsd_to_linux_statfs64()
|
| /NextBSD/tools/tools/kttcp/sys/ |
| HD | kttcp.c | 171 if (fp->f_type == DTYPE_SOCKET) { in kttcp_send() 219 if (fp->f_type == DTYPE_SOCKET) { in kttcp_recv()
|
| /NextBSD/sys/compat/mach/ipc/ |
| HD | ipc_entry.c | 334 if (fp->f_type != DTYPE_MACH_IPC) { in ipc_entry_lookup() 363 if (fp->f_type == DTYPE_MACH_IPC) { in ipc_entry_file_to_port() 707 if (fp == NULL || (fp->f_type != DTYPE_MACH_IPC)) in ipc_entry_list_close() 727 if (fp == NULL || (fp->f_type != DTYPE_MACH_IPC)) in ipc_entry_list_close() 747 MPASS(fp->f_type != DTYPE_MACH_IPC); in ipc_entry_list_close()
|
| /NextBSD/usr.sbin/config/ |
| HD | mkmakefile.c | 498 tp->f_type = filetype; in read_file() 629 if (tp->f_type != NODEPEND) { in do_xxfiles() 639 if (tp->f_type != LOCAL) in do_xxfiles() 713 switch (ftp->f_type) { in do_rules()
|
| HD | config.h | 50 int f_type; /* type */ member
|
| /NextBSD/sys/boot/common/ |
| HD | module.c | 262 sprintf(lbuf, " (%s, 0x%lx)\n", fp->f_type, (long)fp->f_size); in command_lsmod() 434 fp->f_type = strdup(type); in file_loadraw() 555 ((type == NULL) || !strcmp(type, fp->f_type))) in file_findfile() 880 if (fp->f_type != NULL) in file_discard() 881 free(fp->f_type); in file_discard()
|
| HD | load_elf.c | 224 if (strcmp(__elfN(kerneltype), kfp->f_type)) { in __elfN() 225 …f" __XSTRING(__ELF_WORD_SIZE) "_loadfile: can't load module with kernel type '%s'\n", kfp->f_type); in __elfN() 255 fp->f_type = strdup(ef.kernel ? in __elfN() 258 fp->f_type = strdup("elf multiboot kernel"); in __elfN()
|
| /NextBSD/sys/boot/uboot/lib/ |
| HD | elf_freebsd.c | 60 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /NextBSD/sys/boot/powerpc/ps3/ |
| HD | ppc64_elf_freebsd.c | 59 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_elf_loadfile()
|
| /NextBSD/contrib/amd/conf/mtab/ |
| HD | mtab_bsd.c | 69 switch (mp->f_type) { in mnt_dup()
|
| /NextBSD/sys/boot/ofw/libofw/ |
| HD | ppc64_elf_freebsd.c | 61 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_ofw_elf_loadfile()
|
| HD | elf_freebsd.c | 60 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
|
| /NextBSD/sys/fs/nullfs/ |
| HD | null_vfsops.c | 316 sbp->f_type = mstat.f_type;
|
| /NextBSD/usr.bin/find/ |
| HD | extern.h | 114 exec_f f_type; variable
|
| /NextBSD/usr.bin/xlint/lint2/ |
| HD | lint2.h | 153 u_short f_type; /* types of expected return value and args */ member
|
| /NextBSD/sys/security/mac/ |
| HD | mac_syscalls.c | 256 label_type = fp->f_type; in sys___mac_get_fd() 257 switch (fp->f_type) { in sys___mac_get_fd() 452 switch (fp->f_type) { in sys___mac_set_fd()
|
| /NextBSD/sys/fs/unionfs/ |
| HD | union_vfsops.c | 421 sbp->f_type = mstat.f_type; in unionfs_statfs()
|