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/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_init
15
# environment variables and updated the start-stop-
daemon
calls
24
DAEMON
=/home/webtry/skia/experimental/webtry/$NAME
30
[ -x "$
DAEMON
" ] || exit 0
44
# Function that starts the
daemon
/service
49
# 0 if
daemon
has been started
50
# 1 if
daemon
was already running
51
# 2 if
daemon
could not be started
52
start-stop-
daemon
--start --pidfile $PIDFILE --exec $
DAEMON
--make-pidfile --background --chuid webtry --test > /dev/null \
54
start-stop-
daemon
--start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid webtry --exec $DAEMO (…)
[
all
...]
/external/skia/experimental/webtry/sys/
webtry_init
15
# environment variables and updated the start-stop-
daemon
calls
24
DAEMON
=/home/webtry/skia/experimental/webtry/$NAME
30
[ -x "$
DAEMON
" ] || exit 0
44
# Function that starts the
daemon
/service
49
# 0 if
daemon
has been started
50
# 1 if
daemon
was already running
51
# 2 if
daemon
could not be started
52
start-stop-
daemon
--start --pidfile $PIDFILE --exec $
DAEMON
--make-pidfile --background --chuid webtry --test > /dev/null \
54
start-stop-
daemon
--start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid webtry --exec $DAEMO (…)
[
all
...]
/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 778 milliseconds