Home
last modified time | relevance | path

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

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