Searched refs:guarded_fileproc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_guarded.c50 * guarded_fileproc structs which implement guarded fds. The latter
61 struct guarded_fileproc { struct
71 const size_t sizeof_guarded_fileproc = sizeof (struct guarded_fileproc);
73 #define FP_TO_GFP(fp) ((struct guarded_fileproc *)(fp))
87 struct guarded_fileproc *gfp;
104 struct guarded_fileproc *gfp = FP_TO_GFP(fp);
115 struct guarded_fileproc **gfpp)
126 struct guarded_fileproc *gfp = FP_TO_GFP(fp);
154 struct guarded_fileproc *gfp = FP_TO_GFP(fp);
172 struct guarded_fileproc *gf
[all...]

Completed in 108 milliseconds