Lines Matching defs:destination
270 const char *destination;
286 destination = m->destination ?: m->destination_ptr;
288 if (destination) {
289 r = bus_kernel_parse_unique_name(destination, &dst_id);
297 * the kernel will make sure the provided destination id matches
317 /* Add in well-known destination header */
319 dl = strlen(destination);
359 append_destination(&d, destination, dl);
374 if (part->memfd >= 0 && part->sealed && destination) {
449 const char *destination = NULL, *seclabel = NULL;
741 destination = d->str;
856 if (destination)
857 m->destination = destination;
859 m->destination = NULL;
861 m->destination = bus->unique_name; /* fill in unique name if the well-known name is missing */
865 m->destination = m->destination_buffer;
1136 * destination for the time, if it wants to. If we
1157 sd_bus_error_setf(&error, SD_BUS_ERROR_SERVICE_UNKNOWN, "Destination %s not known", m->destination);
1159 log_debug("Could not deliver message to %s as destination is not known. Ignoring.", m->destination);
1168 sd_bus_error_setf(&error, SD_BUS_ERROR_SERVICE_UNKNOWN, "Activation of %s not requested", m->destination);
1170 log_debug("Could not deliver message to %s as destination is not activated. Ignoring.", m->destination);