Home
last modified time | relevance | path

Searched refs:proc_fdunlock (Results 1 – 25 of 30) sorted by relevance

12

/xnu-10063.141.1/bsd/kern/
H A Dkern_descrip.c529 proc_fdunlock(p); in finishdup()
626 proc_fdunlock(proc_t p) in proc_fdunlock() function
800 proc_fdunlock(p); in fdt_exec()
812 proc_fdunlock(p); in fdt_exec()
868 proc_fdunlock(p); in fdt_fork()
913 proc_fdunlock(p); in fdt_fork()
974 proc_fdunlock(p); in fdt_fork()
1049 proc_fdunlock(p); in fdt_invalidate()
1215 proc_fdunlock(p); in fdalloc()
1326 proc_fdunlock(p); in falloc_withinit()
[all …]
H A Dsys_generic.c238 proc_fdunlock(p); in preparefileread()
253 proc_fdunlock(p); in preparefileread()
258 proc_fdunlock(p); in preparefileread()
534 proc_fdunlock(p); in preparefilewrite()
545 proc_fdunlock(p); in preparefilewrite()
569 proc_fdunlock(p); in preparefilewrite()
574 proc_fdunlock(p); in preparefilewrite()
918 proc_fdunlock(p); in ioctl()
1019 proc_fdunlock(p); in ioctl()
1641 proc_fdunlock(p); in selscan()
[all …]
H A Dkern_guarded.c178 proc_fdunlock(p); in fp_lookup_guarded()
444 proc_fdunlock(p); in guarded_close_np()
541 proc_fdunlock(p); in change_fdguard_np()
553 proc_fdunlock(p); in change_fdguard_np()
679 proc_fdunlock(p); in change_fdguard_np()
H A Dposix_sem.c609 proc_fdunlock(p); in sem_open()
792 proc_fdunlock(p); in sem_close()
796 proc_fdunlock(p); in sem_close()
H A Duipc_usrreq.c2376 proc_fdunlock(p); in unp_externalize()
2402 proc_fdunlock(p); in unp_externalize()
2472 proc_fdunlock(p); in unp_internalize()
2475 proc_fdunlock(p); in unp_internalize()
2480 proc_fdunlock(p); in unp_internalize()
2496 proc_fdunlock(p); in unp_internalize()
H A Dkern_event.c2962 proc_fdunlock(p); in kqueue_dealloc()
2976 proc_fdunlock(p); in kqueue_dealloc()
3060 proc_fdunlock(p); in kqueue_internal()
3676 proc_fdunlock(p); in knotes_dealloc()
3686 proc_fdunlock(p); in knotes_dealloc()
4856 proc_fdunlock(p); in kqueue_workloop_ctl_internal()
6365 proc_fdunlock(p); in knote_fdclose()
6564 proc_fdunlock(p); in kq_add_knote()
6615 proc_fdunlock(p); in kq_remove_knote()
6660 proc_fdunlock(p); in kq_find_knote_and_kq_lock()
[all …]
H A Dsys_pipe.c446 proc_fdunlock(p); in pipe()
1313 proc_fdunlock(vfs_context_proc(ctx)); in pipe_close()
H A Dposix_shm.c490 proc_fdunlock(p); in shm_open()
H A Dkern_exec.c726 proc_fdunlock(p); in exec_shell_imgact()
1907 proc_fdunlock(p); in exec_mach_imgact()
2964 proc_fdunlock(p); in exec_handle_file_actions()
3059 proc_fdunlock(p); in exec_handle_file_actions()
6845 proc_fdunlock(p); in exec_handle_sugid()
H A Dproc_info.c499 proc_fdunlock(p); in proc_fdlist_internal()
562 proc_fdunlock(p); in proc_fdlist()
1301 proc_fdunlock(p); in proc_pidvnodepathinfo()
H A Dkern_proc.c4728 proc_fdunlock(p); in proc_chrooted()
4892 proc_fdunlock(p); in proc_set_filedesc_limits()
4942 proc_fdunlock(p); in proc_evaluate_fd_limits_ast()
H A Duipc_syscalls.c322 proc_fdunlock(p); in socket_common()
702 proc_fdunlock(p); in accept_nocancel()
1247 proc_fdunlock(p); in socketpair()
H A Dkern_aio.c1863 proc_fdunlock(p); in aio_validate()
H A Dkern_resource.c991 proc_fdunlock(p); in do_background_socket()
H A Dmach_loader.c3181 proc_fdunlock(p); in load_dylinker()
H A Duipc_socket.c7661 proc_fdunlock(p); in so_set_extended_bk_idle()
7768 proc_fdunlock(p); in resume_proc_sockets()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_syscalls.c148 proc_fdunlock(p); in __nexus_open()
/xnu-10063.141.1/bsd/sys/
H A Dproc_internal.h816 extern void proc_fdunlock(struct proc *);
/xnu-10063.141.1/bsd/skywalk/channel/
H A Dchannel_syscalls.c263 proc_fdunlock(p); in __channel_open()
/xnu-10063.141.1/bsd/netinet/
H A Din_tclass.c557 proc_fdunlock(p); in set_pid_tclass()
633 proc_fdunlock(p); in flush_pid_tclass()
H A Din_pcblist.c930 proc_fdunlock(p); in shutdown_sockets_on_interface_proc_callout()
/xnu-10063.141.1/bsd/vm/
H A Dvm_unix.c1868 proc_fdunlock(p); in networking_memstatus_callout()
1963 proc_fdunlock(p); in networking_defunct_callout()
2735 proc_fdunlock(p); in _shared_region_map_and_slide()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_syscalls.c2516 proc_fdunlock(p); in checkdirs_callback()
2519 proc_fdunlock(p); in checkdirs_callback()
2550 proc_fdunlock(p); in checkdirs_callback()
4174 proc_fdunlock(p); in fchdir()
4248 proc_fdunlock(p); in chdir_internal()
4381 proc_fdunlock(p); in chroot()
4857 proc_fdunlock(p); in open1()
10552 proc_fdunlock(p); in umask1()
H A Dvfs_fsevents.c2888 proc_fdunlock(p); in fseventsioctl()
/xnu-10063.141.1/bsd/nfs/
H A Dnfs_syscalls.c573 proc_fdunlock(p); in fhopen()

12