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

/systemd/src/journal/
H A Djournalctl.c95 static sd_id128_t arg_boot_id = {}; variable
554 r = parse_boot_descriptor(optarg, &arg_boot_id, &arg_boot_offset);
568 parse_boot_descriptor(argv[optind], &arg_boot_id, &arg_boot_offset) >= 0)
1218 if (arg_boot_offset == 0 && sd_id128_equal(arg_boot_id, SD_ID128_NULL))
1221 ref_boot_id.id = arg_boot_id;
1227 if (sd_id128_is_null(arg_boot_id))
1232 SD_ID128_FORMAT_VAL(arg_boot_id), reason);

Completed in 19 milliseconds