Home
last modified time | relevance | path

Searched defs:protocol (Results 1 – 8 of 8) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_fastboot.rs314 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_serial_number() localVariable
328 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_serial_number_max_length() localVariable
341 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_serial_number_invalid_utf8() localVariable
382 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_get_var() localVariable
420 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_get_var_all() localVariable
458 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_get_var_all_exceeds_max_arguments() localVariable
482 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_should_stop_in_fastboot() localVariable
492 let protocol = unsafe { in test_should_stop_in_fastboot_no_interface() localVariable
508 let protocol = generate_protocol::<GblFastbootProtocol>(&efi_entry, &mut fb); in test_should_stop_in_fastboot_no_method() localVariable
Dgbl_efi_image_loading.rs341 let protocol = in test_proto_get_partitions_count() localVariable
368 let protocol = in test_proto_get_partitions_count_error() localVariable
416 let protocol = in test_proto_get_partitions_len_and_value() localVariable
452 let protocol = in test_proto_get_partitions_zero_len() localVariable
495 let protocol = in test_proto_get_partitions_less_than_buffer() localVariable
551 let protocol = in test_proto_get_partitions_name_max() localVariable
600 let protocol = in test_proto_get_partitions() localVariable
638 let protocol = in test_proto_get_partitions_empty() localVariable
663 let protocol = in test_proto_get_partitions_error() localVariable
808 let protocol = in test_proto_get_buffer_error() localVariable
[all …]
/bootable/libbootloader/gbl/libefi/src/
Dlocal_session.rs30 protocol: Protocol<'a, GblFastbootProtocol>, field
38 let protocol = efi_entry in start() localVariable
Dab_slots.rs37 protocol: Protocol<'a, ab_slot::GblSlotProtocol>, field
446 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_manager_flush_on_close() localVariable
467 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_iterator() localVariable
556 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_active_slot() localVariable
584 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_mark_boot_attempt() localVariable
627 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_get_max_retries() localVariable
656 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_set_active_slot() localVariable
696 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_set_slot_unbootable() localVariable
753 let protocol = generate_protocol::<ab_slot::GblSlotProtocol>(&efi_entry, &mut ab); in test_oneshot() localVariable
Dlib.rs70 pub mod protocol; module
1305 let protocol = unsafe { in run_test_with_mock_protocol() localVariable
1332 let protocol = efi_entry in test_open_close_protocol() localVariable
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs100 protocol: Protocol<'a, GblFastbootUsbProtocol>, field
181 let protocol = in init_usb() localVariable
Dnet.rs72 protocol: Protocol<'a, SimpleNetworkProtocol>, field
185 protocol: &'b Protocol<'a, SimpleNetworkProtocol>, field
/bootable/libbootloader/gbl/libefi/mocks/
Dlib.rs22 pub mod protocol; module