boot_info_entry    62 src/boot/boot-efi.c                 struct boot_info_entry *e;
boot_info_entry    64 src/boot/boot-efi.c                 e = realloc(info->fw_entries, (info->fw_entries_count+1) * sizeof(struct boot_info_entry));
boot_info_entry    72 src/boot/boot-efi.c                 memzero(e, sizeof(struct boot_info_entry));
boot_info_entry   139 src/boot/boot-efi.c         const struct boot_info_entry *e1 = a;
boot_info_entry   140 src/boot/boot-efi.c         const struct boot_info_entry *e2 = b;
boot_info_entry   169 src/boot/boot-efi.c                 qsort(info->fw_entries, info->fw_entries_count, sizeof(struct boot_info_entry), entry_cmp);
boot_info_entry    93 src/boot/boot-loader.c         info->loader_entries = new0(struct boot_info_entry, count);
boot_info_entry    50 src/boot/boot.h         struct boot_info_entry *fw_entries;
boot_info_entry    58 src/boot/boot.h         struct boot_info_entry *loader_entries;
boot_info_entry   110 src/boot/bootctl.c static void boot_info_entries_free(struct boot_info_entry *entries, size_t n) {