Home
last modified time | relevance | path

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

1234

/NextBSD/usr.sbin/syslogd/
HDsyslogd.c173 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/
HDsys_procdesc.c144 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()
HDkern_descrip.c620 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/
HDsvr4_ioctl.c117 if (fp->f_type == DTYPE_SOCKET) {
155 if (fp->f_type == DTYPE_SOCKET) {
/NextBSD/bin/ls/
HDls.c139 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()
HDls.h64 extern int f_type; /* add type character for non-regular files */
HDprint.c318 if (f_type) in printlong()
403 if (f_type) in printcol()
483 if (f_type) in printaname()
/NextBSD/sys/compat/linux/
HDlinux_event.c420 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()
HDlinux_stats.c156 } 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/
HDkttcp.c171 if (fp->f_type == DTYPE_SOCKET) { in kttcp_send()
219 if (fp->f_type == DTYPE_SOCKET) { in kttcp_recv()
/NextBSD/sys/compat/mach/ipc/
HDipc_entry.c334 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/
HDmkmakefile.c498 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()
HDconfig.h50 int f_type; /* type */ member
/NextBSD/sys/boot/common/
HDmodule.c262 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()
HDload_elf.c224 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/
HDelf_freebsd.c60 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
/NextBSD/sys/boot/powerpc/ps3/
HDppc64_elf_freebsd.c59 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_elf_loadfile()
/NextBSD/contrib/amd/conf/mtab/
HDmtab_bsd.c69 switch (mp->f_type) { in mnt_dup()
/NextBSD/sys/boot/ofw/libofw/
HDppc64_elf_freebsd.c61 if (!strcmp((*result)->f_type, "elf kernel")) in ppc64_ofw_elf_loadfile()
HDelf_freebsd.c60 if (!strcmp((*result)->f_type, "elf kernel")) in __elfN()
/NextBSD/sys/fs/nullfs/
HDnull_vfsops.c316 sbp->f_type = mstat.f_type;
/NextBSD/usr.bin/find/
HDextern.h114 exec_f f_type; variable
/NextBSD/usr.bin/xlint/lint2/
HDlint2.h153 u_short f_type; /* types of expected return value and args */ member
/NextBSD/sys/security/mac/
HDmac_syscalls.c256 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/
HDunion_vfsops.c421 sbp->f_type = mstat.f_type; in unionfs_statfs()

1234