Lines Matching defs:to

67            directories in this order, and we want to make sure that
119 const char *from, *to;
126 to = strjoina(arg_dest, "/", where, ".wants/", service);
128 mkdir_parents_label(to, 0755);
130 r = symlink(from, to);
184 return log_error_errno(errno, "Failed to create unit file %s: %m", unit);
229 return log_error_errno(r, "Failed to write unit %s: %m", unit);
234 log_warning_errno(r, "Failed to create 'Wants' symlink to %s, ignoring: %m", *p);
269 /* We silently ignore the $ prefix here. According to the LSB
312 /* If we don't know this name, fallback heuristics to figure
319 return log_error_errno(r, "Failed to build name: %m");
336 /* Everything else we assume to be normal service names */
357 return log_error_errno(r, "Failed to parse word from provides string: %m");
371 log_warning_errno(r, "[%s:%u] Failed to add LSB Provides name %s, ignoring: %m", s->path, line, m);
423 return log_error_errno(r, "Failed to parse word from provides string: %m");
434 /* the network-online target is special, as it needs to be actively pulled in */
472 return log_error_errno(errno, "Failed to open %s: %m", s->path);
484 /* Try to figure out whether this init script supports
517 /* Try to parse Red Hat style description */
556 /* Try to parse Red Hat style description
683 return log_error_errno(errno, "Failed to read configuration file '%s': %m", s->path);
750 FOREACH_DIRENT(de, d, log_error_errno(errno, "Failed to enumerate directory %s, ignoring: %m", *path)) {
775 log_debug_errno(r, "Failed to detect whether %s exists, skipping: %m", name);
838 FOREACH_DIRENT(de, d, log_error_errno(errno, "Failed to enumerate directory %s, ignoring: %m", path)) {
968 log_error_errno(r, "Failed to find lookup paths: %m");