| /src/stand/efi/include/ |
| H A D | efilib.h | 37 extern EFI_HANDLE IH; 56 EFI_HANDLE pd_handle; 57 EFI_HANDLE pd_alias; 69 pdinfo_t *efiblk_get_pdinfo_by_handle(EFI_HANDLE h); 74 EFI_STATUS OpenProtocolByHandle(EFI_HANDLE, EFI_GUID *, void **); 89 int efi_register_handles(struct devsw *, EFI_HANDLE *, EFI_HANDLE *, int); 90 EFI_HANDLE efi_find_handle(struct devsw *, int); 91 int efi_handle_lookup(EFI_HANDLE, struct devsw **, int *, uint64_t *); 92 int efi_handle_update_dev(EFI_HANDLE, struct devsw *, int, uint64_t); 94 EFI_DEVICE_PATH *efi_lookup_image_devpath(EFI_HANDLE); [all …]
|
| H A D | efizfs.h | 48 EFI_HANDLE zi_handle; 53 EFI_HANDLE efizfs_get_handle_by_guid(uint64_t); 54 bool efizfs_get_guid_by_handle(EFI_HANDLE, uint64_t *);
|
| /src/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 375 IN EFI_HANDLE ControllerHandle, 376 IN EFI_HANDLE *DriverImageHandle OPTIONAL, 408 IN EFI_HANDLE ControllerHandle, 409 IN EFI_HANDLE DriverImageHandle OPTIONAL, 410 IN EFI_HANDLE ChildHandle OPTIONAL 952 IN EFI_HANDLE ParentImageHandle, 956 OUT EFI_HANDLE *ImageHandle 976 IN EFI_HANDLE ImageHandle, 1004 IN EFI_HANDLE ImageHandle, 1022 IN EFI_HANDLE ImageHandle [all …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | DriverBinding.h | 71 IN EFI_HANDLE ControllerHandle, 114 IN EFI_HANDLE ControllerHandle, 148 IN EFI_HANDLE ControllerHandle, 150 IN EFI_HANDLE *ChildHandleBuffer OPTIONAL 180 EFI_HANDLE ImageHandle; 190 EFI_HANDLE DriverBindingHandle;
|
| H A D | DriverConfiguration2.h | 96 IN EFI_HANDLE ControllerHandle, 97 IN EFI_HANDLE ChildHandle OPTIONAL, 135 IN EFI_HANDLE ControllerHandle, 136 IN EFI_HANDLE ChildHandle OPTIONAL 162 IN EFI_HANDLE ControllerHandle, 163 IN EFI_HANDLE ChildHandle OPTIONAL,
|
| H A D | PciHostBridgeResourceAllocation.h | 209 IN OUT EFI_HANDLE *RootBridgeHandle 229 IN EFI_HANDLE RootBridgeHandle, 252 IN EFI_HANDLE RootBridgeHandle, 284 IN EFI_HANDLE RootBridgeHandle, 316 IN EFI_HANDLE RootBridgeHandle, 338 IN EFI_HANDLE RootBridgeHandle, 365 IN EFI_HANDLE RootBridgeHandle,
|
| H A D | PciPlatform.h | 209 IN EFI_HANDLE HostBridge, 244 IN EFI_HANDLE HostBridge, 245 IN EFI_HANDLE RootBridge, 305 IN EFI_HANDLE PciHandle,
|
| H A D | HiiDatabase.h | 105 IN EFI_HANDLE DriverHandle OPTIONAL, 345 OUT EFI_HANDLE *NotifyHandle 367 IN EFI_HANDLE NotificationHandle 496 OUT EFI_HANDLE *DriverHandle
|
| H A D | ServiceBinding.h | 44 IN OUT EFI_HANDLE *ChildHandle 69 IN EFI_HANDLE ChildHandle
|
| H A D | PciHotPlugRequest.h | 141 IN EFI_HANDLE Controller, 144 IN OUT EFI_HANDLE *ChildHandleBuffer
|
| H A D | DriverDiagnostics2.h | 82 IN EFI_HANDLE ControllerHandle, 83 IN EFI_HANDLE ChildHandle OPTIONAL,
|
| H A D | LoadedImage.h | 46 …EFI_HANDLE ParentHandle; ///< Parent image's image handle. NULL if the image is l… 53 …EFI_HANDLE DeviceHandle; ///< The device handle that the EFI Image was loaded fro…
|
| H A D | ComponentName.h | 98 IN EFI_HANDLE ControllerHandle, 99 IN EFI_HANDLE ChildHandle OPTIONAL,
|
| H A D | DriverDiagnostics.h | 102 IN EFI_HANDLE ControllerHandle, 103 IN EFI_HANDLE ChildHandle OPTIONAL,
|
| H A D | Tcp6.h | 42 EFI_HANDLE InstanceHandle; 70 EFI_HANDLE DriverHandle; ///< The handle of the driver that creates this entry. 326 EFI_HANDLE NewChildHandle;
|
| H A D | Tcp4.h | 37 EFI_HANDLE InstanceHandle; 49 EFI_HANDLE DriverHandle; 154 EFI_HANDLE NewChildHandle;
|
| H A D | Ebc.h | 210 IN EFI_HANDLE ImageHandle, 233 IN EFI_HANDLE ImageHandle
|
| /src/stand/efi/libefi/ |
| H A D | handles.c | 31 EFI_HANDLE handle; 32 EFI_HANDLE alias; 42 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, in efi_register_handles() 43 EFI_HANDLE *aliases, int count) in efi_register_handles() 66 EFI_HANDLE 82 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra) in efi_handle_lookup() 101 efi_handle_update_dev(EFI_HANDLE h, struct devsw *dev, int unit, in efi_handle_update_dev()
|
| H A D | eficom.c | 50 EFI_HANDLE currdev; /* current serial device */ 51 EFI_HANDLE condev; /* EFI Console device */ 94 efi_serial_init(EFI_HANDLE **handlep, int *nhandles) in efi_serial_init() 98 EFI_HANDLE *handles; in efi_serial_init() 112 *nhandles = (int)(bufsz / sizeof (EFI_HANDLE)); in efi_serial_init() 160 static EFI_HANDLE 161 efi_serial_get_handle(int port, EFI_HANDLE condev) in efi_serial_get_handle() 164 EFI_HANDLE *handles, handle; in efi_serial_get_handle() 212 static EFI_HANDLE 215 EFI_HANDLE handle; in comc_get_con_serial_handle() [all …]
|
| H A D | efizfs.c | 49 EFI_HANDLE 63 efizfs_get_guid_by_handle(EFI_HANDLE handle, uint64_t *guid) in efizfs_get_guid_by_handle() 79 insert_zfs(EFI_HANDLE handle, uint64_t guid, bool head) in insert_zfs()
|
| H A D | efinet.c | 112 EFI_HANDLE h; in efinet_probe() 275 EFI_HANDLE h; in efinet_init() 362 EFI_HANDLE *handles, *handles2; in efinet_dev_init() 372 handles = (EFI_HANDLE *)malloc(sz); in efinet_dev_init() 382 handles2 = (EFI_HANDLE *)malloc(sz); in efinet_dev_init() 388 for (i = 0; i < sz / sizeof(EFI_HANDLE); i++) { in efinet_dev_init() 446 EFI_HANDLE h; in efinet_dev_print()
|
| H A D | libefi.c | 32 EFI_HANDLE IH; 52 OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface) in OpenProtocolByHandle()
|
| H A D | devpath.c | 44 efi_lookup_image_devpath(EFI_HANDLE handle) in efi_lookup_image_devpath() 57 efi_lookup_devpath(EFI_HANDLE handle) in efi_lookup_devpath() 70 efi_close_devpath(EFI_HANDLE handle) in efi_close_devpath() 615 EFI_HANDLE 619 EFI_HANDLE h; in efi_devpath_handle() 748 EFI_HANDLE 749 efi_devpath_to_handle(EFI_DEVICE_PATH *path, EFI_HANDLE *handles, unsigned nhandles) in efi_devpath_to_handle() 753 EFI_HANDLE h; in efi_devpath_to_handle()
|
| H A D | efi_driver_utils.c | 37 EFI_HANDLE *handles; in connect_controllers() 52 nhandles = hsize / sizeof(EFI_HANDLE); in connect_controllers()
|
| /src/stand/efi/gptboot/ |
| H A D | proto.c | 140 probe_handle(EFI_HANDLE h, EFI_DEVICE_PATH *imgpath) in probe_handle() 202 probe_handles(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in probe_handles() 224 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol()
|