| /external/rust/crates/grpcio-sys/grpc/cmake/modules/ |
| D | Findsystemd.cmake | 16 find_package(systemd QUIET CONFIG) 18 message(STATUS "Found systemd via CMake.") 22 if(TARGET systemd) 23 message(STATUS "Found systemd via pkg-config already?") 28 pkg_check_modules(SYSTEMD libsystemd) 32 add_library(systemd INTERFACE IMPORTED) target 33 message(STATUS "Found systemd via pkg-config.")
|
| /external/grpc-grpc/cmake/modules/ |
| D | Findsystemd.cmake | 16 find_package(systemd QUIET CONFIG) 18 message(STATUS "Found systemd via CMake.") 22 if(TARGET systemd) 23 message(STATUS "Found systemd via pkg-config already?") 28 pkg_check_modules(SYSTEMD libsystemd>=233) 32 add_library(systemd INTERFACE IMPORTED) target 33 message(STATUS "Found systemd via pkg-config.")
|
| /external/libcups/config-scripts/ |
| D | cups-startup.m4 | 32 dnl Systemd is used on Linux... 33 AC_ARG_ENABLE(systemd, [ --disable-systemd disable systemd support]) optenable 34 AC_ARG_WITH(systemd, [ --with-systemd set directory for systemd service files], optwith 41 AC_MSG_ERROR(Need pkg-config to enable systemd support.) 68 AC_CHECK_HEADER(systemd/sd-journal.h,AC_DEFINE(HAVE_SYSTEMD_SD_JOURNAL_H)) 70 SYSTEMD_DIR="`$PKGCONFIG --variable=systemdsystemunitdir systemd`" 80 AC_MSG_ERROR(Cannot support both systemd and upstart.)
|
| /external/e2fsprogs/debian/ |
| D | e2fsprogs.postinst.dh9 | 15 deb-systemd-helper unmask "$1" >/dev/null || true 17 if deb-systemd-helper --quiet was-enabled "$1"; then 18 deb-systemd-helper enable "$1" >/dev/null || true 20 deb-systemd-helper update-state "$1" >/dev/null || true 27 if [ -d /run/systemd/system ]; then 29 deb-systemd-invoke start e2scrub_all.timer >/dev/null || true
|
| D | e2fsprogs.postrm.dh9 | 4 deb-systemd-helper mask "$1" >/dev/null || true 6 if deb-systemd-helper --quiet was-enabled "$1"; then 9 deb-systemd-helper disable "$1" >/dev/null || true 29 if [ -d /run/systemd/system ]; then 30 deb-systemd-invoke stop e2scrub_all.timer >/dev/null || true
|
| /external/grpc-grpc/examples/cpp/systemd_socket_activation/ |
| D | README.md | 1 gRPC systemd Socket Activation Example 4 This example shows how to use systemd's [socket-based activation](https://www.freedesktop.org/softw… 10 * Creates a systemd socket-activated service. 12 * Reloads the systemd daemon.
|
| D | test.sh | 25 rm /etc/systemd/system/sdsockact.service 26 rm /etc/systemd/system/sdsockact.socket 43 cat << EOF > /etc/systemd/system/sdsockact.service 48 cat << EOF > /etc/systemd/system/sdsockact.socket
|
| /external/elfutils/doc/ |
| D | debuginfod.service.8 | 6 debuginfod.service \- debuginfo related information server for systemd 9 .B /usr/lib/systemd/system/debuginfod.service 13 systemd, serving debuginfo-related artifacts over HTTP. 26 /usr/lib/systemd/system/debuginfod.service, /var/cache/debuginfod/debuginfod.sqlite 30 debuginfod(8), debuginfod-find(1), systemctl(1), systemd.service(5)
|
| /external/grpc-grpc/cmake/ |
| D | systemd.cmake | 19 find_package(systemd REQUIRED) 21 find_package(systemd) 26 if(TARGET systemd) 27 set(_gRPC_SYSTEMD_LIBRARIES systemd ${SYSTEMD_LINK_LIBRARIES}) 30 set(_gRPC_FIND_SYSTEMD "if(NOT systemd_FOUND)\n find_package(systemd)\nendif()")
|
| /external/rust/crates/grpcio-sys/grpc/cmake/ |
| D | systemd.cmake | 15 find_package(systemd) 16 if(TARGET systemd) 17 set(_gRPC_SYSTEMD_LIBRARIES systemd ${SYSTEMD_LINK_LIBRARIES}) 20 set(_gRPC_FIND_SYSTEMD "if(NOT systemd_FOUND)\n find_package(systemd)\nendif()")
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | strip-rootfs.sh | 124 '*systemd-resolve*' # systemd dns resolver 125 '*networkd*' # systemd network configuration 126 '*timesyncd*' # systemd ntp 127 'systemd-hwdb*' # systemd hw database
|
| /external/bcc/tools/ |
| D | cachetop_example.txt | 20 1 root systemd 2 0 0 100.0% 0.0% 25 877 vagrant systemd 18 4 2 72.7% 13.6% 31 987 root systemd-udevd 566 9 4 97.7% 1.2% 32 988 root systemd-cgroups 569 9 4 97.8% 1.2% 34 287 root systemd-journal 598 371 454 14.9% 0.3%
|
| D | threadsnoop_example.txt | 20 2116 629 systemd-journal 0x7fb7114955c0L 21 2116 629 systemd-journal 0x7fb7114955c0L 25 routine threadentry(), and docker-containe (truncated) and systemd-journal
|
| /external/oss-fuzz/projects/systemd/ |
| D | Dockerfile | 23 RUN git clone --depth 1 https://github.com/systemd/systemd systemd 24 WORKDIR systemd
|
| D | project.yaml | 1 homepage: "https://freedesktop.org/wiki/Software/systemd/" 25 main_repo: 'https://github.com/systemd/systemd'
|
| /external/e2fsprogs/scrub/ |
| D | Makefile.in | 37 INSTALLDIRS_TGT += installdirs-systemd installdirs-libprogs 38 INSTALL_TGT += install-systemd install-libprogs 39 UNINSTALL_TGT += uninstall-systemd uninstall-libprogs 100 installdirs-systemd: 127 install-systemd: $(SERVICE_FILES) installdirs-systemd 167 uninstall-systemd:
|
| D | e2scrub_all.in | 96 # when e2scrub_all is run out of cron or a systemd timer. 149 # systemd doesn't know to do path escaping on the instance variable we pass 153 # systemd path escaping also drops the initial slash so we add that back in so 161 echo "-$(systemd-escape --path "${path}")" 170 # If we're not reaping and systemd is present, try invoking the 171 # systemd service.
|
| /external/selinux/policycoreutils/setsebool/ |
| D | setsebool-bash-completion.sh | 1 # This file is part of systemd. 5 # systemd is free software; you can redistribute it and/or modify it 10 # systemd is distributed in the hope that it will be useful, but 16 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
| /external/perfetto/infra/ci/worker/ |
| D | gce-startup-script.sh | 85 # Register a systemd service to stop worker containers gracefully on shutdown. 86 cat > /etc/systemd/system/graceful_shutdown.sh <<EOF 93 chmod 755 /etc/systemd/system/graceful_shutdown.sh 97 cat > /etc/systemd/system/graceful_shutdown.service <<EOF 107 ExecStop=/etc/systemd/system/graceful_shutdown.sh
|
| /external/libwebsockets/lib/event-libs/sdevent/ |
| D | CMakeLists.txt | 10 # configure or find systemd library 14 find_path(LIBSYSTEMD_INCLUDE_DIRS NAMES systemd/sd-event.h) 15 find_library(LIBSYSTEMD_LIBRARIES NAMES systemd)
|
| /external/libcups/packaging/ |
| D | cups.spec.in | 19 # systemd - Enable/disable systemd support (default = enable) 37 %{!?_with_systemd: %{!?_without_systemd: %define _with_systemd --with-systemd}} 38 %{?_with_systemd: %define _systemd --enable-systemd} 39 %{!?_with_systemd: %define _systemd --disable-systemd} 69 BuildRequires: systemd-devel 205 # SystemD 206 /usr/lib/systemd/system/org.cups.cupsd.* 427 # SystemD 428 /usr/lib/systemd/system/org.cups.cups-lpd*
|
| D | cups.spec | 19 # systemd - Enable/disable systemd support (default = enable) 37 %{!?_with_systemd: %{!?_without_systemd: %define _with_systemd --with-systemd}} 38 %{?_with_systemd: %define _systemd --enable-systemd} 39 %{!?_with_systemd: %define _systemd --disable-systemd} 69 BuildRequires: systemd-devel 205 # SystemD 206 /usr/lib/systemd/system/org.cups.cupsd.* 427 # SystemD 428 /usr/lib/systemd/system/org.cups.cups-lpd*
|
| /external/gptfdisk/ |
| D | parttypes.cc | 138 // See https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html in AddAllTypes() 139 // and https://systemd.io/DISCOVERABLE_PARTITIONS in AddAllTypes() 140 …2, "933AC7E1-2EB4-4F13-B844-0E14E2AEF915", "Linux /home"); // Linux /home (auto-mounted by systemd) in AddAllTypes() 141 …40-F297-41B2-9AF7-D131D5F0458A", "Linux x86 root (/)"); // Linux / on x86 (auto-mounted by systemd) in AddAllTypes() 142 …D-4DB1-96E7-FBCAF984B709", "Linux x86-64 root (/)"); // Linux / on x86-64 (auto-mounted by systemd) in AddAllTypes() 143 …1C3-AF44-4C6F280D3FAE", "Linux ARM64 root (/)"); // Linux / on 64-bit ARM (auto-mounted by systemd) in AddAllTypes() 144 …306, "3B8F8425-20E0-4F3B-907F-1A25A76F98E8", "Linux /srv"); // Linux /srv (auto-mounted by systemd) in AddAllTypes() 145 …E3C-B16C-21A1D49ABED3", "Linux ARM32 root (/)"); // Linux / on 32-bit ARM (auto-mounted by systemd) in AddAllTypes() 148 …E-4225-855A-9DAF8ED7EA97", "Linux IA-64 root (/)"); // Linux / on Itanium (auto-mounted by systemd) in AddAllTypes() 154 …310, "4D21B016-B534-45C2-A9FB-5C16E091FD2D", "Linux /var"); // Linux /var (auto-mounted by systemd) in AddAllTypes() [all …]
|
| /external/liburing/ |
| D | README | 37 settings, or /etc/systemd/user.conf and /etc/systemd/system.conf for systemd
|
| /external/autotest/server/cros/res_resource_monitor/ |
| D | top_whitespace_ridden.txt | 13 1 root 20 0 192720 5820 2428 S 0.0 0.0 0:04.07 systemd 32 1 root 20 0 192720 5820 2428 S 0.0 0.0 0:04.07 systemd 75 1 root 20 0 192720 5820 2428 S 0.0 0.0 0:04.07 systemd
|