Lines Matching defs:uuid_helper
134 union uuid_helper_t uuid_helper;
140 (uint8_t *)&uuid_helper);
149 uuid_helper.uuid_struct.time_low[0], uuid_helper.uuid_struct.time_low[1],
150 uuid_helper.uuid_struct.time_low[2], uuid_helper.uuid_struct.time_low[3],
151 uuid_helper.uuid_struct.time_mid[0], uuid_helper.uuid_struct.time_mid[1],
152 uuid_helper.uuid_struct.time_hi_and_version[0],
153 uuid_helper.uuid_struct.time_hi_and_version[1],
154 uuid_helper.uuid_struct.clock_seq_hi_and_reserved,
155 uuid_helper.uuid_struct.clock_seq_low,
156 uuid_helper.uuid_struct.node[0], uuid_helper.uuid_struct.node[1],
157 uuid_helper.uuid_struct.node[2], uuid_helper.uuid_struct.node[3],
158 uuid_helper.uuid_struct.node[4], uuid_helper.uuid_struct.node[5]);
160 uuid_ptr->uuid = uuid_helper.uuid_struct;