Searched refs:hash_what (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/veritysetup/ |
D | veritysetup-generator.c | 55 const char *hash_what, in create_device() argument 68 if (!hash && !data_what && !hash_what) in create_device() 76 if (!hash_what) in create_device() 79 if (!hash || !data_what || !hash_what) in create_device() 82 …a device %s, hash device %s, options %s, and hash %s.", name, data_what, hash_what, options, hash); in create_device() 87 v = fstab_node_to_udev_node(hash_what); in create_device() 260 char **hash_what) { in determine_device() argument 269 assert(hash_what); in determine_device() 274 if (*data_what && *hash_what) in determine_device() 293 if (!*hash_what) { in determine_device() [all …]
|
/systemd-251/src/shared/ |
D | generator.c | 692 const char *hash_what, in generator_write_veritysetup_service_section() argument 702 assert(hash_what); in generator_write_veritysetup_service_section() 712 hash_what_escaped = specifier_escape(hash_what); in generator_write_veritysetup_service_section()
|
D | generator.h | 53 const char *hash_what,
|