Searched defs:daemon (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddaemon.c43 daemon(int nochdir, int noclose) function
/illumos-gate/usr/src/lib/libwrap/
H A Deval.c134 char *daemon = eval_daemon(request); local
137 sprintf(both, "%s@%s", daemon, host);
140 return (daemon);
H A Dtcpd.h106 char daemon[STRING_LENGTH]; /* access via eval_daemon(request) */ member in struct:request_info
159 extern void rfc931(); /* client name from RFC 931 daemon */
221 #define eval_daemon(r) ((r)->daemon) /* daemon process name */
/illumos-gate/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) {
/illumos-gate/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 */
/illumos-gate/usr/src/cmd/tcpd/
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...]
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);
/illumos-gate/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) argument
314 switch (daemon) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c85 boolean_t daemon = _B_TRUE; /* Fork off a detached daemon */ local
109 daemon = _B_FALSE;
113 daemon = _B_FALSE;
137 } else if (tracing && !daemon) {
145 if (daemon) {
/illumos-gate/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; local
192 p->p_lwpdwait += daemon;
200 target_lep->le_dwaiters += daemon;
225 p->p_lwpdwait -= daemon;
254 * is some non-daemon thread sleeping here in
272 p->p_lwpdwait -= daemon;
283 * We are waiting for anyone. If all non-daemon lwps
285 * no non-daemon lwp will return, we have deadlock.
312 * to all non-daemon lwp
[all...]
/illumos-gate/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 macro
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
87 // %%% Reconfigure() probably belongs in the platform support layer (mDNSPosix.c), not the daemon cd
[all...]
H A DmDNSUNP.c999 int daemon(int nochdir, int noclose) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c170 boolean_t intr = B_FALSE, daemon = B_FALSE; local
334 daemon = B_TRUE;
503 daemon = B_TRUE;
527 if (daemon) {
666 * set_flags: task daemon flags to set.
667 * reset_flags: task daemon flags to reset.
731 * set_flags: task daemon flags to set.
732 * reset_flags: task daemon flags to reset.
1522 * set_flags: task daemon flags to set.
1523 * reset_flags: task daemon flag
[all...]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc1013 switch (macro->body.macro.daemon) {
1028 /* If this is a $? value we call the daemon to translate the */
1052 * setvar_daemon(name, value, append, daemon, strip_trailing_spaces)
1054 * Set a macro value, possibly supplying a daemon to be used
1064 * daemon Special treatment when reading the value
1077 setvar_daemon(register Name name, register Name value, Boolean append, Daemon daemon, Boolean strip_trailing_spaces, short debug_level) argument
1095 if (daemon == no_daemon) {
1155 switch (daemon) {
1202 macro->body.macro.daemon = daemon;
[all...]
/illumos-gate/usr/src/cmd/avs/dscfglockd/
H A Ddscfglockd.c334 /* find the lock daemon structure for a give daemon address */
351 * a messge has been received from daemon, note this and if the daemon
356 daemon_alive(daemonaddr_t *daemon, int32_t order) argument
364 if (cmp_addr(&(ldp->host), daemon) == 0) {
369 "daemon restarted on %s\n",
370 dp_addr(daemon));
371 DPF((stderr, "daemon restarted on %s\n",
372 dp_addr(daemon)));
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c58 * - listing routing daemon properties
64 * Specifying a routing daemon with no SMF counterpart results in the
65 * daemon, it`s arguments and stop command being set in the appropriate instance
73 * non-SMF routing daemon via
74 * # routeadm -s ipv4-routing-daemon=/usr/sbin/mydaemon
79 * ipv4-routing-daemon/ipv6-routing-daemon to determine if there is an
81 * we move configuration, specifically the associated daemon arguments
82 * to the SMF counterpart. From there, when the daemon is enabled, it
83 * will pick up the daemon argument
900 char *daemon, *l_daemon = NULL; local
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h404 * This is why some macro values need a daemon.
406 Daemon daemon:2; member in struct:_Macro

Completed in 101 milliseconds