Searched refs:uulp (Results 1 – 1 of 1) sorted by relevance
171 struct uuid_command *uulp,2386 struct uuid_command *uulp, in load_uuid() argument2397 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()