Home
last modified time | relevance | path

Searched refs:task_uuid (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/mach/
H A Dtask_info.h318 unsigned char task_uuid[16]; member
/xnu-12377.81.4/osfmk/kern/
H A Dtask.c5669 proc_getexecutableuuid(p, info->task_uuid, sizeof(info->task_uuid)); in task_info()
5671 bzero(info->task_uuid, sizeof(info->task_uuid)); in task_info()