Lines Matching refs:name
64 #include "unit-name.h"
716 log_syntax(unit, LOG_ERR, filename, line, 0, "Empty executable name or zeroeth argument, ignoring: %s", rvalue);
1610 log_syntax(unit, LOG_ERR, filename, line, 0, "Invalid file descriptor name, ignoring: %s", p);
1707 log_syntax(unit, LOG_ERR, filename, line, 0, "Invalid bus name %s, ignoring.", k);
1841 DEFINE_CONFIG_PARSE_ENUM(config_parse_bus_policy_world, bus_policy_access, BusPolicyAccess, "Failed to parse bus name policy access");
1896 p->name = id_str;
1917 _cleanup_free_ char *name = NULL;
1928 name = strdup(rvalue);
1929 if (!name)
1932 access_str = strpbrk(name, WHITESPACE);
1955 return bus_endpoint_add_policy(c->bus_endpoint, name, access);
2182 "Invalid environment name for %s, ignoring: %s", lvalue, word);
3529 char *target, *name;
3536 /* Add the file name we are currently looking at to
3538 * unit name. */
3539 name = basename(*filename);
3541 if (unit_name_is_valid(name, UNIT_NAME_ANY)) {
3543 id = set_get(names, name);
3545 id = strdup(name);
3555 /* Try to open the file name, but don't if its a symlink */
3563 /* Hmm, so this is a symlink. Let's read the name, and follow it manually */
3594 /* First try to merge in the other name into our
3662 * follow all symlinks and add their name to our unit
3663 * name set while doing so */