Searched refs:handle_count (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dboot.c1470 UINTN handle_count = 0; local
1473 err = LibLocateHandle(ByProtocol, &FileSystemProtocol, NULL, &handle_count, &handles);
1477 for (i = 0; i < handle_count; i++) {

Completed in 792 milliseconds