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

/systemd/src/journal/
H A Djournalctl.c1075 BootId *query_ref_boot,
1081 const bool advance_older = query_ref_boot && ref_boot_offset <= 0;
1088 skip_once = query_ref_boot && sd_id128_is_null(query_ref_boot->id) && ref_boot_offset < 0;
1095 if (query_ref_boot && !sd_id128_is_null(query_ref_boot->id)) {
1100 sd_id128_to_string(query_ref_boot->id, match + 9);
1138 r = discover_next_boot(j, &current, advance_older, !query_ref_boot);
1147 if (query_ref_boot) {
1154 query_ref_boot
1072 get_boots( sd_journal *j, BootId **boots, BootId *query_ref_boot, int ref_boot_offset) argument
[all...]

Completed in 16 milliseconds