Home
last modified time | relevance | path

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

12345

/netbsd/usr.sbin/syslogd/
H A Dsyslogd.c2265 f->f_type); in fprintlog()
2305 switch (f->f_type) { in fprintlog()
2373 switch (f->f_type) { in fprintlog()
2997 switch (f->f_type) { in die()
3443 switch (f->f_type) { in init()
3550 if (f->f_type == f2->f_type in init()
3931 f->f_type = F_TLS; in cfline()
3949 f->f_type = F_FORW; in cfline()
3972 f->f_type = F_TTY; in cfline()
3990 f->f_type = F_PIPE; in cfline()
[all …]
/netbsd/sys/arch/ia64/stand/common/
H A Dfileload.c131 (void *) fp->f_addr, fp->f_name, fp->f_type, (long) fp->f_size); in command_lskern()
223 ((type == NULL) || !strcmp(type, fp->f_type))) in file_findfile()
251 if (fp->f_type != NULL) in file_discard()
252 free(fp->f_type); in file_discard()
H A Dload_elf64.c74 fp->f_type = strdup(ELF64_KERNELTYPE); in elf64_loadfile()
/netbsd/sys/compat/sys/
H A Dmount.h44 short f_type; /* type of file system */ member
107 s12->f_type = 0; in statvfs_to_statfs12()
112 s12->f_type = __nv[i].value; in statvfs_to_statfs12()
/netbsd/sys/kern/
H A Dsys_epoll.c271 if (epfp->f_type != DTYPE_KQUEUE) in epoll_ctl_common()
280 if (fp->f_type == DTYPE_VNODE) { in epoll_ctl_common()
404 if (epfp->f_type != DTYPE_KQUEUE) in epoll_wait_common()
565 if (currfp->f_type != DTYPE_KQUEUE) in epoll_recover_watch_tree()
573 if (targetfp->f_type == DTYPE_KQUEUE) { in epoll_recover_watch_tree()
650 fdirrelevant = fp->f_type != DTYPE_KQUEUE; in epoll_check_loop_and_depth()
H A Dsubr_exec_fd.c67 ktr_execfd(fd, fp->f_type); in fd_ktrexecfd()
117 fp->f_type = DTYPE_VNODE; in fd_checkstd()
H A Dkern_descrip.c521 if (__predict_false(fp->f_type != DTYPE_VNODE)) { in fd_getvnode()
546 if (__predict_false((*fp)->f_type != DTYPE_SOCKET)) { in fd_getsock1()
1499 if (__predict_false(fp->f_type == DTYPE_KQUEUE)) { in fd_copy()
1587 (noadvlock || fp->f_type != DTYPE_VNODE)) { in fd_free()
1919 fp->f_type = DTYPE_MISC; in fd_clone()
2357 fp->f_type = fpsrc->f_type; in fill_file()
2376 kp->ki_ftype = fp->f_type; in fill_file2()
2387 if (fp->f_type == DTYPE_VNODE) { in fill_file2()
H A Dkern_ktrace_vfs.c135 fp->f_type = DTYPE_VNODE; in sys_ktrace()
H A Dtty_ptm.c205 fp->f_type = DTYPE_VNODE; in pty_alloc_master()
283 fp->f_type = DTYPE_VNODE; in pty_alloc_slave()
/netbsd/distrib/utils/edlabel/
H A Dedlabel.c55 int f_type; /* 1:char, 2:short, 4:int, >4:string */ member
105 switch (f->f_type) { in edit_head_field()
142 if (f->f_type <= 4) in edit_head_field()
146 switch (f->f_type) { in edit_head_field()
163 strncpy((char*)cp, tmpbuf, f->f_type); in edit_head_field()
/netbsd/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_osf.c66 switch (mp->f_type) { in mnt_dup()
82 switch (mp->f_type) { in mnt_dup()
H A Dmtab_bsd.c70 switch (mp->f_type) { in mnt_dup()
/netbsd/bin/ls/
H A Dprint.c203 if (f_type || (f_typedir && S_ISDIR(sp->st_mode))) in printlong()
229 if (f_type || f_typedir) in printcol()
296 if (f_type || f_typedir) in printacol()
344 if (f_type) in printstream()
397 if (f_type || (f_typedir && S_ISDIR(sp->st_mode))) in printaname()
H A Dls.c111 int f_type; /* add type character for non-regular files */ variable
201 f_type = 1; in ls_main()
327 if (!f_inode && !f_longform && !f_size && !f_type && !f_typedir && in ls_main()
335 if (!f_longform && !f_listdir && !f_type) in ls_main()
H A Dls.h53 extern int f_type; /* add type character for non-regular files */
/netbsd/sys/compat/ultrix/
H A Dultrix_pathname.c184 if (fp->f_type == DTYPE_VNODE) in ultrix_sys_open()
194 int32_t f_type; /* type of info, zero for now */ member
217 ssfs.f_type = 0; in ultrixstatfs()
/netbsd/sys/compat/linux/common/
H A Dlinux_ioctl.c160 if (fp->f_type == DTYPE_TIMERFD) { in linux_sys_ioctl()
168 if (fp->f_type == DTYPE_VNODE && in linux_sys_ioctl()
H A Dlinux_file.c201 if (fp->f_type == DTYPE_VNODE) { in linux_open_ctty()
341 if (((fp1->f_type == DTYPE_SOCKET) && fp1->f_data in linux_sys_fcntl()
343 || (fp1->f_type == DTYPE_PIPE)) in linux_sys_fcntl()
390 if (fp->f_type != DTYPE_VNODE in linux_sys_fcntl()
/netbsd/lib/librefuse/refuse/
H A Dlegacy.h61 long f_type; member
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_diff.c76 if (da->da_fp->f_type == DTYPE_VNODE) in write_bytes()
82 if (da->da_fp->f_type == DTYPE_VNODE) in write_bytes()
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.c142 osfs->f_type = OSF1_MOUNT_UFS; in osf1_cvt_statfs_from_native()
144 osfs->f_type = OSF1_MOUNT_NFS; in osf1_cvt_statfs_from_native()
146 osfs->f_type = OSF1_MOUNT_MFS; in osf1_cvt_statfs_from_native()
149 osfs->f_type = OSF1_MOUNT_ADDON; in osf1_cvt_statfs_from_native()
/netbsd/sys/external/bsd/drm2/linux/
H A Dlinux_dma_buf.c114 file->f_type = DTYPE_MISC; in dma_buf_fd()
137 if (file->f_type != DTYPE_MISC || file->f_ops != &dmabuf_fileops) { in dma_buf_get()
/netbsd/sys/fs/ntfs/
H A Dntfs_vfsops.c715 enum vtype f_type = VBAD; in ntfs_loadvnode() local
765 f_type = VDIR; in ntfs_loadvnode()
767 f_type = VREG; in ntfs_loadvnode()
800 vp->v_type = f_type; in ntfs_loadvnode()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dmt-ibld.c742 errmsg = insert_normal (cd, fields->f_type, 0, 0, 21, 2, 32, total_length, buffer); in mt_cgen_insert_operand()
963 …th = extract_normal (cd, ex_info, insn_value, 0, 0, 21, 2, 32, total_length, pc, & fields->f_type); in mt_cgen_extract_operand()
1164 value = fields->f_type; in mt_cgen_get_int_operand()
1347 value = fields->f_type; in mt_cgen_get_vma_operand()
1537 fields->f_type = value; in mt_cgen_set_int_operand()
1717 fields->f_type = value; in mt_cgen_set_vma_operand()
/netbsd/sys/arch/ia64/stand/ia64/ski/
H A Dexec.c154 if (strcmp(fp->f_type, ELF64_KERNELTYPE)) return(EFTYPE); in elf64_exec()

12345