Home
last modified time | relevance | path

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

12345

/titanic_52/usr/src/cmd/acct/
H A Drunacct.sh53 (date ; echo "$_lnkerr" ) | logger -p daemon.err
69 cat /tmp/accounting_tmpfile | logger -p daemon.err
85 (date; echo "${_errormsg}") | logger -p daemon.err
96 echo "\n\n\n\n\n********** SYSTEM ACCOUNTING STARTED `date` **********\n\n\n\n\n" | logger -p daemon.notice
105 echo "\n\n\n\n\n********** SYSTEM ACCOUNTING RESTARTED `date` **********\n\n\n\n\n" | logger -p daemon.notice
115 echo "\n\n\n\n\n********** SYSTEM ACCOUNTING RESTARTED `date` **********\n\n\n\n\n" | logger -p daemon.notice
118 (date; echo "${_errormsg}") | logger -p daemon.err
144 (date ; echo "${_errormsg}" ) | logger -p daemon.err
162 (date ; echo "${_errormsg}" ) | logger -p daemon.err
176 (date ; echo "${_errormsg}" ) | logger -p daemon
[all...]
/titanic_52/usr/src/cmd/fs.d/nfs/statd/
H A DMakefile44 OBJS= $(LOCAL) selfcheck.o daemon.o
46 SRCS= $(LOCAL:%.o=%.c) ../lib/selfcheck.c ../lib/daemon.c
58 daemon.o: ../lib/daemon.c
59 $(COMPILE.c) ../lib/daemon.c
/titanic_52/usr/src/cmd/tcpd/
H A Dinetcf.c168 char daemon[BUFSIZ]; local
216 * the daemon pathname.
233 sprintf(daemon, "%s/%s", REAL_DAEMON_DIR, arg0);
234 if (check_path(daemon, &st) < 0) {
238 tcpd_warn("%s: not executable", daemon);
249 sprintf(daemon, "%s/%s", REAL_DAEMON_DIR, arg0);
250 if (STR_EQ(path, daemon)) {
252 } else if (check_path(daemon, &st) >= 0) {
257 tcpd_warn("%s: file lookup: %m", daemon);
H A Dtcpdmatch.c4 * usage: tcpdmatch [-d] [-i inet_conf] daemon[@host] [user@]host
11 * that would normally be reported via the syslog daemon.
66 char *daemon; local
110 * Default is to specify a daemon process name. When daemon@host is
116 daemon = strrchr(argv[optind], '/') + 1;
117 tcpd_warn("%s: daemon name normalized to: %s", argv[optind], daemon);
119 daemon = argv[optind];
143 switch (inet_get(daemon)) {
[all...]
/titanic_52/usr/src/cmd/fs.d/nfs/nfsd/
H A DMakefile35 OBJS= $(LOCAL) nfs_tbind.o thrpool.o daemon.o smfcfg.o
36 SRCS= $(LOCAL:%.o=%.c) ../lib/nfs_tbind.c ../lib/thrpool.c ../lib/daemon.c \
55 daemon.o: ../lib/daemon.c
56 $(COMPILE.c) ../lib/daemon.c
/titanic_52/usr/src/cmd/fs.d/nfs/lockd/
H A DMakefile33 OBJS = $(LOCAL) daemon.o nfs_tbind.o smfcfg.o thrpool.o
37 SRCS = $(LOCAL:%.o=%.c) ../lib/daemon.c ../lib/nfs_tbind.c \
61 daemon.o: ../lib/daemon.c
62 $(COMPILE.c) ../lib/daemon.c
/titanic_52/usr/src/cmd/fs.d/nfs/mountd/
H A DMakefile33 COMMON = $(FSLIB) nfs_sec.o sharetab.o daemon.o smfcfg.o
38 ../lib/sharetab.c ../lib/daemon.c ../lib/smfcfg.c
58 daemon.o: ../lib/daemon.c
59 $(COMPILE.c) ../lib/daemon.c
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Dsvc-legacy-routing33 daemon_prog=`/usr/sbin/svccfg -s $SMF_FMRI listprop routeadm/daemon | \
36 daemon_args=`/usr/sbin/svccfg -s $SMF_FMRI listprop routeadm/daemon-args | \
39 daemon_stop=`/usr/sbin/svccfg -s $SMF_FMRI listprop routeadm/daemon-stop-cmd | \
48 # No legacy daemon specified.
50 echo "${proto}-routing-daemon not specified by routeadm."
60 # Run daemon - fail if it does not successfully daemonize.
63 echo "Error: $daemon $daemon_args failed to daemonize."
79 # Stop daemon - ignore result.
/titanic_52/usr/src/lib/libwrap/
H A Dhosts_ctl.c30 int hosts_ctl(daemon, name, addr, user) in hosts_ctl() argument
31 char *daemon; in hosts_ctl()
39 RQ_DAEMON, daemon,
H A Deval.c134 char *daemon = eval_daemon(request); local
137 sprintf(both, "%s@%s", daemon, host);
140 return (daemon);
H A Dupdate.c69 ptr = request->daemon;
108 strcpy(request->daemon, unknown); in VARARGS()
/titanic_52/usr/src/cmd/Adm/
H A Dgroup3 bin::2:root,daemon
5 adm::4:root,daemon
12 daemon::12:root
H A Dat.deny1 daemon
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c85 boolean_t daemon = _B_TRUE; /* Fork off a detached daemon */ in main() local
109 daemon = _B_FALSE; in main()
113 daemon = _B_FALSE; in main()
137 } else if (tracing && !daemon) { in main()
145 if (daemon) { in main()
/titanic_52/usr/src/cmd/hal/
H A DMakefile.hal35 HAL_USER = daemon
36 HAL_GROUP = daemon
/titanic_52/usr/src/cmd/syslogd/
H A Dsyslog.conf34 *.err;kern.debug;daemon.notice;mail.crit /var/adm/messages
36 *.alert;kern.err;daemon.err operator
/titanic_52/usr/src/cmd/sendmail/src/
H A Ddaemon.h9 * $Id: daemon.h,v 8.3 2006/07/13 22:57:03 ca Exp $
23 /* structure to describe a daemon or a client */
24 struct daemon struct
54 typedef struct daemon DAEMON_T; argument
58 #define DPO_NOTSET (-1) /* daemon option (int) not set */
26 d_socketdaemon global() argument
27 d_addrdaemon global() argument
28 d_portdaemon global() argument
29 d_listenqueuedaemon global() argument
30 d_tcprcvbufsizedaemon global() argument
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DPosixDaemon.c17 File: daemon.c
24 // In Mac OS X 10.5 and later trying to use the daemon function gives a “‘daemon’ is deprecated”
26 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
28 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou macro
42 #undef daemon
43 extern int daemon(int, int);
48 #include "mDNSUNP.h" // For daemon()
69 // On successful registration of dot-local mDNS host name, daemon may want to check if in mDNS_StatusCallback()
87 // %%% Reconfigure() probably belongs in the platform support layer (mDNSPosix.c), not the daemon cd
[all...]
/titanic_52/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t403 [ 0, 0, {}, "user6:117::!*,daemon::" ],
404 [ 0, 0, {}, "user7:118::root,sys,daemon,bin::" ],
405 [ 0, 0, {}, "user8:119::root,!sys,daemon,!bin::" ],
407 [ 0, 0, { "allowspaces" => 1 }, "user10:117::!* ,daemon::" ],
408 [ 0, 0, { "allowspaces" => 1 }, "user11:118::root ,sys ,daemon, bin::" ],
409 [ 0, 0, { "allowspaces" => 1 }, "user12:119::root, !sys, daemon ,!bin::" ],
415 [ 0, 0, {}, "group6:125:::!*,daemon:" ],
416 [ 0, 0, {}, "group7:126:::root,sys,daemon,bin:" ],
417 [ 0, 0, {}, "group8:127:::root,!sys,daemon,!bin:" ],
419 [ 0, 0, { "allowspaces" => 1 }, "group10:125:::!* ,daemon
[all...]
/titanic_52/usr/src/uts/common/syscall/
H A Dlwpsys.c168 * successfully, or until all other lwps in the process are either daemon
176 int daemon = (curthread->t_proc_flag & TP_DAEMON)? 1 : 0; in lwp_wait() local
192 p->p_lwpdwait += daemon; in lwp_wait()
200 target_lep->le_dwaiters += daemon; in lwp_wait()
225 p->p_lwpdwait -= daemon; in lwp_wait()
254 * is some non-daemon thread sleeping here in in lwp_wait()
272 p->p_lwpdwait -= daemon; in lwp_wait()
283 * We are waiting for anyone. If all non-daemon lwps in lwp_wait()
285 * no non-daemon lwp will return, we have deadlock. in lwp_wait()
312 * to all non-daemon lwp in lwp_wait()
[all...]
/titanic_52/usr/src/pkg/manifests/
H A Dservice-key-management-sun-fire-15000.mf64 legacy pkg=SUNWsckmr desc="SMF service for the Key Management daemon" \
65 name="SMF service for the Key Management daemon"
67 desc="Key Management daemon for exchanging security keys from the Service Processor" \
68 name="Key Management daemon"
/titanic_52/usr/src/cmd/svc/shell/
H A Drouting_include.sh43 # These functions are used to help map daemon arguments to appropriate
44 # routing properties and back, allowing legacy specifications of daemon
45 # arguments to be reflected in SMF property values for daemon services.
60 # The functions below are used to map from daemon arguments to appropriate
62 # to control daemon functionality. getopts is used extensively to
185 # Retrieves routeadm/daemon-args property values, if any. Removes
190 args=`/usr/sbin/svccfg -s $1 listprop routeadm/daemon-args | \
199 # Blanks routeadm/daemon-args property used in upgrade.
203 /usr/sbin/svccfg -s $1 delprop routeadm/daemon-args 2>/dev/null
222 # Returns appropriate daemon optio
[all...]
/titanic_52/usr/src/lib/libdhcputil/common/
H A Ddhcpmsg.c98 * boolean_t: whether the executable is a daemon
105 dhcpmsg_init(const char *program_name, boolean_t daemon, boolean_t verbose, in dhcpmsg_init() argument
113 if (daemon) { in dhcpmsg_init()
/titanic_52/usr/src/cmd/cmd-inet/etc/
H A Dservices176 snmpd 161/udp snmp # Net-SNMP snmp daemon
191 rdc 121/tcp # SNDR server daemon
197 uucp 540/tcp uucpd # uucp daemon
223 nfsd 2049/udp nfs # NFS server daemon (clts)
224 nfsd 2049/tcp nfs # NFS server daemon (cots)
227 lockd 4045/udp # NFS lock daemon/manager
/titanic_52/usr/src/cmd/make/bin/
H A Dnse_printdep.cc42 void print_value(register Name value, Daemon daemon);
305 print_value(register Name value, Daemon daemon) in print_value() argument
314 switch (daemon) { in print_value()

12345