OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DAEMON
(Results
1 - 5
of
5
) sorted by null
/external/mdnsresponder/mDNSPosix/
mdnsd.sh
18
# Linux /etc/init.d script to start/stop the mdnsd
daemon
.
26
DAEMON
=/usr/sbin/mdnsd
28
DAEMON
=/usr/local/sbin/mdnsd
31
test -r $
DAEMON
|| exit 0
33
# Some systems have start-stop-
daemon
, some don't.
34
if [ -r /sbin/start-stop-
daemon
]; then
35
START="start-stop-
daemon
--start --quiet --exec"
38
# STOP="start-stop-
daemon
--stop -s TERM --quiet --oknodo --exec"
39
STOP="start-stop-
daemon
--stop --quiet --oknodo --exec"
50
echo -n "Starting Apple Darwin Multicast DNS / DNS Service Discovery
daemon
:
[
all
...]
/external/e2fsprogs/misc/
uuidd.rc
8
# Short-Description: uuidd
daemon
9
# Description: Init script for the uuid generation
daemon
17
DAEMON
=/usr/sbin/uuidd
20
test -x $
DAEMON
|| exit 0
27
start_daemon -p $PIDFILE $
DAEMON
32
killproc -p $PIDFILE $
DAEMON
36
if pidofproc -p $PIDFILE $
DAEMON
>& /dev/null ; then
37
echo "$
DAEMON
is running";
40
echo "$
DAEMON
is NOT running";
/external/dropbear/debian/
dropbear.init
7
DAEMON
=/usr/sbin/dropbear
19
test -x "$
DAEMON
" || cancel "$
DAEMON
does not exist or is not executable."
34
start-stop-
daemon
--start --quiet --pidfile /var/run/"$NAME".pid \
35
--exec "$
DAEMON
" -- -d "$DROPBEAR_DSSKEY" -r "$DROPBEAR_RSAKEY" \
41
start-stop-
daemon
--stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
47
start-stop-
daemon
--stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
49
start-stop-
daemon
--start --quiet --pidfile /var/run/"$NAME".pid \
50
--exec "$
DAEMON
" -- -d "$DROPBEAR_DSSKEY" -r "$DROPBEAR_RSAKEY" \
/external/openssh/contrib/caldera/
sshd.init
12
# Bring up/down the OpenSSH secure shell
daemon
.
20
DAEMON
=/usr/sbin/$NAME
22
# created by recent OpenSSH
daemon
/ssd combinations. See Caldera internal
25
NAME=$
DAEMON
63
[ -x $
DAEMON
] || exit 5
79
ssd -S -x $
DAEMON
-n $NAME -- $OPTIONS
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp
49
#include "
Daemon
/public/MobiCoreDriverCmd.h"
50
#include "
Daemon
/public/mcVersion.h"
56
MC_CHECK_VERSION(
DAEMON
, 0, 2);
150
LOG_E("sending to
Daemon
failed."); \
162
LOG_E("reading from
Daemon
failed"); \
167
LOG_E("wrong buffer length %i received from
Daemon
", rlen); \
192
// If
Daemon
crashes and ClientLib writes to named socket,
204
// Runtime check of
Daemon
version.
218
// Forward device open to the
daemon
and read result
224
LOG_W(" %s(): Request at
Daemon
failed, respId=%x ", __FUNCTION__, mcResult)
[
all
...]
Completed in 79 milliseconds