/illumos-gate/usr/src/boot/efi/include/ |
H A D | efilib.h | 38 extern EFI_HANDLE IH; 65 EFI_HANDLE currdev; /* current serial device */ 66 EFI_HANDLE iodev; /* handle to IO layer */ 85 EFI_HANDLE pd_handle; 86 EFI_HANDLE pd_alias; 98 pdinfo_t *efiblk_get_pdinfo_by_handle(EFI_HANDLE h); 101 EFI_STATUS OpenProtocolByHandle(EFI_HANDLE, EFI_GUID *, void **); 102 EFI_STATUS efi_get_protocol_handles(EFI_GUID *, uint_t *, EFI_HANDLE **); 108 int efi_register_handles(struct devsw *, EFI_HANDLE *, EFI_HANDLE *, int); 109 EFI_HANDLE efi_find_handle(struct devsw *, int); [all …]
|
H A D | efizfs.h | 37 EFI_HANDLE zi_handle; 45 extern bool efi_zfs_is_preferred(EFI_HANDLE *h); 46 extern EFI_HANDLE efizfs_get_handle_by_guid(uint64_t); 47 extern bool efizfs_get_guid_by_handle(EFI_HANDLE, uint64_t *);
|
/illumos-gate/usr/src/boot/efi/include/Uefi/ |
H A D | UefiSpec.h | 346 IN EFI_HANDLE ControllerHandle, 347 IN EFI_HANDLE *DriverImageHandle OPTIONAL, 379 IN EFI_HANDLE ControllerHandle, 380 IN EFI_HANDLE DriverImageHandle OPTIONAL, 381 IN EFI_HANDLE ChildHandle OPTIONAL 899 IN EFI_HANDLE ParentImageHandle, 903 OUT EFI_HANDLE *ImageHandle 923 IN EFI_HANDLE ImageHandle, 951 IN EFI_HANDLE ImageHandle, 969 IN EFI_HANDLE ImageHandle [all …]
|
/illumos-gate/usr/src/boot/efi/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 | DriverConfiguration.h | 70 IN EFI_HANDLE ControllerHandle, 71 IN EFI_HANDLE ChildHandle OPTIONAL, 109 IN EFI_HANDLE ControllerHandle, 110 IN EFI_HANDLE ChildHandle OPTIONAL 136 IN EFI_HANDLE ControllerHandle, 137 IN EFI_HANDLE ChildHandle OPTIONAL,
|
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 | PlatformDriverOverride.h | 49 IN EFI_HANDLE ControllerHandle, 50 IN OUT EFI_HANDLE *DriverImageHandle 77 IN EFI_HANDLE ControllerHandle, 111 IN EFI_HANDLE ControllerHandle, 113 IN EFI_HANDLE DriverImageHandle
|
H A D | DriverHealth.h | 179 IN EFI_HANDLE ControllerHandle OPTIONAL, 180 IN EFI_HANDLE ChildHandle OPTIONAL, 218 IN EFI_HANDLE ControllerHandle, 219 IN EFI_HANDLE ChildHandle OPTIONAL,
|
H A D | PlatformToDriverConfiguration.h | 123 IN CONST EFI_HANDLE ControllerHandle, 124 IN CONST EFI_HANDLE ChildHandle OPTIONAL, 259 IN CONST EFI_HANDLE ControllerHandle, 260 IN CONST EFI_HANDLE ChildHandle OPTIONAL,
|
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 | 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 | ComponentName2.h | 138 IN EFI_HANDLE ControllerHandle, 139 IN EFI_HANDLE ChildHandle OPTIONAL,
|
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 | IpSec.h | 76 IN EFI_HANDLE NicHandle, 189 IN EFI_HANDLE NicHandle,
|
H A D | Ebc.h | 210 IN EFI_HANDLE ImageHandle, 233 IN EFI_HANDLE ImageHandle
|
H A D | Udp6.h | 37 EFI_HANDLE InstanceHandle; 68 EFI_HANDLE DriverHandle;
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | handles.c | 34 EFI_HANDLE handle; 35 EFI_HANDLE alias; 45 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, in efi_register_handles() 46 EFI_HANDLE *aliases, int count) in efi_register_handles() 67 EFI_HANDLE 83 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra) in efi_handle_lookup() 102 efi_handle_update_dev(EFI_HANDLE h, struct devsw *dev, int unit, in efi_handle_update_dev()
|
H A D | libefi.c | 32 EFI_HANDLE IH; 52 OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface) in OpenProtocolByHandle() 65 EFI_HANDLE **handlep) in efi_get_protocol_handles() 69 EFI_HANDLE *handles; in efi_get_protocol_handles() 85 *nhandles = (uint_t)(bufsz / sizeof (EFI_HANDLE)); in efi_get_protocol_handles()
|
H A D | devpath.c | 45 efi_lookup_image_devpath(EFI_HANDLE handle) in efi_lookup_image_devpath() 59 efi_lookup_devpath(EFI_HANDLE handle) in efi_lookup_devpath() 72 efi_close_devpath(EFI_HANDLE handle) in efi_close_devpath() 159 EFI_HANDLE 163 EFI_HANDLE h; in efi_devpath_handle()
|
H A D | efizfs.c | 51 EFI_HANDLE 65 efizfs_get_guid_by_handle(EFI_HANDLE handle, uint64_t *guid) in efizfs_get_guid_by_handle() 81 insert_zfs(EFI_HANDLE handle, uint64_t guid) in insert_zfs()
|
H A D | efinet.c | 119 EFI_HANDLE h; in efinet_probe() 213 EFI_HANDLE h; in efinet_init() 298 EFI_HANDLE *handles, *handles2; in efinet_dev_init() 308 handles2 = (EFI_HANDLE *)malloc(nhandles * sizeof (EFI_HANDLE)); in efinet_dev_init() 371 EFI_HANDLE h; in efinet_dev_print()
|