Searched defs:system_handle (Results 1 – 6 of 6) sorted by relevance
90 let system_handle = uefi::env::image_handle(); in open_protocol() localVariable148 let system_handle = uefi::env::try_image_handle().ok_or(io::const_io_error!( in image_handle_protocol() localVariable
96 let system_handle = uefi::env::image_handle(); in open_protocol() localVariable154 let system_handle = uefi::env::try_image_handle().ok_or(io::const_io_error!( in image_handle_protocol() localVariable
239 HANDLE system_handle; member