Lines Matching defs:current
223 return log_error_errno(r, "Failed to add match for the current boot: %m");
287 " --user Show the user journal for the current user\n"
294 " -b --boot[=ID] Show current boot or the specified boot\n"
296 " -k --dmesg Show kernel message log from the current boot\n"
1086 * the last (and current) boot, while 1 is considered the
1136 _cleanup_free_ BootId *current = NULL;
1138 r = discover_next_boot(j, ¤t, advance_older, !query_ref_boot);
1144 if (!current)
1154 query_ref_boot->id = current->id;
1158 LIST_INSERT_AFTER(boot_list, head, tail, current);
1159 tail = current;
1160 current = NULL;