Home
last modified time | relevance | path

Searched defs:handles (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dlib.rs334 let mut handles: *mut EfiHandle = null_mut(); in locate_handle_buffer_by_protocol() localVariable
674 handles: &'a [DeviceHandle], field
690 pub fn handles(&self) -> &[DeviceHandle] { in handles() method
1152 let handles = efi_entry in test_locate_handle_buffer_by_protocol() localVariable
/bootable/recovery/minui/
Dgraphics_drm.cpp115 uint32_t handles[4], pitches[4], offsets[4]; in Create() local