Home
last modified time | relevance | path

Searched refs:proc_iterate (Results 1 – 16 of 16) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_sfi.c219 proc_iterate(PROC_ALLPROCLIST, proc_apply_sfi_managed, (void *)&uap->sfi_flags, NULL, NULL); in sfi_pidctl()
H A Dkern_proc.c3688 proc_iterate( in proc_iterate() function
4605proc_iterate(PROC_ALLPROCLIST, proc_pcontrol_null, (void *)NULL, proc_pcontrol_filter, (void *)&np… in no_paging_space_action()
6418 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, in pid_shutdown_sockets()
H A Dkern_resource.c490 proc_iterate(PROC_ALLPROCLIST, puser_donice_callback, (void *)&punice, NULL, NULL); in setpriority()
H A Dkdebug.c1495 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, _resolve_iterator, in _resolve_threads()
H A Dkern_sig.c1686 proc_iterate(PROC_ALLPROCLIST | PROC_ZOMBPROCLIST, killpg1_callback, in killpg1()
H A Dproc_info.c3691 proc_iterate(PROC_ALLPROCLIST, proc_terminate_all_rsr_callback, in proc_terminate_all_rsr()
H A Duipc_mbuf.c8048 proc_iterate(PROC_ALLPROCLIST,
9445 proc_iterate(PROC_ALLPROCLIST,
H A Dkern_sysctl.c916 proc_iterate((PROC_ALLPROCLIST | PROC_ZOMBPROCLIST),
/xnu-11215/bsd/sys/
H A Dproc_internal.h1025 extern void proc_iterate(unsigned int flags, proc_iterate_fn_t callout,
/xnu-11215/bsd/netinet/
H A Din_pcblist.c942 proc_iterate(PROC_ALLPROCLIST, in shutdown_sockets_on_interface()
H A Din_pcb.c4449 proc_iterate(PROC_ALLPROCLIST, in in_management_interface_event_callback()
H A Dflow_divert.c1019proc_iterate(PROC_ALLPROCLIST, flow_divert_find_proc_by_uuid_callout, &info, flow_divert_find_proc… in flow_divert_find_proc_by_uuid()
H A Dmptcp_subr.c6442 proc_iterate(PROC_ALLPROCLIST, mptcp_find_proc_callout, &info, in mptcp_find_proc()
/xnu-11215/bsd/security/audit/
H A Daudit_session.c550 proc_iterate(PROC_ALLPROCLIST | PROC_ZOMBPROCLIST, in audit_sysctl_session_debug()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c2681 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, checkdirs_callback, (void *)&cdr, NULL, NULL); in checkdirs()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c17558 proc_iterate(PROC_ALLPROCLIST | PROC_NOWAITTRANS, in dtrace_open()