OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DAEMON
(Results
1 - 8
of
8
) 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/valgrind/memcheck/tests/solaris/
thr_daemon_exit_libc.stdout.exp
0
DAEMON
thread #0 running
2
DAEMON
thread #1 running
3
DAEMON
thread #2 running
4
DAEMON
thread #3 running
5
DAEMON
thread #4 running
6
non-
daemon
thread #0 running
7
non-
daemon
thread #1 running
8
non-
daemon
thread #2 running
9
non-
daemon
thread #3 running
10
non-
daemon
thread #4 runnin
[
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/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh
9
# Time to wait for upstart to restart a
daemon
in seconds
15
local
daemon
=$2
36
local pgrep_pid=$(pgrep -o $
daemon
)
38
echo "Unable to find running job for
daemon
: $
daemon
"
42
echo "Upstart and
daemon
pids don't match: $upstart_pid vs $pgrep_pid"
50
# The set of jobs (and corresponding
daemon
names) to test.
57
DAEMON
=$(echo "$job" | awk -F':' '{ print $2 }')
59
get_job_pid "$JOB" "$
DAEMON
"
71
get_job_pid "$JOB" "$
DAEMON
"
[
all
...]
/external/selinux/python/sepolicy/
sepolicy.py
598
from sepolicy.generate import
DAEMON
, get_poltype_desc, poltype,
DAEMON
, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
642
cmdgroup.add_argument("--init", dest="policytype", const=
DAEMON
,
643
action="store_const", default=
DAEMON
,
644
help=_("Generate '%s' policy") % poltype[
DAEMON
])
/external/selinux/python/sepolicy/sepolicy/
generate.py
126
DAEMON
= 0
141
poltype[
DAEMON
] = _("Standard Init
Daemon
")
142
poltype[DBUS] = _("DBUS System
Daemon
")
143
poltype[INETD] = _("Internet Services
Daemon
")
164
APPLICATIONS = [
DAEMON
, DBUS, INETD, USER, CGI]
444
if self.type !=
DAEMON
:
445
raise ValueError(_("Only
Daemon
apps can use an init script.."))
[
all
...]
/external/selinux/gui/
polgengui.py
454
return sepolicy.generate.
DAEMON
495
if self.get_type() is sepolicy.generate.
DAEMON
:
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar
Completed in 420 milliseconds