Searched refs:p_uuid (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_fslog.c73 uuid_unparse_upper(caller->p_uuid, uuidstr);
82 uuid_unparse_upper(target->p_uuid, uuidstr);
/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c2186 memcpy(&entry->uuid[0], &p->p_uuid[0], sizeof(p->p_uuid));
2237 p->p_uuid[0], p->p_uuid[1], p->p_uuid[2], p->p_uuid[3], p->p_uuid[4], p->p_uuid[5], p->p_uuid[6], p->p_uuid[
[all...]
H A Dkern_proc.c941 if (size >= sizeof(p->p_uuid)) {
942 memcpy(uuidbuf, p->p_uuid, sizeof(p->p_uuid));
H A Dproc_info.c1113 proc_getexecutableuuid(p, (unsigned char *)&p_uniqidinfo->p_uuid, sizeof(p_uniqidinfo->p_uuid));
H A Dkern_exec.c1069 memcpy(&p->p_uuid[0], &load_result.uuid[0], sizeof(p->p_uuid));
/xnu-2782.1.97/bsd/sys/
H A Dproc_info.h101 uint8_t p_uuid[16]; /* UUID of the main executable */ member in struct:proc_uniqidentifierinfo
H A Dproc_internal.h337 uint8_t p_uuid[16]; /* from LC_UUID load command */ member in struct:proc
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py2428 uuid = p.p_uuid

Completed in 58 milliseconds