Home
last modified time | relevance | path

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

/xnu-11215/SETUP/config/
H A Dmkmakefile.c137 fp->f_type = 0; in new_fent()
502 tp->f_type = INVISIBLE; in read_files()
598 tp->f_type = INVISIBLE; in read_files()
600 tp->f_type = DRIVER; in read_files()
602 tp->f_type = PROFILING; in read_files()
604 tp->f_type = NORMAL; in read_files()
608 if (pf && pf->f_type == INVISIBLE) { in read_files()
655 if (tp->f_type == INVISIBLE) { in do_objs()
706 if (tp->f_type == INVISIBLE) { in do_files()
784 if (ftp->f_type == INVISIBLE) { in do_rules()
[all …]
H A Dmkheaders.c166 fl->f_type = inc; in do_header()
182 fl->f_type = count; in do_header()
194 fl->f_fn, count ? fl->f_type : 0); in do_header()
H A Dconfig.h66 u_char f_type; /* see below */ member
/xnu-11215/bsd/kern/
H A Dkern_descrip.c1530 if (fp->f_type != ftype) { in fp_get_ftype()
2916 if (fp->f_type == DTYPE_PIPE) { in sys_fcntl_nocancel()
3020 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
3161 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
3245 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
3336 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
3378 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
3409 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
3464 if (fp->f_type != DTYPE_VNODE) { in sys_fcntl_nocancel()
5456 type = fp->f_type; in fstat()
[all …]
H A Dsys_generic.c182 #define f_type fp_glob->fg_ops->fo_type macro
199 if (__improbable(fp->f_type != DTYPE_VNODE)) { in valid_for_random_access()
602 if (fp->f_type != DTYPE_SOCKET && in fp_writev()
974 if (fp->f_type == DTYPE_SOCKET) { in ioctl()
978 if (fp->f_type == DTYPE_PIPE) { in ioctl()
997 if (fp->f_type == DTYPE_SOCKET) { in ioctl()
/xnu-11215/bsd/sys/
H A Dmount_internal.h378 short f_type; /* type of filesystem */ member
405 short f_type; /* type of filesystem */ member
H A Dmount.h120 uint32_t f_type; /* type of filesystem */ \
158 short f_type; /* type of filesystem */ member
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c3660 sfs->f_type = mp->mnt_vtable->vfc_typenum; in vfs_get_statfs64()
13987 sfs.f_type = (short)mp->mnt_vtable->vfc_typenum; in munge_statfs()
14013 sfs.f_type = (short)mp->mnt_vtable->vfc_typenum; in munge_statfs()
H A Dvfs_subr.c4989 sfs->f_type = (short)mp->mnt_vtable->vfc_typenum; in sysctl_vfs_ctlbyfsid()
5010 sfs->f_type = (short)mp->mnt_vtable->vfc_typenum; in sysctl_vfs_ctlbyfsid()