Home
last modified time | relevance | path

Searched refs:guidcpy (Results 1 – 6 of 6) sorted by relevance

/external/trusty/arm-trusted-firmware/drivers/partition/
Dgpt.c63 guidcpy(&entry->part_guid, &gpt_entry->unique_uuid); in parse_gpt_entry()
64 guidcpy(&entry->type_guid, &gpt_entry->type_uuid); in parse_gpt_entry()
/external/trusty/arm-trusted-firmware/include/drivers/partition/
Defi.h23 static inline void *guidcpy(void *dst, const void *src) in guidcpy() function
/external/coreboot/src/arch/x86/
Dacpi_bert_storage.c232 guidcpy(&fw_err->record_guid, &FW_ERR_RECORD_ID_CRASHLOG_GUID); in bert_append_fw_err()
267 guidcpy(&entry->section_type, guid); in bert_append_error_datasection()
420 guidcpy(&check->type, &check_guids[type]); in new_cper_ia32x64_check()
/external/coreboot/src/include/
Duuid.h41 static inline guid_t *guidcpy(guid_t *dest, const guid_t *src) in guidcpy() function
/external/coreboot/tests/lib/
Duuid-test.c76 guidcpy(&guid_copy, &guid); in test_guid()
/external/coreboot/src/drivers/intel/mipi_camera/
Dcamera.c294 guidcpy(&config->ssdb.csi2_data_stream_interface, &CSI2_DATA_STREAM_INTERFACE_GUID); in camera_fill_ssdb_defaults()