boot_id_t         841 src/journal/journalctl.c         _a = ((const boot_id_t *)a)->first;
boot_id_t         842 src/journal/journalctl.c         _b = ((const boot_id_t *)b)->first;
boot_id_t         848 src/journal/journalctl.c                      boot_id_t **boots,
boot_id_t         850 src/journal/journalctl.c                      boot_id_t *query_ref_boot) {
boot_id_t         865 src/journal/journalctl.c                 boot_id_t *id;
boot_id_t         921 src/journal/journalctl.c         qsort_safe(*boots, *count, sizeof(boot_id_t), boot_id_cmp);
boot_id_t         928 src/journal/journalctl.c         boot_id_t *id;
boot_id_t         929 src/journal/journalctl.c         _cleanup_free_ boot_id_t *all_ids = NULL;
boot_id_t         958 src/journal/journalctl.c         boot_id_t ref_boot_id = {}, *id;
boot_id_t         959 src/journal/journalctl.c         _cleanup_free_ boot_id_t *all_ids = NULL;
boot_id_t         975 src/journal/journalctl.c                 id = bsearch(&ref_boot_id, all_ids, count, sizeof(boot_id_t), boot_id_cmp);