Searched refs:EFI_HANDLE (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/sys/contrib/edk2/Include/Library/
H A DUefiBootServicesTableLib.h16 extern EFI_HANDLE gImageHandle;
H A DDevicePathLib.h450 IN EFI_HANDLE Handle
477 IN EFI_HANDLE Device, OPTIONAL
/freebsd-current/stand/efi/include/
H A Defizfs.h41 EFI_HANDLE zi_handle;
48 EFI_HANDLE efizfs_get_handle_by_guid(uint64_t);
49 bool efizfs_get_guid_by_handle(EFI_HANDLE, uint64_t *);
H A Defilib.h35 extern EFI_HANDLE IH;
54 EFI_HANDLE pd_handle;
55 EFI_HANDLE pd_alias;
67 pdinfo_t *efiblk_get_pdinfo_by_handle(EFI_HANDLE h);
72 EFI_STATUS OpenProtocolByHandle(EFI_HANDLE, EFI_GUID *, void **);
87 int efi_register_handles(struct devsw *, EFI_HANDLE *, EFI_HANDLE *, int);
88 EFI_HANDLE efi_find_handle(struct devsw *, int);
89 int efi_handle_lookup(EFI_HANDLE, struct devsw **, int *, uint64_t *);
90 int efi_handle_update_dev(EFI_HANDLE, struc
[all...]
H A Defiapi.h329 IN EFI_HANDLE ImageHandle,
337 IN EFI_HANDLE ParentImageHandle,
341 OUT EFI_HANDLE *ImageHandle
347 IN EFI_HANDLE ImageHandle,
355 IN EFI_HANDLE ImageHandle,
364 IN EFI_HANDLE ImageHandle
375 EFI_HANDLE ParentHandle;
379 EFI_HANDLE DeviceHandle;
402 IN EFI_HANDLE ImageHandle,
465 IN OUT EFI_HANDLE *Handl
[all...]
H A Defiprot.h572 IN EFI_HANDLE ControllerHandle,
580 IN EFI_HANDLE ControllerHandle,
588 IN EFI_HANDLE ControllerHandle,
590 IN EFI_HANDLE *ChildHandleBuffer
598 EFI_HANDLE ImageHandle;
599 EFI_HANDLE DriverBindingHandle;
623 IN EFI_HANDLE ControllerHandle,
624 IN EFI_HANDLE ChildHandle OPTIONAL,
H A Defidef.h48 typedef VOID *EFI_HANDLE; typedef
/freebsd-current/stand/efi/boot1/
H A Dproto.h26 void choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath);
H A Dboot_module.h49 EFI_HANDLE devhandle;
H A Dproto.c53 probe_handle(EFI_HANDLE h, EFI_DEVICE_PATH *imgpath)
154 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath)
H A Dboot1.c66 EFI_HANDLE loaderhandle;
170 efi_main(EFI_HANDLE Ximage, EFI_SYSTEM_TABLE *Xsystab)
172 EFI_HANDLE *handles;
/freebsd-current/stand/efi/include/Protocol/
H A DServiceBinding.h50 IN OUT EFI_HANDLE *ChildHandle
75 IN EFI_HANDLE ChildHandle
H A DEdidOverride.h51 IN EFI_HANDLE *ChildHandle,
/freebsd-current/stand/efi/libefi/
H A Dlibefi.c32 EFI_HANDLE IH;
52 OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface)
H A Dhandles.c31 EFI_HANDLE handle;
32 EFI_HANDLE alias;
42 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles,
43 EFI_HANDLE *aliases, int count)
66 EFI_HANDLE
82 efi_handle_lookup(EFI_HANDLE h, struct devsw **dev, int *unit, uint64_t *extra)
101 efi_handle_update_dev(EFI_HANDLE h, struct devsw *dev, int unit,
H A Defizfs.c51 EFI_HANDLE
65 efizfs_get_guid_by_handle(EFI_HANDLE handle, uint64_t *guid)
81 insert_zfs(EFI_HANDLE handle, uint64_t guid)
H A Defi_driver_utils.c40 EFI_HANDLE *handles;
55 nhandles = hsize / sizeof(EFI_HANDLE);
H A Deficom.c49 EFI_HANDLE currdev; /* current serial device */
50 EFI_HANDLE condev; /* EFI Console device */
93 efi_serial_init(EFI_HANDLE **handlep, int *nhandles)
97 EFI_HANDLE *handles;
111 *nhandles = (int)(bufsz / sizeof (EFI_HANDLE));
159 static EFI_HANDLE
160 efi_serial_get_handle(int port, EFI_HANDLE condev)
163 EFI_HANDLE *handles, handle;
211 static EFI_HANDLE
214 EFI_HANDLE handl
[all...]
H A Definet.c111 EFI_HANDLE h;
273 EFI_HANDLE h;
360 EFI_HANDLE *handles, *handles2;
370 handles = (EFI_HANDLE *)malloc(sz);
380 handles2 = (EFI_HANDLE *)malloc(sz);
386 for (i = 0; i < sz / sizeof(EFI_HANDLE); i++) {
443 EFI_HANDLE h;
H A Ddevpath.c42 efi_lookup_image_devpath(EFI_HANDLE handle)
55 efi_lookup_devpath(EFI_HANDLE handle)
68 efi_close_devpath(EFI_HANDLE handle)
613 EFI_HANDLE
617 EFI_HANDLE h;
746 EFI_HANDLE
747 efi_devpath_to_handle(EFI_DEVICE_PATH *path, EFI_HANDLE *handles, unsigned nhandles)
751 EFI_HANDLE h;
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h339 IN EFI_HANDLE ControllerHandle,
340 IN EFI_HANDLE *DriverImageHandle, OPTIONAL
361 2) DriverImageHandle is not NULL, and it is not a valid EFI_HANDLE.
362 3) ChildHandle is not NULL, and it is not a valid EFI_HANDLE.
372 IN EFI_HANDLE ControllerHandle,
373 IN EFI_HANDLE DriverImageHandle, OPTIONAL
374 IN EFI_HANDLE ChildHandle OPTIONAL
899 IN EFI_HANDLE ParentImageHandle,
903 OUT EFI_HANDLE *ImageHandle
923 IN EFI_HANDLE ImageHandl
[all...]
/freebsd-current/stand/efi/gptboot/
H A Dproto.c138 probe_handle(EFI_HANDLE h, EFI_DEVICE_PATH *imgpath)
200 probe_handles(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath)
222 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath)
/freebsd-current/stand/efi/include/amd64/
H A Defibind.h124 EFI_HANDLE ImageHandle, \
/freebsd-current/stand/efi/include/i386/
H A Defibind.h120 EFI_HANDLE ImageHandle, \
/freebsd-current/stand/efi/loader/
H A Dmain.c114 EFI_HANDLE *hin, *hin_end, *walker;
126 hin = (EFI_HANDLE *)malloc(sz);
494 EFI_HANDLE h;
834 parse_loader_efi_config(EFI_HANDLE h, const char *env_fn)
1476 lsefi_print_handle_info(EFI_HANDLE handle)
1503 EFI_HANDLE *buffer = NULL;
1504 EFI_HANDLE handle;
1529 for (i = 0; i < (bufsz / sizeof (EFI_HANDLE)); i++) {
1592 EFI_HANDLE loaderhandle;

Completed in 301 milliseconds

12