Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-convenience.c321 _public_ int sd_bus_reply_method_errnofv( in sd_bus_reply_method_errnofv() function
356 r = sd_bus_reply_method_errnofv(call, error, format, ap); in sd_bus_reply_method_errnof()
/systemd-251/src/libsystemd/
Dlibsystemd.sym711 sd_bus_reply_method_errnofv;
/systemd-251/man/rules/
Dmeson.build411 'sd_bus_reply_method_errnofv',
/systemd-251/src/systemd/
Dsd-bus.h375 int sd_bus_reply_method_errnofv(sd_bus_message *call, int error, const char *format, va_list ap) _s…
/systemd-251/src/resolve/
Dresolved-bus.c116 r = sd_bus_reply_method_errnofv(req, err, format, ap); in reply_method_errnof()