Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-show.c1822 uint64_t symlink_flags; in print_property() local
1828 while ((r = sd_bus_message_read(m, "(sst)", &a, &p, &symlink_flags)) > 0) in print_property()
/systemd-251/src/core/
Ddbus-execute.c3769 uint64_t symlink_flags; /* No flags for now, reserved for future uses. */ in bus_exec_context_set_transient_property() local
3779 … while ((r = sd_bus_message_read(message, "(sst)", &source, &destination, &symlink_flags)) > 0) { in bus_exec_context_set_transient_property()
3792 if (symlink_flags != 0) in bus_exec_context_set_transient_property()