Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomed-operation.c47 … r = sd_bus_reply_method_errnof(o->message, o->ret, "Failed to execute operation: %m"); in operation_free()
Dhomed-home-bus.c633 …return sd_bus_reply_method_errnof(message, fd, "Failed to allocate FIFO for %s: %m", h->user_name); in bus_home_method_acquire()
685 …return sd_bus_reply_method_errnof(message, fd, "Failed to allocate FIFO for %s: %m", h->user_name); in bus_home_method_ref()
/systemd-251/src/login/
Dlogind-brightness.c90 … r = sd_bus_reply_method_errnof(m, error, "Failed to write to brightness device: %m"); in brightness_writer_reply()
/systemd-251/src/libsystemd/
Dlibsystemd.sym333 sd_bus_reply_method_errnof;
/systemd-251/src/libsystemd/sd-bus/
Dbus-convenience.c346 _public_ int sd_bus_reply_method_errnof( in sd_bus_reply_method_errnof() function
/systemd-251/man/rules/
Dmeson.build410 'sd_bus_reply_method_errnof',
/systemd-251/src/systemd/
Dsd-bus.h376 int sd_bus_reply_method_errnof(sd_bus_message *call, int error, const char *format, ...) _sd_printf…