Lines Matching defs:destination

49 static int proxy_create_destination(Proxy *p, const char *destination, const char *local_sec, bool negotiate_fds) {
61 r = sd_bus_set_address(b, destination);
212 "destination='",
227 int proxy_new(Proxy **out, int in_fd, int out_fd, const char *destination) {
260 r = proxy_create_destination(p, destination, local_sec, is_unix);
314 /* no need to load legacy policy if destination is not kdbus */
445 return synthetic_reply_method_errorf(m, SD_BUS_ERROR_NAME_HAS_NO_OWNER, "Name %s is currently not owned by anyone.", m->destination);
531 if (streq_ptr(m->destination, "org.freedesktop.DBus"))
535 if (m->destination) {
536 r = bus_get_name_creds_kdbus(to, m->destination,
623 streq_ptr(m->destination, "org.freedesktop.DBus");
680 return log_error_errno(r, "Failed to set destination for NameAcquired message: %m");
750 log_error_errno(r, "Failed to process destination bus: %m");
771 log_debug("Dropped unmatched broadcast: uid=" UID_FMT " gid=" GID_FMT " pid=" PID_FMT " message=%s path=%s interface=%s member=%s sender=%s destination=%s",
773 strna(m->path), strna(m->interface), strna(m->member), strna(m->sender), strna(m->destination));
813 synthetic_reply_method_errnof(m, r, "Failed to forward message we got from destination: %m");
821 "Failed to forward message we got from destination: uid=" UID_FMT " gid=" GID_FMT" message=%s destination=%s path=%s interface=%s member=%s: %m",
823 strna(m->destination), strna(m->path), strna(m->interface), strna(m->member));
896 "Failed to forward message we got from local: uid=" UID_FMT " gid=" GID_FMT" message=%s destination=%s path=%s interface=%s member=%s: %m",
898 strna(m->destination), strna(m->path), strna(m->interface), strna(m->member));