Searched refs:extensions (Results 1 – 14 of 14) sorted by relevance
/systemd-251/units/ |
D | systemd-sysext.service | 18 ConditionDirectoryNotEmpty=|/etc/extensions 19 ConditionDirectoryNotEmpty=|/run/extensions 20 ConditionDirectoryNotEmpty=|/var/lib/extensions 21 ConditionDirectoryNotEmpty=|/usr/local/lib/extensions 22 ConditionDirectoryNotEmpty=|/usr/lib/extensions
|
/systemd-251/src/portable/ |
D | portabled-bus.c | 439 "as", extensions, 444 "a{say}", extensions, 455 "as", extensions, 471 "as", extensions, 487 "as", extensions, 504 "as", extensions,
|
D | portable.c | 709 _cleanup_free_ char *extensions = strv_join(extension_image_paths, ", "); in portable_extract() local 710 if (!extensions) in portable_extract() 717 isempty(extensions) ? "" : "' or any of its extensions '", in portable_extract() 718 isempty(extensions) ? "" : extensions); in portable_extract() 1539 _cleanup_free_ char *extensions = NULL; in portable_detach() local 1694 extensions = strv_join(extension_image_paths, ", "); in portable_detach() 1695 if (!extensions) in portable_detach() 1702 isempty(extensions) ? "" : "' or any of its extensions '", in portable_detach() 1703 isempty(extensions) ? "" : extensions); in portable_detach()
|
D | portabled-image-bus.c | 893 SD_BUS_ARGS("as", extensions, 898 "a{say}", extensions, 908 SD_BUS_ARGS("as", extensions, 922 SD_BUS_ARGS("as", extensions, 936 SD_BUS_ARGS("as", extensions, 951 SD_BUS_ARGS("as", extensions,
|
D | portablectl.c | 92 static int attach_extensions_to_message(sd_bus_message *m, char **extensions) { in attach_extensions_to_message() argument 97 if (strv_isempty(extensions)) in attach_extensions_to_message() 104 STRV_FOREACH(p, extensions) { in attach_extensions_to_message()
|
/systemd-251/src/sysext/ |
D | sysext.c | 277 char **extensions, in merge_hierarchy() argument 315 buf = strv_join(extensions, "\n"); in merge_hierarchy() 448 _cleanup_strv_free_ char **extensions = NULL, **paths = NULL; in merge_subprocess() local 608 r = strv_extend(&extensions, img->name); in merge_subprocess() 625 typesafe_qsort(extensions, n_extensions, strverscmp_improvedp); in merge_subprocess() 627 buf = strv_join(extensions, "', '"); in merge_subprocess() 641 assert_se(img = hashmap_get(images, extensions[n_extensions - 1 - k])); in merge_subprocess() 676 r = merge_hierarchy(*h, extensions, paths, meta_path, overlay_path); in merge_subprocess()
|
/systemd-251/LICENSES/ |
D | CC0-1.0.txt | 70 treaty (including future time extensions), (iii) in any current or future 89 time extensions), (iii) in any current or future medium and for any number
|
/systemd-251/docs/ |
D | PORTABLE_SERVICES.md | 74 with encapsulated extensions, but provide almost full integration with the rest 76 includes system extensions otherwise sometimes called "super-privileged
|
D | CODING_STYLE.md | 124 - For our codebase we intend to use ISO C11 *with* GNU extensions (aka 127 set of conservative and common extensions, such as fixed size integer types 547 is C99 and in our public APIs we try to stick to C89 (with a few extensions;
|
D | PORTABILITY_AND_STABILITY.md | 51 …es to follow well-established standards instead of e.g. glibc or linux extensions have a very high…
|
D | JOURNAL_FILE_FORMAT.md | 254 Currently only five extensions flagged in the flags fields are known:
|
D | USER_RECORD.md | 64 the following extensions are envisioned:
|
/systemd-251/ |
D | TODO | 549 - figure out what to do about system extensions (i.e. they need to imply an 1757 * nspawn: add support for sysext extensions, too. i.e. a new --extension= 1758 switch that takes one or more arguments, and applies the extensions already
|
D | NEWS | 10 * C11 with GNU extensions (aka "gnu11") is now used to build our 83 This applies to base images and extensions, and also to systemd-sysext. 244 system extensions to be loaded from a directory. (It is similar to 654 make images more self-descriptive, and to ensure system extensions 1548 service images with extensions that follow the extension image 2036 extensions during boot (before basic.target, but not in very early 5890 extensions in additional places. Previously, for a unit file name 9217 * sd-dhcp now exposes vendor specific extensions via 9288 which enables IPv6 privacy extensions (RFC 4941, "Privacy Extensions
|