Searched defs:entry_count (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dboot.c59 UINTN entry_count; member in struct:__anon42
336 if (i > config->entry_count)
337 i = config->entry_count;
342 for (i = start; i < config->entry_count; i++)
400 Print(L"config entry count: %d\n", config->entry_count);
422 for (i = 0; i < config->entry_count; i++) {
429 Print(L"config entry: %d/%d\n", i+1, config->entry_count);
527 for (i = 0; i < config->entry_count; i++) {
539 if (config->entry_count < visible_max)
540 y_start = ((visible_max - config->entry_count) /
[all...]

Completed in 503 milliseconds