Searched refs:proc_getexecutableuuid (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h314 extern void proc_getexecutableuuid(proc_t, unsigned char *, unsigned long);
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.c172 extern void proc_getexecutableuuid(void *, unsigned char *, unsigned long);
1837 proc_getexecutableuuid(p, info->task_uuid, sizeof(info->task_uuid));
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c827 proc_getexecutableuuid(proc_t p, unsigned char *uuidbuf, unsigned long size) function

Completed in 31 milliseconds