/systemd-251/src/shared/ |
D | dev-setup.c | 18 static const char symlinks[] = in dev_setup() local 28 NULSTR_FOREACH_PAIR(j, k, symlinks) { in dev_setup()
|
D | bus-unit-util.c | 1934 _cleanup_strv_free_ char **symlinks = NULL, **sources = NULL; in bus_append_execute_property() local 1964 … r = strv_consume_pair(&symlinks, TAKE_PTR(source), TAKE_PTR(destination)); in bus_append_execute_property() 1999 if (!strv_isempty(symlinks)) { in bus_append_execute_property() 2029 STRV_FOREACH_PAIR(source, destination, symlinks) { in bus_append_execute_property()
|
/systemd-251/src/test/ |
D | test-copy.c | 81 char **symlinks = STRV_MAKE("link", "file", in TEST() local 108 STRV_FOREACH_PAIR(ll, p, symlinks) { in TEST() 155 STRV_FOREACH_PAIR(ll, p, symlinks) { in TEST()
|
D | meson.build | 546 [files('test-chase-symlinks.c'),
|
/systemd-251/src/core/ |
D | dbus-socket.c | 112 … SD_BUS_PROPERTY("Symlinks", "as", NULL, offsetof(Socket, symlinks), SD_BUS_VTABLE_PROPERTY_CONST), 339 s->symlinks = strv_free(s->symlinks); in bus_socket_set_transient_property() 344 r = strv_extend_strv(&s->symlinks, l, true); in bus_socket_set_transient_property()
|
D | execute.h | 137 char **symlinks; member 495 int exec_directory_add(ExecDirectoryItem **d, size_t *n, const char *path, char **symlinks);
|
D | execute.c | 2279 static int create_many_symlinks(const char *root, const char *source, char **symlinks) { in create_many_symlinks() argument 2289 STRV_FOREACH(dst, symlinks) { in create_many_symlinks() 2531 context->directories[type].items[i].symlinks); in setup_exec_directory() 3427 _cleanup_strv_free_ char **symlinks = NULL; in compile_symlinks() local 3438 STRV_FOREACH(symlink, context->directories[dt].items[i].symlinks) { in compile_symlinks() 3446 … r = strv_consume_pair(&symlinks, TAKE_PTR(src_abs), TAKE_PTR(dst_abs)); in compile_symlinks() 3462 r = strv_consume_pair(&symlinks, TAKE_PTR(private_path), TAKE_PTR(path)); in compile_symlinks() 3468 *ret_symlinks = TAKE_PTR(symlinks); in compile_symlinks() 3522 _cleanup_strv_free_ char **empty_directories = NULL, **symlinks = NULL; in apply_mount_namespace() local 3547 r = compile_symlinks(context, params, &symlinks); in apply_mount_namespace() [all …]
|
D | socket.h | 115 char **symlinks; member
|
D | socket.c | 170 strv_free(s->symlinks); in socket_done() 416 if (!strv_isempty(s->symlinks) && !socket_find_symlink_target(s)) in socket_verify() 778 if (!strv_isempty(s->symlinks)) { in socket_dump() 780 STRV_FOREACH(q, s->symlinks) in socket_dump() 959 STRV_FOREACH(i, s->symlinks) in socket_close_fds() 1272 STRV_FOREACH(i, s->symlinks) { in socket_symlink()
|
D | load-fragment.c | 4663 _cleanup_strv_free_ char **symlinks = NULL; in config_parse_exec_directories() local 4684 r = strv_consume(&symlinks, TAKE_PTR(dresolved)); in config_parse_exec_directories() 4689 r = exec_directory_add(&ed->items, &ed->n_items, sresolved, symlinks); in config_parse_exec_directories()
|
D | load-fragment-gperf.gperf.in | 479 …arse_unit_path_strv_printf, 0, offsetof(Socket, symlinks)
|
/systemd-251/rules.d/ |
D | README | 2 daemon that manages symlinks to device nodes, permissions of devices nodes,
|
D | 60-persistent-input.rules | 13 # determine class name for persistent symlinks
|
/systemd-251/docs/ |
D | PREDICTABLE_INTERFACE_NAMES.md | 18 …h/` symlinks. In many cases, biosdevname departs from the low-level kernel device identification s… 52 …osely the scheme used for aliasing block device nodes and other device nodes in `/dev` via symlinks
|
D | BUILDING_IMAGES.md | 107 successfully, plus essential symlinks (such as those necessary for the 127 directories/symlinks created by the `switch-root` logic above this logic is
|
D | ENVIRONMENT.md | 195 supposed to be) symlinks. `systemd-logind` will load these files on-demand, 198 hence synthesize drop-in snippets and symlinks for all boot entries at boot
|
D | PORTABLE_SERVICES.md | 194 merged `/usr/` tree, this means `/lib` and/or `/lib64` need to be symlinks
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 60-persistent-input.rules | 13 # determine class name for persistent symlinks
|
/systemd-251/src/basic/ |
D | meson.build | 28 'chase-symlinks.c', 29 'chase-symlinks.h',
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-analyze | 55 'unit-files:List files and symlinks for units'
|
D | _udevadm | 157 'wait:wait for devices or device symlinks being created'
|
D | _systemctl.in | 493 …{-f,--force}'[When enabling unit files, override existing symlinks. When shutting down, execute ac…
|
/systemd-251/ |
D | README | 82 additional symlinks in /dev/disk/ and /dev/tape: 372 and /lib* are not symlinks to their counterparts under /usr). Taint flag
|
D | TODO | 16 - natively watch for dbus-*.service symlinks (PENDING) 431 dirs/symlinks/subvolumes that are named after their purpose, and optionally 571 * introduce /dev/disk/root/* symlinks that allow referencing partitions on the 1315 * seems that when we follow symlinks to units we prefer the symlink 1737 (i.e. by scanning for symlinks to it) and link them all to /dev/null 1816 should not follow symlinks. None of the other adjustment or creation 1817 calls follow symlinks.
|
D | meson_options.txt | 13 description : '''/bin, /sbin aren't symlinks into /usr''')
|