Searched refs:from_uuid (Results 1 – 2 of 2) sorted by relevance
146 void copy_uuid(uint32_t *to_uuid, uint32_t *from_uuid) in copy_uuid() argument148 to_uuid[0] = from_uuid[0]; in copy_uuid()149 to_uuid[1] = from_uuid[1]; in copy_uuid()150 to_uuid[2] = from_uuid[2]; in copy_uuid()151 to_uuid[3] = from_uuid[3]; in copy_uuid()
15 void copy_uuid(uint32_t *to_uuid, uint32_t *from_uuid);
Completed in 3 milliseconds