Home
last modified time | relevance | path

Searched refs:proc_getexecutableuuid (Results 1 – 20 of 20) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_sanitize_telemetry.c150 extern void proc_getexecutableuuid(void *p, unsigned char *uuidbuf, unsigned long size);
203 proc_getexecutableuuid(proc, parsed_uuid, sizeof(parsed_uuid)); in vm_sanitize_populate_process_uuid()
/xnu-11215/bsd/sys/
H A Dproc.h498 extern void proc_getexecutableuuid(proc_t, unsigned char *, unsigned long);
/xnu-11215/osfmk/bank/
H A Dbank.c119 extern void proc_getexecutableuuid(void *p, unsigned char *uuidbuf, unsigned long size);
989proc_getexecutableuuid(bsd_info, new_bank_task->bt_macho_uuid, sizeof(new_bank_task->bt_macho_uuid… in bank_task_alloc_init()
/xnu-11215/bsd/net/
H A Dnetwork_agent.c407proc_getexecutableuuid(p, trigger_message->trigger_proc_uuid, sizeof(trigger_message->trigger_proc… in netagent_send_trigger()
2499 proc_getexecutableuuid(p, report_proc_uuid, sizeof(report_proc_uuid)); in netagent_client_message_with_params()
2612proc_getexecutableuuid(p, new_pending_client->client_proc_uuid, sizeof(new_pending_client->client_… in netagent_client_message_with_params()
H A Dif_ports_used.c931 proc_getexecutableuuid(proc, npi.npi_owner_uuid, sizeof(npi.npi_owner_uuid)); in if_ports_used_add_flow_entry()
H A Dnecp.c1813 proc_getexecutableuuid(current_proc(), proc_uuid, sizeof(proc_uuid)); in necp_session_action()
1820 proc_getexecutableuuid(current_proc(), session->proc_uuid, sizeof(session->proc_uuid)); in necp_session_action()
7940 proc_getexecutableuuid(proc, real_application_uuid, sizeof(real_application_uuid)); in necp_application_find_policy_match_internal()
H A Dntstat.c928 proc_getexecutableuuid(current_proc(), procdetails->pdet_uuid, sizeof(uuid_t)); in nstat_retain_curprocdetails()
H A Dnecp_client.c10681 proc_getexecutableuuid(proc, application_uuid, sizeof(application_uuid)); in necp_client_get_signed_client_id()
/xnu-11215/bsd/kern/
H A Duipc_socket.c534 proc_getexecutableuuid(self, so->last_uuid, in so_update_last_owner_locked()
721 proc_getexecutableuuid(p, so->last_uuid, sizeof(so->last_uuid)); in socreate_internal()
730 proc_getexecutableuuid(ep, so->e_uuid, sizeof(so->e_uuid)); in socreate_internal()
7991 proc_getexecutableuuid(ep, so->e_uuid, sizeof(so->e_uuid)); in so_set_effective_pid()
7997 proc_getexecutableuuid(rp, so->so_ruuid, sizeof(so->so_ruuid)); in so_set_effective_pid()
8070 proc_getexecutableuuid(p, uuid, sizeof(uuid)); in so_set_effective_uuid()
H A Dkern_proc.c1363 proc_getexecutableuuid(p, uuid, sizeof(uuid_t)); in proc_binary_uuid_kdp()
1875 proc_getexecutableuuid(proc_t p, unsigned char *uuidbuf, unsigned long size) in proc_getexecutableuuid() function
4769proc_getexecutableuuid(responsible_proc, target_proc->p_responsible_uuid, sizeof(target_proc->p_re… in proc_set_responsible_pid()
H A Dproc_info.c1483 proc_getexecutableuuid(p, (unsigned char *)&p_uniqidinfo->p_uuid, sizeof(p_uniqidinfo->p_uuid)); in proc_piduniqidentifierinfo()
1510 proc_getexecutableuuid(p, (unsigned char *)uuid_buf, buffersize); in proc_piduuidinfo()
H A Dkern_resource.c2957 proc_getexecutableuuid(p, (unsigned char *)&ru->ri_uuid, sizeof(ru->ri_uuid)); in gather_rusage_info()
H A Dkern_memorystatus.c5422 proc_getexecutableuuid(p, &entry->uuid[0], sizeof(entry->uuid)); in memorystatus_init_jetsam_snapshot_entry_locked()
/xnu-11215/bsd/skywalk/nexus/
H A Dnexus.c705 proc_getexecutableuuid(p, p_uuid, sizeof(p_uuid)); in nxctl_nexus_bind()
1155 proc_getexecutableuuid(p, p_uuid, sizeof(p_uuid)); in nxctl_init()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1051 proc_getexecutableuuid(p, uuid, sizeof(uuid)); in fsw_ctl()
/xnu-11215/bsd/skywalk/channel/
H A Dchannel.c1554 proc_getexecutableuuid(p, p_uuid, sizeof(p_uuid)); in ch_open()
/xnu-11215/bsd/netinet/
H A Din_pcb.c1526 proc_getexecutableuuid(proc, application_uuid, in apn_fallback_trigger()
/xnu-11215/osfmk/kern/
H A Dtask.c491 extern void proc_getexecutableuuid(void *, unsigned char *, unsigned long);
5507 proc_getexecutableuuid(p, info->task_uuid, sizeof(info->task_uuid)); in task_info()
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1565 proc_getexecutableuuid(p, uuid, sizeof(uuid)); in nx_netif_ctl_flow_check()
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2575 proc_getexecutableuuid(p, p_uuid, sizeof(p_uuid)); in setDriverKitUUID()