Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 27) sorted by relevance

12

/systemd-251/src/journal-remote/
Djournal-remote.c179 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 …]
Djournal-remote.h25 RemoteSource **sources; member
/systemd-251/LICENSES/
DREADME.md12 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/
Dsemaphore-runner.sh38 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/
Dmeson.build3 sources = files( variable
17 sources += custom_target(
33 sources,
/systemd-251/src/journal/
Dmeson.build3 sources = files( variable
28 sources += custom_target(
36 sources,
/systemd-251/src/network/
Dmeson.build3 sources = files( variable
214 sources += custom_target(
220 sources += custom_target(
226 sources += custom_target(
244 sources,
/systemd-251/
D.packit.yml22 # Drop the "sources" file so rebase-helper doesn't think we're a dist-git
23 - "rm -fv .packit_rpm/sources"
Dmeson.build601 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 …]
DNEWS1202 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/
Dmeson.build3 sources = files( variable
53 sources,
/systemd-251/hwdb.d/
Dids_parser.py123 def header(file, *sources): argument
127 # Data imported from:{}{}'''.format(' ' if len(sources) == 1 else '\n# ',
128 '\n# '.join(sources)),
D20-acpi-vendor.hwdb.patch8 +# With various additions from other sources
D70-pointingstick.hwdb73 # drivers/input/mouse/trackpoint.c in the Linux kernel sources.
/systemd-251/src/locale/
Dmeson.build21 # in sources list and concatenated to a string for test_env,
/systemd-251/src/libsystemd/sd-event/
Devent-source.h76 LIST_FIELDS(sd_event_source, sources);
Dsd-event.c153 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/
Dbuild_test.sh87 … "$RELEASE" "$RELEASE" "$COMPILER_VERSION" >/etc/apt/sources.list.d/llvm-toolchain.list
/systemd-251/docs/
DCOREDUMP_PACKAGE_METADATA.md20 symbols or program sources.
44 the original executable, debuginfo and sources, to further facilitate debugging.
DPORTABILITY_AND_STABILITY.md133 …erfaces already. That said, our sources are quite readable and open source, so feel free to spelun…
DUSERDB_AND_DESKTOPS.md115 API. Consider using the `homectl` sources as guidelines for implementing a user
DRANDOM_SEEDS.md79 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
DBUILDING_IMAGES.md196 to TPM2, automatically) and populate partitions from various sources. It
/systemd-251/src/shared/
Dbus-unit-util.c1934 _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/
Dmeson.build280 # have any occurrences of wchar_t in its sources or the documentation, so

12