Home
last modified time | relevance | path

Searched refs:fp_free (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dfile_internal.h536 void fp_free(struct proc * p, int fd, struct fileproc * fp);
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_syscalls.c162 fp_free(p, fd, fp); in __nexus_open()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel_syscalls.c277 fp_free(p, fd, fp); in __channel_open()
/xnu-12377.61.12/bsd/kern/
H A Dposix_shm.c516 fp_free(p, indx, fp); in shm_open()
H A Dposix_sem.c782 fp_free(p, indx, fp); in sem_open()
H A Duipc_syscalls.c312 fp_free(p, fd, fp); in socket_common()
1261 fp_free(p, sv[1], fp2); in socketpair()
1263 fp_free(p, sv[0], fp1); in socketpair()
H A Dsys_pipe.c418 fp_free(p, retval[0], rf); in pipe()
H A Dkern_exec.c2554 fp_free(p, load_result.dynlinker_fd, load_result.dynlinker_fp); in exec_mach_imgact()
2555 fp_free(p, main_binary_fd, fp); in exec_mach_imgact()
7605 fp_free(p, indx, fp); in exec_handle_sugid()
H A Dmach_loader.c3326 fp_free(p, dyld_fd, fp); in load_dylinker()
H A Dkern_descrip.c1404 fp_free(proc_t p, int fd, struct fileproc * fp) in fp_free() function
H A Dkern_event.c3066 fp_free(p, fd, fp); in kqueue_internal()
/xnu-12377.61.12/bsd/nfs/
H A Dnfs_syscalls.c564 fp_free(p, indx, fp); in fhopen()
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c4943 fp_free(p, indx, fp); in open1()
4961 fp_free(p, indx, fp); in open1()
5188 fp_free(p, indx, fp); in open1()
/xnu-12377.61.12/bsd/net/
H A Dnecp_client.c7791 fp_free(p, fd, fp); in necp_open()
H A Dnecp.c1080 fp_free(p, fd, fp); in necp_session_open()