HomeSort by: relevance | last modified time | path
    Searched refs:Daemon (Results 1 - 6 of 6) sorted by relevancy

  /src/games/hunt/hunt/
hunt_private.h 68 extern SOCKET Daemon;
hunt.c 84 SOCKET Daemon;
86 #define DAEMON_SIZE (sizeof Daemon)
88 #define DAEMON_SIZE (sizeof Daemon - 1)
291 if (Daemon.sin_port == 0)
306 if (connect(huntsocket, (struct sockaddr *) &Daemon,
330 Daemon.sun_family = SOCK_FAMILY;
331 (void) strcpy(Daemon.sun_path, huntsockpath);
332 if (connect(huntsocket, &Daemon, DAEMON_SIZE) < 0) {
344 } while (connect(huntsocket, &Daemon, DAEMON_SIZE) < 0);
430 assert(hostlen == sizeof(Daemon));
    [all...]
server.c 229 contactaddr.sin_addr = Daemon.sin_addr;
  /src/sys/arch/x68k/stand/libsa/
putimage.S 104 | BSD Daemon Image, used for NetBSD boot by permission.
107 | BSD Daemon Copyright 1988 by Marshall Kirk McKusick.
110 | Permission to use the daemon may be obtained from:
120 .asciz "\nBSD Daemon Copyright 1988 by Marshall Kirk McKusick."
  /src/external/gpl2/lvm2/dist/
configure.in 335 dnl -- Build cluster LVM daemon
336 AC_MSG_CHECKING(whether to build cluster LVM daemon)
338 [ --with-clvmd=TYPE Build cluster LVM Daemon.
563 dnl -- Build cluster mirror log daemon
564 AC_MSG_CHECKING(whether to build cluster mirror log daemon)
565 AC_ARG_ENABLE(cmirrord, [ --enable-cmirrord Enable the cluster mirror log daemon],
745 AC_ARG_ENABLE(dmeventd, [ --enable-dmeventd Enable the device-mapper event daemon],
766 AC_DEFINE([DMEVENTD], 1, [Define to 1 to enable the device-mapper event daemon.])
  /src/external/bsd/openldap/dist/
configure 1589 SLAPD (Standalone LDAP Daemon) Options:
1648 LLOADD (Load Balancer Daemon) Options:
23746 ac_fn_c_check_header_compile "$LINENO" "systemd/sd-daemon.h" "ac_cv_header_systemd_sd_daemon_h" "$ac_includes_default"

Completed in 58 milliseconds