Searched refs:uuidhdr (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_uuid.c73 struct uuid_command *uuidhdr = NULL; local
79 require_action(sizeof(*uuidhdr) <= header_size - *header_offset, finish,
81 uuidhdr = (struct uuid_command *) ((void *) (buf + *header_offset));
82 *header_offset += sizeof(*uuidhdr);
84 uuidhdr->cmd = LC_UUID;
85 uuidhdr->cmdsize = (uint32_t) sizeof(*uuidhdr);
86 memcpy(uuidhdr->uuid, uuid->uuid, sizeof(uuidhdr->uuid));

Completed in 21 milliseconds