Home
last modified time | relevance | path

Searched refs:symlinks (Results 1 – 25 of 29) sorted by relevance

12

/systemd-251/src/shared/
Ddev-setup.c18 static const char symlinks[] = in dev_setup() local
28 NULSTR_FOREACH_PAIR(j, k, symlinks) { in dev_setup()
Dbus-unit-util.c1934 _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/
Dtest-copy.c81 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()
Dmeson.build546 [files('test-chase-symlinks.c'),
/systemd-251/src/core/
Ddbus-socket.c112 … 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()
Dexecute.h137 char **symlinks; member
495 int exec_directory_add(ExecDirectoryItem **d, size_t *n, const char *path, char **symlinks);
Dexecute.c2279 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 …]
Dsocket.h115 char **symlinks; member
Dsocket.c170 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()
Dload-fragment.c4663 _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()
Dload-fragment-gperf.gperf.in479 …arse_unit_path_strv_printf, 0, offsetof(Socket, symlinks)
/systemd-251/rules.d/
DREADME2 daemon that manages symlinks to device nodes, permissions of devices nodes,
D60-persistent-input.rules13 # determine class name for persistent symlinks
/systemd-251/docs/
DPREDICTABLE_INTERFACE_NAMES.md18 …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
DBUILDING_IMAGES.md107 successfully, plus essential symlinks (such as those necessary for the
127 directories/symlinks created by the `switch-root` logic above this logic is
DENVIRONMENT.md195 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
DPORTABLE_SERVICES.md194 merged `/usr/` tree, this means `/lib` and/or `/lib64` need to be symlinks
/systemd-251/test/fuzz/fuzz-udev-rules/
D60-persistent-input.rules13 # determine class name for persistent symlinks
/systemd-251/src/basic/
Dmeson.build28 'chase-symlinks.c',
29 'chase-symlinks.h',
/systemd-251/shell-completion/zsh/
D_systemd-analyze55 'unit-files:List files and symlinks for units'
D_udevadm157 'wait:wait for devices or device symlinks being created'
D_systemctl.in493 …{-f,--force}'[When enabling unit files, override existing symlinks. When shutting down, execute ac…
/systemd-251/
DREADME82 additional symlinks in /dev/disk/ and /dev/tape:
372 and /lib* are not symlinks to their counterparts under /usr). Taint flag
DTODO16 - 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.
Dmeson_options.txt13 description : '''/bin, /sbin aren't symlinks into /usr''')

12