Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/kern/
H A Dmach_loader.c171 struct uuid_command *uulp,
2386 struct uuid_command *uulp, in load_uuid() argument
2397 if ((uulp->cmdsize < sizeof(struct uuid_command)) || in load_uuid()
2398 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) { in load_uuid()
2402 memcpy(&result->uuid[0], &uulp->uuid[0], sizeof(result->uuid)); in load_uuid()