Lines Matching defs:uuid_helper
30 union uuid_helper_t uuid_helper;
71 (uint8_t *)&uuid_helper);
77 arm_sp.uuids[index] = uuid_helper;
91 uuid_helper.uuid_struct.time_low[0], uuid_helper.uuid_struct.time_low[1],
92 uuid_helper.uuid_struct.time_low[2], uuid_helper.uuid_struct.time_low[3],
93 uuid_helper.uuid_struct.time_mid[0], uuid_helper.uuid_struct.time_mid[1],
94 uuid_helper.uuid_struct.time_hi_and_version[0],
95 uuid_helper.uuid_struct.time_hi_and_version[1],
96 uuid_helper.uuid_struct.clock_seq_hi_and_reserved,
97 uuid_helper.uuid_struct.clock_seq_low,
98 uuid_helper.uuid_struct.node[0], uuid_helper.uuid_struct.node[1],
99 uuid_helper.uuid_struct.node[2], uuid_helper.uuid_struct.node[3],
100 uuid_helper.uuid_struct.node[4], uuid_helper.uuid_struct.node[5],