Home
last modified time | relevance | path

Searched refs:nr_handles (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/efi/
Dconsole.c82 UINTN i, nr_handles; in setup_gop() local
96 NULL, &nr_handles, &handles); in setup_gop()
99 handles = AllocatePool(nr_handles); in setup_gop()
104 NULL, &nr_handles, &handles); in setup_gop()
110 for (i = 0; i < nr_handles; i++) { in setup_gop()
247 UINTN i, nr_handles; in setup_uga() local
251 NULL, &nr_handles, &handles); in setup_uga()
255 for (i = 0; i < nr_handles; i++) { in setup_uga()
Dpxe.c55 UINTN nr_handles; in pxe_init() local
58 NULL, &nr_handles, &handles); in pxe_init()
97 UINTN nr_handles = 0; in net_parse_dhcp() local
103 NULL, &nr_handles, &handles); in net_parse_dhcp()
Dmain.c49 UINTN i, nr_handles = 0; in efi_create_binding() local
55 status = LibLocateHandle(ByProtocol, bguid, NULL, &nr_handles, &handles); in efi_create_binding()
59 for (i = 0; i < nr_handles; i++) { in efi_create_binding()
71 if (i == nr_handles) in efi_create_binding()