Searched refs:daemon (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/lib/libwrap/
H A Dhosts_ctl.c30 int hosts_ctl(daemon, name, addr, user)
31 char *daemon;
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);
H A Dtcpd.h100 char daemon[STRING_LENGTH]; /* access via eval_daemon(request) */ member in struct:request_info
152 extern void rfc931(); /* client name from RFC 931 daemon */
214 #define eval_daemon(r) ((r)->daemon) /* daemon process name */
/osnet-11/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;
58 #define DPO_NOTSET (-1) /* daemon option (int) not set */
H A DMakefile34 OBJS= alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o \
H A Ddaemon.c17 SM_RCSID("@(#)$Id: daemon.c,v 8.691 2011/01/25 18:31:30 ca Exp $")
63 #include <daemon.h>
76 ** DAEMON.C -- routines to use when running as a daemon.
166 sm_dprintf("getrequests: daemon %s: port %d\n",
178 "daemon could not open control socket %s: %s",
197 proc_list_add(CurrentPid, "Sendmail daemon", PROC_DAEMON, 0, -1, NULL);
202 sm_dprintf("getrequests: daemon %s: socket %d\n",
253 "accepting connections again for daemon %s",
275 dumpstate("daemon lost $j");
277 "daemon proces
[all...]
H A Dconf.c24 #include <daemon.h>
293 ((pw = sm_getpwnam("daemon")) != NULL && pw->pw_uid != 0))
2175 ** dn -- number of daemon.
2176 ** active -- was this daemon actually active?
2223 #define D_MSG_CRT "deferring connections on daemon %s: %d per second"
2245 # define R_MSG_LM "rejecting connections on daemon %s: free memory: %ld"
2260 # define R_MSG_LA "rejecting connections on daemon %s: load average: %d"
2261 # define R2_MSG_LA "have been rejecting connections on daemon %s for %s"
2292 # define D_MSG_LA "delaying connections on daemon %s: load average=%d >= %d"
2312 #define R_MSG_CHILD "rejecting connections on daemon
[all...]
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Ddaemon.c2 static const char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93";
3 static const char rcsid[] = "$Id: daemon.c,v 1.2 2005/04/27 04:56:10 sra Exp $";
52 daemon(int nochdir, int noclose) { function
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsvc-hal22 /usr/lib/hal/hald --daemon=yes
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/
H A Ddaemon.c48 daemon(nochdir, noclose) function
/osnet-11/usr/src/lib/libc/port/gen/
H A Ddaemon.c43 daemon(int nochdir, int noclose) function
/osnet-11/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, argument
113 if (daemon) {
/osnet-11/usr/src/lib/libresolv2/
H A DMakefile.com29 BSDOBJS= daemon.o gettimeofday.o
/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_after.h296 int daemon(int nochdir, int noclose);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm999 be connected to the transfer daemon, not the NNTP daemon. Issuing
1000 this command will cause the transfer daemon to hand over control
1001 to the NNTP daemon.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm900 This function will croak if it can't connect to the syslog daemon.
1193 C<LOG_AUDIT> - audit daemon (IRIX); falls back to C<LOG_AUTH>
1217 C<LOG_FTP> - FTP daemon
1229 C<LOG_LAUNCHD> - launchd - general bootstrap daemon (Mac OS X);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com161 K5_POSIX= setenv.o daemon.o
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com383 daemon.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com413 daemon.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com377 daemon.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm448 a daemon, answering client requests that specify a language tag and
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile354 daemon.o \
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py833 self.daemon = True
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc389 /* daemon.c */
390 int daemon(int nochdir, int noclose);

Completed in 88 milliseconds

12