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

/systemd/src/boot/efi/
H A Dboot.c55 } ConfigEntry; typedef in typeref:struct:__anon41
58 ConfigEntry **entries;
423 ConfigEntry *entry;
465 static BOOLEAN menu_run(Config *config, ConfigEntry **chosen_entry, CHAR16 *loaded_image_path) {
833 static VOID config_add_entry(Config *config, ConfigEntry *entry) {
847 static VOID config_entry_free(ConfigEntry *entry) {
1009 ConfigEntry *entry;
1016 entry = AllocateZeroPool(sizeof(ConfigEntry));
1205 ConfigEntry *entry;
1415 ConfigEntry *entr
[all...]

Completed in 1352 milliseconds