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

/systemd/src/shared/
H A Defivars.h53 int efi_set_boot_order(uint16_t *order, size_t n);
113 static inline int efi_set_boot_order(uint16_t *order, size_t n) { function
H A Defivars.c566 int efi_set_boot_order(uint16_t *order, size_t n) { function
/systemd/src/boot/
H A Dbootctl.c680 return efi_set_boot_order(&slot, 1);
698 return efi_set_boot_order(order, n);
714 return efi_set_boot_order(order, n + 1);
731 return efi_set_boot_order(order, n - 1);

Completed in 15 milliseconds