Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/hob/
H A Dhob.c171 struct efi_hob_guid_type *guid_hob; in create_guid_hob() local
180 guid_hob = _create_hob(hob_table, EFI_HOB_TYPE_GUID_EXTENSION, hob_length); in create_guid_hob()
181 if (guid_hob == NULL) { in create_guid_hob()
186 memcpy(&guid_hob->name, guid, sizeof(struct efi_guid)); in create_guid_hob()
188 *data = (void *) (guid_hob + 1); in create_guid_hob()