Home
last modified time | relevance | path

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

/external/avb/examples/uefi/
Duefi_avb_ops.c407 EFI_DEVICE_PATH* walker_path; in get_disk_block_io() local
416 walker_path = init_path; in get_disk_block_io()
417 while (!IsDevicePathEnd(walker_path)) { in get_disk_block_io()
418 walker_path = NextDevicePathNode(walker_path); in get_disk_block_io()
420 err = walk_path(init_path, walker_path, &(*io_path), &path_bytes); in get_disk_block_io()