HomeSort by relevance Sort by last modified time
    Searched full:walker_path (Results 1 - 1 of 1) sorted by null

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

Completed in 131 milliseconds