Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dmach_loader.c172 struct uuid_command *uulp,
2540 struct uuid_command *uulp, in load_uuid() argument
2551 if ((uulp->cmdsize < sizeof(struct uuid_command)) || in load_uuid()
2552 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) { in load_uuid()
2556 memcpy(&result->uuid[0], &uulp->uuid[0], sizeof(result->uuid)); in load_uuid()