Home
last modified time | relevance | path

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

/external/avb/examples/uefi/
Duefi_avb_ops.c336 UINTN walker_bytes = (uint8_t*)NextDevicePathNode(walker) - (uint8_t*)init; in walk_path() local
337 *out_bytes = sizeof(EFI_DEVICE_PATH) + walker_bytes; in walk_path()
346 avb_memcpy((*next), init, walker_bytes); in walk_path()
349 (uint8_t*)(*next) + walker_bytes, EndDevicePath, sizeof(EFI_DEVICE_PATH)); in walk_path()