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