/systemd-251/src/journal-remote/ |
D | journal-remote.c | 179 if (!GREEDY_REALLOC0(s->sources, fd + 1)) in get_source_for_fd() 187 if (!s->sources[fd]) { in get_source_for_fd() 188 s->sources[fd] = source_new(fd, false, name, writer); in get_source_for_fd() 189 if (!s->sources[fd]) { in get_source_for_fd() 197 *source = s->sources[fd]; in get_source_for_fd() 205 assert(fd >= 0 && fd < (ssize_t) MALLOC_ELEMENTSOF(s->sources)); in remove_source() 207 source = s->sources[fd]; in remove_source() 211 s->sources[fd] = NULL; in remove_source() 358 for (i = 0; i < MALLOC_ELEMENTSOF(s->sources); i++) in journal_remote_server_destroy() 360 free(s->sources); in journal_remote_server_destroy() [all …]
|
D | journal-remote.h | 25 RemoteSource **sources; member
|
/systemd-251/LICENSES/ |
D | README.md | 12 The 'LICENSES/' directory contains all the licenses used by the sources included in 15 Unless otherwise noted, the systemd project sources are licensed under the terms 18 New sources that cannot be distributed under LGPL-2.1-or-later will no longer 25 * some udev sources under src/udev/ are licensed under **GPL-2.0-or-later**, so the 39 * the following sources are licensed under the **MIT** license (in case of our 45 * the following sources are licensed under the **CC0-1.0** license: 52 * the following sources are under **Public Domain** (LicenseRef-murmurhash2-public-domain): 55 * the following sources are under **Public Domain** (LicenseRef-lookup3-public-domain):
|
/systemd-251/.semaphore/ |
D | semaphore-runner.sh | 38 sed 's/^deb/deb-src/' /etc/apt/sources.list >> /etc/apt/sources.list.d/sources.list 65 sudo rm -f /etc/apt/sources.list.d/* 68 …SE-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/backports.…
|
/systemd-251/src/timesync/ |
D | meson.build | 3 sources = files( variable 17 sources += custom_target( 33 sources,
|
/systemd-251/src/journal/ |
D | meson.build | 3 sources = files( variable 28 sources += custom_target( 36 sources,
|
/systemd-251/src/network/ |
D | meson.build | 3 sources = files( variable 214 sources += custom_target( 220 sources += custom_target( 226 sources += custom_target( 244 sources,
|
/systemd-251/ |
D | .packit.yml | 22 # Drop the "sources" file so rebase-helper doesn't think we're a dist-git 23 - "rm -fv .packit_rpm/sources"
|
D | meson.build | 601 versiondep = declare_dependency(sources: version_h) 2098 sources = ['src/nss-@0@/nss-@0@.c'.format(module)] 2101 sources += ['src/nss-@0@/@1@'.format(module, s)] 2109 sources, 3731 sources = tuple[0] 3743 name = '@0@'.format(sources[0]).split('/')[-1].split('.')[0] 3752 sources, 3835 sources = tuple[0] 3851 sources += 'src/fuzz/fuzz-main.c' 3855 name = '@0@'.format(sources[0]).split('/')[-1].split('.')[0] [all …]
|
D | NEWS | 1202 sources to introduce new named schemes. 1851 --with-varlink= which can be used to fine-tune the sources used for 2201 * sd-event allows rate limits to be set on event sources, for dealing 2202 with high-priority event sources that might starve out others. See 2659 * sd-event event sources may now be placed in a new "exit-on-failure" 2666 feature is useful to set for all event sources that define "primary" 2674 was supported for IO and signal event sources already. Exit event 2675 sources still do not support this (simply because it makes little 8099 incorporating the systemd sources currently being worked on and a 8533 that by using this extension in your sources compatibility with old [all …]
|
/systemd-251/src/libsystemd-network/ |
D | meson.build | 3 sources = files( variable 53 sources,
|
/systemd-251/hwdb.d/ |
D | ids_parser.py | 123 def header(file, *sources): argument 127 # Data imported from:{}{}'''.format(' ' if len(sources) == 1 else '\n# ', 128 '\n# '.join(sources)),
|
D | 20-acpi-vendor.hwdb.patch | 8 +# With various additions from other sources
|
D | 70-pointingstick.hwdb | 73 # drivers/input/mouse/trackpoint.c in the Linux kernel sources.
|
/systemd-251/src/locale/ |
D | meson.build | 21 # in sources list and concatenated to a string for test_env,
|
/systemd-251/src/libsystemd/sd-event/ |
D | event-source.h | 76 LIST_FIELDS(sd_event_source, sources);
|
D | sd-event.c | 153 LIST_HEAD(sd_event_source, sources); 325 while ((s = e->sources)) { in event_free() 937 LIST_REMOVE(sources, event->sources, s); in source_disconnect() 1071 LIST_PREPEND(sources, e->sources, s); in source_new()
|
/systemd-251/.github/workflows/ |
D | build_test.sh | 87 … "$RELEASE" "$RELEASE" "$COMPILER_VERSION" >/etc/apt/sources.list.d/llvm-toolchain.list
|
/systemd-251/docs/ |
D | COREDUMP_PACKAGE_METADATA.md | 20 symbols or program sources. 44 the original executable, debuginfo and sources, to further facilitate debugging.
|
D | PORTABILITY_AND_STABILITY.md | 133 …erfaces already. That said, our sources are quite readable and open source, so feel free to spelun…
|
D | USERDB_AND_DESKTOPS.md | 115 API. Consider using the `homectl` sources as guidelines for implementing a user
|
D | RANDOM_SEEDS.md | 79 entropy, others do not. Some WiFi chips appear to have hwrng sources too, and 92 entropy from various non-hwrng sources in various subsystems, all of which
|
D | BUILDING_IMAGES.md | 196 to TPM2, automatically) and populate partitions from various sources. It
|
/systemd-251/src/shared/ |
D | bus-unit-util.c | 1934 _cleanup_strv_free_ char **symlinks = NULL, **sources = NULL; in bus_append_execute_property() local 1958 r = strv_consume(&sources, TAKE_PTR(source)); in bus_append_execute_property() 1970 if (!strv_isempty(sources)) { in bus_append_execute_property() 1983 r = sd_bus_message_append_strv(m, sources); in bus_append_execute_property()
|
/systemd-251/src/boot/efi/ |
D | meson.build | 280 # have any occurrences of wchar_t in its sources or the documentation, so
|