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

/systemd/src/boot/
H A Dbootctl.c330 int n_options, n_order; local
339 n_options = efi_get_boot_options(&options);
340 if (n_options == -ENOENT)
343 else if (n_options < 0)
344 return log_error_errno(n_options, "Failed to read EFI boot entries: %m");
358 for (i = 0; i < n_options; i++) {

Completed in 1239 milliseconds