Lines Matching defs:uuid_helper
406 union uuid_helper_t uuid_helper;
424 (uint8_t *)&uuid_helper);
433 uuid_helper.uuid_struct.time_low[0], uuid_helper.uuid_struct.time_low[1],
434 uuid_helper.uuid_struct.time_low[2], uuid_helper.uuid_struct.time_low[3],
435 uuid_helper.uuid_struct.time_mid[0], uuid_helper.uuid_struct.time_mid[1],
436 uuid_helper.uuid_struct.time_hi_and_version[0],
437 uuid_helper.uuid_struct.time_hi_and_version[1],
438 uuid_helper.uuid_struct.clock_seq_hi_and_reserved,
439 uuid_helper.uuid_struct.clock_seq_low,
440 uuid_helper.uuid_struct.node[0], uuid_helper.uuid_struct.node[1],
441 uuid_helper.uuid_struct.node[2], uuid_helper.uuid_struct.node[3],
442 uuid_helper.uuid_struct.node[4], uuid_helper.uuid_struct.node[5]);
444 uuid_ptr->uuid = uuid_helper.uuid_struct;