Home
last modified time | relevance | path

Searched refs:sd_bus_reply_method_errorfv (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-convenience.c253 _public_ int sd_bus_reply_method_errorfv( in sd_bus_reply_method_errorfv() function
288 r = sd_bus_reply_method_errorfv(call, name, format, ap); in sd_bus_reply_method_errorf()
/systemd-251/src/libsystemd/
Dlibsystemd.sym712 sd_bus_reply_method_errorfv;
/systemd-251/man/rules/
Dmeson.build413 'sd_bus_reply_method_errorfv'],
/systemd-251/src/systemd/
Dsd-bus.h372 int sd_bus_reply_method_errorfv(sd_bus_message *call, const char *name, const char *format, va_list…
/systemd-251/src/resolve/
Dresolved-bus.c91 r = sd_bus_reply_method_errorfv(req, error_name, format, ap); in reply_method_errorf()