Home
last modified time | relevance | path

Searched refs:daemon (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/openbmc/linux/tools/perf/
H A Dbuiltin-daemon.c84 struct daemon { struct
98 static struct daemon __daemon = { argument
115 static struct daemon_session *daemon__add_session(struct daemon *config, char *name) in daemon__add_session()
133 static struct daemon_session *daemon__find_session(struct daemon *daemon, char *name) in daemon__find_session() argument
137 list_for_each_entry(session, &daemon->sessions, list) { in daemon__find_session()
156 static int session_config(struct daemon *daemon, const char *var, const char *value) in session_config() argument
170 session = daemon__find_session(daemon, name); in session_config()
174 session = daemon__add_session(daemon, name); in session_config()
217 struct daemon *daemon = cb; in server_config() local
220 return session_config(daemon, var, value); in server_config()
[all …]
/openbmc/linux/fs/ecryptfs/
H A Dmiscdev.c31 struct ecryptfs_daemon *daemon = file->private_data; in ecryptfs_miscdev_poll() local
34 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll()
35 if (daemon->flags & ECRYPTFS_DAEMON_ZOMBIE) { in ecryptfs_miscdev_poll()
40 if (daemon->flags & ECRYPTFS_DAEMON_IN_READ) in ecryptfs_miscdev_poll()
42 if (daemon->flags & ECRYPTFS_DAEMON_IN_POLL) in ecryptfs_miscdev_poll()
44 daemon->flags |= ECRYPTFS_DAEMON_IN_POLL; in ecryptfs_miscdev_poll()
45 mutex_unlock(&daemon->mux); in ecryptfs_miscdev_poll()
46 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
47 mutex_lock(&daemon->mux); in ecryptfs_miscdev_poll()
48 if (!list_empty(&daemon->msg_ctx_out_queue)) in ecryptfs_miscdev_poll()
[all …]
H A Dmessaging.c102 int ecryptfs_find_daemon_by_euid(struct ecryptfs_daemon **daemon) in ecryptfs_find_daemon_by_euid() argument
106 hlist_for_each_entry(*daemon, in ecryptfs_find_daemon_by_euid()
109 if (uid_eq((*daemon)->file->f_cred->euid, current_euid())) { in ecryptfs_find_daemon_by_euid()
130 ecryptfs_spawn_daemon(struct ecryptfs_daemon **daemon, struct file *file) in ecryptfs_spawn_daemon() argument
134 (*daemon) = kzalloc(sizeof(**daemon), GFP_KERNEL); in ecryptfs_spawn_daemon()
135 if (!(*daemon)) { in ecryptfs_spawn_daemon()
139 (*daemon)->file = file; in ecryptfs_spawn_daemon()
140 mutex_init(&(*daemon)->mux); in ecryptfs_spawn_daemon()
141 INIT_LIST_HEAD(&(*daemon)->msg_ctx_out_queue); in ecryptfs_spawn_daemon()
142 init_waitqueue_head(&(*daemon)->wait); in ecryptfs_spawn_daemon()
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Ddaemon.sh118 line=`perf daemon --config ${config} -x: | head -1`
126 perf daemon stop --config ${config}
137 perf daemon start --config ${config}
146 state=`perf daemon ping --config ${config} --session ${session} | awk '{ print $1 }'`
162 config=$(mktemp /tmp/perf.daemon.config.XXX)
164 base=$(mktemp -d /tmp/perf.daemon.base.XXX)
167 [daemon]
185 line=`perf daemon --config ${config} -x: | head -1`
186 check_line_first ${line} daemon ${base} ${base}/output ${base}/lock "0"
191 line=`perf daemon --config ${config} -x: | head -2 | tail -1`
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-daemon.txt1 perf-daemon(1)
7 perf-daemon - Run record sessions on background
13 'perf daemon'
14 'perf daemon' [<options>]
15 'perf daemon start' [<options>]
16 'perf daemon stop' [<options>]
17 'perf daemon signal' [<options>]
18 'perf daemon ping' [<options>]
23 This command allows to run simple daemon process that starts and
26 You can imagine 'perf daemon' of background process with several
[all …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-start-stop-daemon-fix-tests.patch4 Subject: [PATCH] start-stop-daemon: fix tests
8 - run "start-stop-daemon with both -x and -a" test only if "/bin/false"
15 testsuite/start-stop-daemon.tests | 14 +++++++++-----
18 diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests
20 --- a/testsuite/start-stop-daemon.tests
21 +++ b/testsuite/start-stop-daemon.tests
29 testing "start-stop-daemon -x without -a" \
30 'start-stop-daemon -S -x true 2>&1; echo $?' \
34 testing "start-stop-daemon -x with -d on existing directory" \
35 - 'start-stop-daemon -S -d /tmp -x true 2>&1; echo $?' \
[all …]
H A D0003-start-stop-false.patch1 It's known that the final start-stop-daemon test fails if /bin/false is
8 diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests
10 --- a/testsuite/start-stop-daemon.tests
11 +++ b/testsuite/start-stop-daemon.tests
12 @@ -50,11 +50,18 @@ testing "start-stop-daemon without -x and -a" \
18 -testing "start-stop-daemon with both -x and -a" \
19 - 'start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $?' \
26 + echo "SKIPPED: start-stop-daemon with both -x and -a (need non-busybox false)"
29 + testing "start-stop-daemon with both -x and -a" \
30 + 'start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $?' \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A D0001-Fixes-for-yocto-build.patch13 system/core/adb/daemon/file_sync_service.cpp | 4 ++--
14 system/core/adb/daemon/framebuffer_service.h | 2 --
15 system/core/adb/daemon/main.cpp | 5 +++--
16 system/core/adb/daemon/restart_service.h | 2 --
17 system/core/adb/daemon/services.cpp | 6 ++----
18 system/core/adb/daemon/shell_service.cpp | 5 ++++-
22 diff --git a/system/core/adb/daemon/file_sync_service.cpp b/system/core/adb/daemon/file_sync_servic…
24 --- a/system/core/adb/daemon/file_sync_service.cpp
25 +++ b/system/core/adb/daemon/file_sync_service.cpp
44 diff --git a/system/core/adb/daemon/framebuffer_service.h b/system/core/adb/daemon/framebuffer_serv…
[all …]
H A Dadbd.mk6 adb/daemon/auth.cpp \
7 adb/daemon/file_sync_service.cpp \
8 adb/daemon/file_sync_service.h \
9 adb/daemon/framebuffer_service.cpp \
10 adb/daemon/framebuffer_service.h \
11 adb/daemon/jdwp_service.cpp \
12 adb/daemon/main.cpp \
13 adb/daemon/restart_service.cpp \
14 adb/daemon/restart_service.h \
15 adb/daemon/services.cpp \
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A D0001-Fix-opening-etc-resolv.conf-error.patch6 Fix to start avahi-daemon after systemd-resolved.service. This is because
24 /etc/resolv-conf.connman. So launch avahi-daemon after connman too.
28 avahi-daemon/avahi-daemon.service.in | 1 +
31 diff --git a/avahi-daemon/avahi-daemon.service.in b/avahi-daemon/avahi-daemon.service.in
33 --- a/avahi-daemon/avahi-daemon.service.in
34 +++ b/avahi-daemon/avahi-daemon.service.in
38 Requires=avahi-daemon.socket
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/
H A Dtransmission_4.0.6.bb12 file://transmission-daemon \
37 sed -i '/USERNAME=/c\USERNAME=${TRANSMISSION_USER}' ${UNPACKDIR}/transmission-daemon
39 install -m 0744 ${UNPACKDIR}/transmission-daemon ${D}${sysconfdir}/init.d/
40 chown ${TRANSMISSION_USER}:${TRANSMISSION_GROUP} ${D}${sysconfdir}/init.d/transmission-daemon
44 sed -i '/User=/c\User=${TRANSMISSION_USER}' ${S}/daemon/transmission-daemon.service
46 install -m 0644 ${S}/daemon/transmission-daemon.service ${D}${systemd_unitdir}/system
55 FILES:${PN} = "${bindir}/transmission-daemon ${sysconfdir}/init.d/transmission-daemon ${datadir}/ap…
57 SYSTEMD_SERVICE:${PN} = "transmission-daemon.service"
59 # Script transmission-daemon following the guidelines in:
61 INITSCRIPT_PACKAGES = "transmission-daemon"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dinit-valkey-server21 start-stop-daemon --start --quiet --exec /usr/bin/valkey-server -- $ARGS
25 start-stop-daemon --stop --quiet --exec /usr/bin/valkey-server
29 start-stop-daemon --stop --quiet --exec /usr/bin/valkey-server
38 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server
43 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server
47 start-stop-daemon --stop --signal KILL --exec /usr/bin/valkey-server
48 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server
55 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server
62 start-stop-daemon --start --quiet --exec /usr/bin/valkey-server -- $ARGS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dinit-redis-server21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
38 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
43 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
47 start-stop-daemon --stop --signal KILL --exec /usr/bin/redis-server
48 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
55 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
62 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A Dinit-redis-server21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
38 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
43 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
47 start-stop-daemon --stop --signal KILL --exec /usr/bin/redis-server
48 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
55 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server
62 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DServiceAdmin.pm416 my $daemon=$_[0];
425 if ( -e (&getGlobal('DIR', 'initd') . "/$daemon") ) {
426 &B_log("ACTION","# service_start enabling $daemon\n");
433 return (&B_System("$service_cmd $daemon start",
434 "$service_cmd $daemon stop"));
467 my $daemon=$_[0];
476 if ( -e (&getGlobal('DIR', 'initd') . "/$daemon") ) {
477 &B_log("ACTION","# service_stop disabling $daemon\n");
485 return (&B_System("$service_cmd $daemon stop",
486 "$service_cmd $daemon start"));
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0008-include-libgen.h-for-basename.patch16 daemon/automount.c | 1 +
17 daemon/master.c | 1 +
21 diff --git a/daemon/automount.c b/daemon/automount.c
23 --- a/daemon/automount.c
24 +++ b/daemon/automount.c
33 diff --git a/daemon/master.c b/daemon/master.c
35 --- a/daemon/master.c
36 +++ b/daemon/master.c
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-test-patch-out-failing-bits.patch20 @@ -50,10 +50,6 @@ User daemon is a member in the owning group, which has only read access.
23 $ su daemon
28 $ echo daemon >> f
32 $ setfacl -x g:daemon f
34 $ su daemon
40 @@ -158,12 +152,6 @@ daemon write access.
42 $ su daemon
47 - > daemon
54 $ setfacl -m g:bin:r,g:daemon:w f
56 $ su daemon
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/
H A Davahi_0.8.bb1 SUMMARY = "Avahi IPv4LL network address configuration daemon"
18 file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \
110 PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsc…
119 LICENSE:avahi-daemon = "LGPL-2.1-or-later"
138 FILES:avahi-daemon = "${sbindir}/avahi-daemon \
139 ${sysconfdir}/avahi/avahi-daemon.conf \
143 ${sysconfdir}/init.d/avahi-daemon \
156 DEV_PKG_DEPENDENCY = "avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPKGV})"
158 RDEPENDS:${PN}-dnsconfd = "${PN}-daemon"
160 RRECOMMENDS:avahi-daemon:append:libc-glibc = " libnss-mdns"
[all …]
/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/
H A Dinit16 start-stop-daemon -S -q -x $rngd -- $EXTRA_ARGS
21 start-stop-daemon -K -q -n rngd
26 start-stop-daemon -K -q -s 1 -x $rngd
27 start-stop-daemon -K -q -s 1 -x $rngd
31 start-stop-daemon -K -q -n rngd
34 start-stop-daemon -S -q -x $rngd -- $EXTRA_ARGS
/openbmc/hiomapd/Documentation/
H A Dmboxd.md16 This document describes the reference mailbox daemon contained in this
21 The main mailbox daemon is implemented in mboxd.c. This file uses helper
25 dbus.c - Contains the handlers for the D-Bus commands which the daemon can
31 transport_mbox.c - Contains the handlers for the mbox commands which the daemon
38 The daemon is a state machine with 5 valid states:
41 UNINITIALISED - The daemon is still in the initialisation phase and
43 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not
46 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is
49 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not
52 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
[all …]
/openbmc/phosphor-mboxd/Documentation/
H A Dmboxd.md17 This document describes the reference mailbox daemon contained in this
22 The main mailbox daemon is implemented in mboxd.c. This file uses helper
26 mboxd_dbus.c - Contains the handlers for the D-Bus commands which the daemon can
32 mboxd_msg.c - Contains the handlers for the mbox commands which the daemon
39 The daemon is a state machine with 5 valid states:
42 UNINITIALISED - The daemon is still in the initialisation phase and
44 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not
47 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is
50 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not
53 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/
H A Ddbus-daemon-proxy_git.bb1 SUMMARY = "dbus forwarding daemon"
3 LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba"
8 SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \
9 file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \
20 …${CC} ${CFLAGS} -o dbus-daemon-proxy dbus-daemon-proxy.c `pkg-config --cflags --libs dbus-glib-1` …
25 install -m 0755 dbus-daemon-proxy ${D}${bindir}
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircexec.init16 start-stop-daemon --start --quiet --exec /usr/bin/irexec -- --daemon
21 start-stop-daemon --stop --quiet --exec /usr/bin/irexec
26 start-stop-daemon --stop --quiet --exec /usr/bin/irexec
29 start-stop-daemon --start --quiet --exec /usr/bin/irexec -- --daemon
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon/
H A D0001-daemon-mxml-Define-_GNU_SOURCE.patch4 Subject: [PATCH] daemon/mxml: Define _GNU_SOURCE
13 daemon/mxml/mxml-string.c | 2 ++
16 diff --git a/daemon/mxml/mxml-string.c b/daemon/mxml/mxml-string.c
18 --- a/daemon/mxml/mxml-string.c
19 +++ b/daemon/mxml/mxml-string.c
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/
H A Dinit21 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE
26 start-stop-daemon --stop --quiet --exec $thttpd
30 start-stop-daemon --stop --quiet --signal 1 --exec $thttpd
34 start-stop-daemon --stop --quiet --exec $thttpd -- -C @@CONFFILE
44 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE

12345678910>>...28