Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libefi/src/
Dlib.rs1248 let desc = super::exit_boot_services(efi_entry, buffer).unwrap(); in test_exit_boot_services() localVariable
1267 assert_eq!(desc.into_iter().map(|v| *v).collect::<Vec<_>>(), descriptors[..1].to_vec()); in test_exit_boot_services()
1269 assert_eq!(desc.map_key(), map_key); in test_exit_boot_services()
1315 let desc = super::exit_boot_services(efi_entry, &mut aligned[size - 1..]).unwrap(); in test_exit_boot_services_unaligned_buffer() localVariable
1317 assert_eq!(desc.into_iter().map(|v| *v).collect::<Vec<_>>(), descriptors[..2].to_vec()); in test_exit_boot_services_unaligned_buffer()
1319 assert_eq!(desc.map_key(), map_key); in test_exit_boot_services_unaligned_buffer()