Lines Matching refs:EfiGuid
44 bool guid_eq(const EfiGuid *a, const EfiGuid *b) { in guid_eq()
48 bool guid_eq(const EfiGuid *a, const EfiGuid &b) { in guid_eq()
52 EfiStatus handle_protocol(EfiHandle handle, const EfiGuid *protocol, in handle_protocol()
80 EfiStatus register_protocol_notify(const EfiGuid *protocol, EfiEvent event, in register_protocol_notify()
87 const EfiGuid *protocol, void *search_key, in locate_handle()
94 EfiStatus locate_protocol(const EfiGuid *protocol, void *registration, in locate_protocol()
124 const EfiGuid *protocol, void *intf) { in uninstall_protocol_interface()
136 EfiStatus locate_device_path(const EfiGuid *protocol, in locate_device_path()
146 EfiStatus install_configuration_table(const EfiGuid *guid, void *table) { in install_configuration_table()
168 EfiStatus open_protocol(EfiHandle handle, const EfiGuid *protocol, void **intf, in open_protocol()
265 EfiStatus close_protocol(EfiHandle handle, const EfiGuid *protocol, in close_protocol()
293 const EfiGuid *protocol, void *search_key, in locate_handle_buffer()