Home
last modified time | relevance | path

Searched refs:proc_executableuuid_addr (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_fslog.c72 uuid_unparse_upper(proc_executableuuid_addr(caller), uuidstr); in fslog_extmod_msgtracer()
81 uuid_unparse_upper(proc_executableuuid_addr(target), uuidstr); in fslog_extmod_msgtracer()
/xnu-8796.121.2/bsd/sys/
H A Dproc_internal.h929 extern const unsigned char *proc_executableuuid_addr(proc_t);
/xnu-8796.121.2/bsd/kern/
H A Dkern_proc.c1789 proc_executableuuid_addr(proc_t p) in proc_executableuuid_addr() function
1798 memcpy(uuidbuf, proc_executableuuid_addr(p), sizeof(uuid_t)); in proc_getexecutableuuid()
/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_subr.c6397 found = uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0; in mptcp_find_proc_filter()
6410 if (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0) { in mptcp_find_proc_callout()
6454 if (uuid_compare(mp_so->e_uuid, proc_executableuuid_addr(p))) { in mptcp_ask_symptoms()
H A Dflow_divert.c953 include = (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0); in flow_divert_find_proc_by_uuid_filter()
1108 } else if (uuid_compare(proc_executableuuid_addr(real_proc), so->e_uuid)) { in flow_divert_add_all_proc_info()