Searched refs:n_handles (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/boot/efi/ |
D | drivers.c | 60 UINTN n_handles = 0; in reconnect() local 65 err = BS->LocateHandleBuffer(AllHandles, NULL, NULL, &n_handles, &handles); in reconnect() 69 for (UINTN i = 0; i < n_handles; i++) { in reconnect()
|
D | boot.c | 1999 UINTN n_handles = 0; in config_entry_add_osx() local 2007 err = LibLocateHandle(ByProtocol, &FileSystemProtocol, NULL, &n_handles, &handles); in config_entry_add_osx() 2011 for (UINTN i = 0; i < n_handles; i++) { in config_entry_add_osx() 2031 UINTN n_handles; in boot_windows_bitlocker() local 2041 err = BS->LocateHandleBuffer(ByProtocol, &BlockIoProtocol, NULL, &n_handles, &handles); in boot_windows_bitlocker() 2047 for (UINTN i = 0; i < n_handles; i++) { in boot_windows_bitlocker()
|