Home
last modified time | relevance | path

Searched refs:file_type_t (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dfile_internal.h147 } file_type_t; typedef
163 file_type_t fo_type; /* descriptor type */
208 #define FILEGLOB_DTYPE(fg) ((const file_type_t)((fg)->fg_ops->fo_type))
432 fp_get_ftype(proc_t p, int fd, file_type_t ftype, int err, struct fileproc **fpp);
/xnu-12377.41.6/bsd/kern/
H A Dkern_descrip.c1509 fp_get_ftype(proc_t p, int fd, file_type_t ftype, int err, struct fileproc **fpp) in fp_get_ftype()
5482 file_type_t type; in fstat()
5722 file_type_t type; in sys_fpathconf()
H A Dproc_info.c502 file_type_t fdtype = FILEGLOB_DTYPE(fp->fp_glob); in proc_fdlist_internal()
636 file_type_t fdtype = FILEGLOB_DTYPE(fg); in proc_pidfileportlist()