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

/systemd/src/cryptsetup/
H A Dcryptsetup-generator.c126 _cleanup_free_ char *uu; local
128 uu = fstab_node_to_udev_node(password);
129 if (!uu)
132 if (!path_equal(uu, "/dev/null")) {
134 if (is_device_path(uu)) {
137 r = unit_name_from_path(uu, ".device", &dd);
/systemd/src/core/
H A Ddbus-execute.c845 const char *uu; local
847 r = sd_bus_message_read(message, "s", &uu);
853 if (isempty(uu)) {
858 t = strdup(uu);
866 unit_write_drop_in_private_format(u, mode, name, "User=%s\n", uu);

Completed in 15 milliseconds