Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h147 } file_type_t; typedef
163 file_type_t fo_type; /* descriptor type */
201 #define FILEGLOB_DTYPE(fg) ((const file_type_t)((fg)->fg_ops->fo_type))
408 fp_get_ftype(proc_t p, int fd, file_type_t ftype, int err, struct fileproc **fpp);
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c1506 fp_get_ftype(proc_t p, int fd, file_type_t ftype, int err, struct fileproc **fpp) in fp_get_ftype()
5352 file_type_t type; in fstat()
5592 file_type_t type; in sys_fpathconf()
H A Dproc_info.c498 file_type_t fdtype = FILEGLOB_DTYPE(fp->fp_glob); in proc_fdlist_internal()
632 file_type_t fdtype = FILEGLOB_DTYPE(fg); in proc_pidfileportlist()