Searched refs:walker_path (Results 1 – 1 of 1) sorted by relevance
407 EFI_DEVICE_PATH* walker_path; in get_disk_block_io() local416 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()