Searched refs:convert_device_path_to_text (Results 1 – 15 of 15) sorted by relevance
107 pub fn convert_device_path_to_text( in convert_device_path_to_text() method114 (self.0.convert_device_path_to_text)( in convert_device_path_to_text()
491 .convert_device_path_to_text(self, display_only, allow_shortcuts) in to_string()
45 pub fn convert_device_path_to_text( in convert_device_path_to_text() method51 let f = self.interface()?.convert_device_path_to_text.as_ref().ok_or(Error::NotFound)?; in convert_device_path_to_text()
35 uint16_t* (*convert_device_path_to_text)(struct EfiDevicePathProtocol* device_path, member
193 pub convert_device_path_to_text: unsafe extern "efiapi" fn( field
49 pub fn convert_device_path_to_text(
42 Ok(path_to_text.convert_device_path_to_text(&path, false, false)?) in get_device_path()
161 ((*protocol.as_ptr()).convert_device_path_to_text)( in device_path_to_text()
167 ((*protocol.as_ptr()).convert_device_path_to_text)( in device_path_to_text()