Lines Matching defs:uuid_helper
443 union uuid_helper_t uuid_helper;
461 (uint8_t *)&uuid_helper);
470 uuid_helper.uuid_struct.time_low[0], uuid_helper.uuid_struct.time_low[1],
471 uuid_helper.uuid_struct.time_low[2], uuid_helper.uuid_struct.time_low[3],
472 uuid_helper.uuid_struct.time_mid[0], uuid_helper.uuid_struct.time_mid[1],
473 uuid_helper.uuid_struct.time_hi_and_version[0],
474 uuid_helper.uuid_struct.time_hi_and_version[1],
475 uuid_helper.uuid_struct.clock_seq_hi_and_reserved,
476 uuid_helper.uuid_struct.clock_seq_low,
477 uuid_helper.uuid_struct.node[0], uuid_helper.uuid_struct.node[1],
478 uuid_helper.uuid_struct.node[2], uuid_helper.uuid_struct.node[3],
479 uuid_helper.uuid_struct.node[4], uuid_helper.uuid_struct.node[5]);
481 uuid_ptr->uuid = uuid_helper.uuid_struct;