Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dfile_internal.h538 int fp_lookup_guarded(struct proc *p, int fd, guardid_t guard, struct fileproc **resultfp, int lock…
/xnu-12377.41.6/bsd/kern/
H A Dkern_guarded.c166 fp_lookup_guarded(proc_t p, int fd, guardid_t guard, in fp_lookup_guarded() function
451 if ((error = fp_lookup_guarded(p, fd, uguard, &fp, 1)) != 0) { in guarded_close_np()
H A Dsys_generic.c535 error = fp_lookup_guarded(p, fd, *puguard, &fp, 1); in preparefilewrite()