Searched defs:handles (Results 1 – 2 of 2) sorted by relevance
334 let mut handles: *mut EfiHandle = null_mut(); in locate_handle_buffer_by_protocol() localVariable674 handles: &'a [DeviceHandle], field690 pub fn handles(&self) -> &[DeviceHandle] { in handles() method1152 let handles = efi_entry in test_locate_handle_buffer_by_protocol() localVariable
115 uint32_t handles[4], pitches[4], offsets[4]; in Create() local