Home
last modified time | relevance | path

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

12345678910>>...33

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/buildroot/package/input-event-daemon/
H A Dinput-event-daemon.mk8 INPUT_EVENT_DAEMON_SITE = $(call github,gandro,input-event-daemon,v$(INPUT_EVENT_DAEMON_VERSION))
9 INPUT_EVENT_DAEMON_LICENSE = input-event-daemon license
19 $(INSTALL) -m 755 -D $(@D)/input-event-daemon \
20 $(TARGET_DIR)/usr/bin/input-event-daemon
22 $(TARGET_DIR)/etc/input-event-daemon.conf
23 $(INSTALL) -m 0755 -d $(TARGET_DIR)/etc/input-event-daemon.conf.d/
26 $(SED) '/^listen = /d' $(TARGET_DIR)/etc/input-event-daemon.conf
34 $(TARGET_DIR)/etc/input-event-daemon.conf.d/
41 $(INSTALL) -m 0755 -D package/input-event-daemon/S99input-event-daemon \
42 $(TARGET_DIR)/etc/init.d/S99input-event-daemon
[all …]
H A D0007-Support-hotplug-when-listening-all-devices.patch7 Run: input-event-daemon -v -D
9 input-event-daemon: read(/dev/input/event7): No such device
10 input-event-daemon: Adding device: /dev/input/event7...
14 input-event-daemon.c | 78 +++++++++++++++++++++++++++++++-------------
15 input-event-daemon.h | 1 +
18 diff --git a/input-event-daemon.c b/input-event-daemon.c
20 --- a/input-event-daemon.c
21 +++ b/input-event-daemon.c
180 diff --git a/input-event-daemon.h b/input-event-daemon.h
182 --- a/input-event-daemon.h
[all …]
H A D0006-Listen-all-devices-by-default.patch7 Run: input-event-daemon -v -D
8 Got: input-event-daemon: Start listening on 11 devices...
12 input-event-daemon.c | 8 ++++----
15 diff --git a/input-event-daemon.c b/input-event-daemon.c
17 --- a/input-event-daemon.c
18 +++ b/input-event-daemon.c
H A D0004-Support-key-press-and-release-events.patch15 input-event-daemon.c | 30 +++++++++++++++++++++---------
16 input-event-daemon.h | 1 +
19 diff --git a/input-event-daemon.c b/input-event-daemon.c
21 --- a/input-event-daemon.c
22 +++ b/input-event-daemon.c
105 diff --git a/input-event-daemon.h b/input-event-daemon.h
107 --- a/input-event-daemon.h
108 +++ b/input-event-daemon.h
H A D0005-Support-sync-events.patch15 input-event-daemon.c | 23 +++++++++++++++++++----
16 input-event-daemon.h | 4 +++-
19 diff --git a/input-event-daemon.c b/input-event-daemon.c
21 --- a/input-event-daemon.c
22 +++ b/input-event-daemon.c
96 diff --git a/input-event-daemon.h b/input-event-daemon.h
98 --- a/input-event-daemon.h
99 +++ b/input-event-daemon.h
H A D0001-Support-specifing-devices-in-command-args.patch8 input-event-daemon.c | 19 ++++++++++++++++---
11 diff --git a/input-event-daemon.c b/input-event-daemon.c
13 --- a/input-event-daemon.c
14 +++ b/input-event-daemon.c
19 - "[--config=FILE] [--verbose] [--no-daemon] ]\n"
20 + "[--config=FILE] [--verbose] [--no-daemon] ] [devices]\n"
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/settings-daemon/files/
H A Daddsoundkeys.patch3 Index: settings-daemon/settings-daemon.c
5 --- settings-daemon.orig/settings-daemon.c 2009-05-22 14:57:05.000000000 +0100
6 +++ settings-daemon/settings-daemon.c 2009-05-22 14:58:22.000000000 +0100
18 Index: settings-daemon/settings-daemon.schemas
20 --- settings-daemon.orig/settings-daemon.schemas 2009-05-22 15:49:17.000000000 +0100
21 +++ settings-daemon/settings-daemon.schemas 2009-05-22 15:51:31.000000000 +0100
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/transmission/
H A Dtransmission_git.bb12 file://transmission-daemon \
50 sed -i '/USERNAME=/c\USERNAME=${TRANSMISSION_USER}' ${WORKDIR}/transmission-daemon
52 install -m 0744 ${WORKDIR}/transmission-daemon ${D}${sysconfdir}/init.d/
53 chown ${TRANSMISSION_USER}:${TRANSMISSION_GROUP} ${D}${sysconfdir}/init.d/transmission-daemon
57 sed -i '/User=/c\User=${TRANSMISSION_USER}' ${S}/daemon/transmission-daemon.service
59 install -m 0644 ${S}/daemon/transmission-daemon.service ${D}${systemd_unitdir}/system
68 FILES:${PN} = "${bindir}/transmission-daemon ${sysconfdir}/init.d/transmission-daemon ${datadir}/ap…
70 SYSTEMD_SERVICE:${PN} = "transmission-daemon.service"
72 # Script transmission-daemon following the guidelines in:
74 INITSCRIPT_PACKAGES = "transmission-daemon"
[all …]
/OK3568_Linux_fs/buildroot/package/gpm/
H A D0006-src-headers-daemon.h-avoid-redefinition-of-last_sele.patch4 Subject: [PATCH] src/headers/daemon.h: avoid redefinition of
11 ld: twiddler.o:gpm/src/headers/daemon.h:183:
12 …multiple definition of `last_selection_time'; mice.o:gpm/src/headers/daemon.h:183: first defined h…
13 ld: synaptics.o:git/gpm/src/headers/daemon.h:183:
14 …multiple definition of `last_selection_time'; mice.o:git/gpm/src/headers/daemon.h:183: first defin…
25 src/headers/daemon.h | 2 +-
28 diff --git a/src/headers/daemon.h b/src/headers/daemon.h
30 --- a/src/headers/daemon.h
31 +++ b/src/headers/daemon.h
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/avahi/
H A Davahi_0.8.bb1 SUMMARY = "Avahi IPv4LL network address configuration daemon"
19 file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \
104 PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsc…
113 LICENSE:avahi-daemon = "LGPL-2.1-or-later"
132 FILES:avahi-daemon = "${sbindir}/avahi-daemon \
133 ${sysconfdir}/avahi/avahi-daemon.conf \
137 ${sysconfdir}/init.d/avahi-daemon \
150 RDEPENDS:${PN}-dev = "avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPKGV})"
152 RDEPENDS:${PN}-dnsconfd = "${PN}-daemon"
154 RRECOMMENDS:avahi-daemon:append:libc-glibc = " libnss-mdns"
[all …]
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/quagga/files/
H A Dquagga.default6 zebra_options=" --daemon -A 127.0.0.1"
7 bgpd_options=" --daemon -A 127.0.0.1"
8 ospfd_options=" --daemon -A 127.0.0.1"
9 ospf6d_options="--daemon -A ::1"
10 ripd_options=" --daemon -A 127.0.0.1"
11 ripngd_options="--daemon -A ::1"
12 isisd_options=" --daemon -A 127.0.0.1"
/OK3568_Linux_fs/yocto/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"
9 SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \
10 file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \
17 …${CC} ${CFLAGS} -o dbus-daemon-proxy dbus-daemon-proxy.c `pkg-config --cflags --libs dbus-glib-1` …
22 install -m 0755 dbus-daemon-proxy ${D}${bindir}
/OK3568_Linux_fs/buildroot/package/quagga/
H A DConfig.in13 bool "zebra daemon"
15 Build zebra daemon.
24 You'll want this enabled if zebra and the protocol daemon(s)
30 Build bgpd daemon.
45 Build Next Hop Routing Protocol daemon.
50 Build ospfd daemon.
55 Build ospf6d daemon.
60 Build ripd daemon.
65 Build ripngd daemon.
75 Build and install watchquagga, a zebra/protocol daemon
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/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
H A Dlircd.init15 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0
20 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
24 start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircd
28 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
31 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0
/OK3568_Linux_fs/buildroot/package/daemon/
H A D0001-daemon-fix-build-with-musl-libc-again.patch4 Subject: [PATCH] daemon: fix build with musl libc (again)
14 Upstream status: https://github.com/raforg/daemon/pull/4
16 daemon.c | 7 ++++---
19 diff --git a/daemon.c b/daemon.c
21 --- a/daemon.c
22 +++ b/daemon.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/
H A D0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch4 Subject: [PATCH] dbus-daemon-proxy: Return DBUS_HANDLER_RESULT_NOT_YET_HANDLED
12 dbus-daemon-proxy.c | 2 +-
15 diff --git a/dbus-daemon-proxy.c b/dbus-daemon-proxy.c
17 --- a/dbus-daemon-proxy.c
18 +++ b/dbus-daemon-proxy.c
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-daemon.c-Libtirpc-porting-fixes.patch4 Subject: [PATCH] daemon.c: Libtirpc porting fixes
10 daemon.c | 4 ++--
13 diff --git a/daemon.c b/daemon.c
15 --- a/daemon.c
16 +++ b/daemon.c
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/package/netsnmp/
H A DS59snmpd40 start-stop-daemon -q -S -x /usr/sbin/snmpd -- $SNMPDOPTS
46 start-stop-daemon -q -S -x /usr/sbin/snmptrapd -- $TRAPDOPTS
54 start-stop-daemon -q -K $ssd_oknodo -x /usr/sbin/snmpd
60 start-stop-daemon -q -K $ssd_oknodo -x /usr/sbin/snmptrapd
68 start-stop-daemon -q -K -s 1 -p /var/run/snmpd.pid -x /usr/sbin/snmpd
74 start-stop-daemon -q -K -s 1 -p /var/run/snmptrapd.pid -x /usr/sbin/snmptrapd

12345678910>>...33