Home
last modified time | relevance | path

Searched refs:fp_close_and_unlock (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dfile_internal.h491 fp_close_and_unlock(proc_t p, int fd, struct fileproc *fp, int flags);
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c791 fp_close_and_unlock(p, i, fp, 0); in fdt_exec()
1016 fp_close_and_unlock(p, i, fp, 0); in fdt_invalidate()
1669 fp_close_and_unlock(proc_t p, int fd, struct fileproc *fp, int flags) in fp_close_and_unlock() function
2480 (void)fp_close_and_unlock(p, new, nfp, FD_DUP2RESV); in dup2()
5282 return fp_close_and_unlock(p, fd, fp, 0); in close_nocancel()
H A Dposix_sem.c798 return fp_close_and_unlock(p, fd, fp, 0); in sem_close()
H A Dkern_guarded.c446 return fp_close_and_unlock(p, fd, fp, 0); in guarded_close_np()