Home
last modified time | relevance | path

Searched refs:arg_veritytab (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/veritysetup/
Dveritysetup-generator.c31 static const char *arg_veritytab = NULL; variable
457 r = fopen_unlocked(arg_veritytab, "re", &f); in add_veritytab_devices()
460 log_error_errno(errno, "Failed to open %s: %m", arg_veritytab); in add_veritytab_devices()
471 return log_error_errno(r, "Failed to read %s: %m", arg_veritytab); in add_veritytab_devices()
483 … log_error("Failed to parse %s:%u, ignoring.", arg_veritytab, veritytab_line); in add_veritytab_devices()
500 arg_veritytab); in add_veritytab_devices()
513 arg_veritytab = getenv("SYSTEMD_VERITYTAB") ?: "/etc/veritytab"; in run()