Home
last modified time | relevance | path

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

/systemd-251/src/veritysetup/
Dveritysetup-generator.c32 static char *arg_root_hash = NULL; variable
41 STATIC_DESTRUCTOR_REGISTER(arg_root_hash, freep);
153 …return create_device("root", SYSTEMD_VERITYSETUP_SERVICE_ROOT, arg_root_hash, arg_root_data_what, … in create_root_device()
184 r = free_and_strdup(&arg_root_hash, value); in parse_proc_cmdline_item()
309 r = determine_device("root", arg_root_hash, &arg_root_data_what, &arg_root_hash_what); in determine_devices()
/systemd-251/src/fstab-generator/
Dfstab-generator.c49 static char *arg_root_hash = NULL; variable
60 STATIC_DESTRUCTOR_REGISTER(arg_root_hash, freep);
1023 return free_and_strdup_warn(&arg_root_hash, value); in parse_proc_cmdline_item()
1104 return determine_device(&arg_root_what, arg_root_hash, "root"); in determine_root()