Searched refs:uulp (Results 1 – 1 of 1) sorted by relevance
172 struct uuid_command *uulp,2500 struct uuid_command *uulp, in load_uuid() argument2511 if ((uulp->cmdsize < sizeof(struct uuid_command)) || in load_uuid()2512 (((char *)uulp + sizeof(struct uuid_command)) > command_end)) { in load_uuid()2516 memcpy(&result->uuid[0], &uulp->uuid[0], sizeof(result->uuid)); in load_uuid()