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

  /src/tests/lib/libcurses/
debug_test 11 SLAVE="${BASEDIR}/slave"
31 echo " -s : Specify the slave command. Defaults to \"../slave/slave\""
71 SLAVE=${OPTARG}
109 exec ${BASEDIR}/director ${ARGS} -s ${SLAVE} "${INCLUDE_PATH}/$1"
  /src/usr.sbin/timed/timed/
candidate.c 42 * `election' candidates a host as master: it is called by a slave
82 return(SLAVE);
112 return(SLAVE);
128 return(SLAVE);
globals.h 95 #define SLAVE 1
98 #define ALL (SLAVE|MASTER|IGNORE)
99 #define SUBMASTER (SLAVE|MASTER)
151 extern int nslavenets; /* nets where I could be a slave */
timed.c 71 int nslavenets; /* nets where I could be a slave */
389 slave();
411 slave();
454 ntp->status = SLAVE;
472 * slave, postponing election of a master until first
512 ntp->status = SLAVE;
558 case SLAVE:
575 case SLAVE:
576 fprintf(fd, "SLAVE\n");
603 if (ntp->status == SLAVE && ntp != net
    [all...]
master.c 248 * more than one master: the first slave to
294 doquit(msg); /* become a slave */
403 /* The slave did not respond. We have
438 if (!(status & SLAVE)) {
445 if (trace && (mydelta != 0 || (status & SLAVE)))
451 * sends the time to each slave after the master
572 longjmp(jmpenv, 2); /* give up and be a slave */
693 * network. This is called when a master transitions to a slave on a
741 * If we are stable, send our time to the slave.
787 fromnet->status = SLAVE;
    [all...]
slave.c 1 /* $NetBSD: slave.c,v 1.19 2018/01/16 07:57:58 maya Exp $ */
35 static char sccsid[] = "@(#)slave.c 8.1 (Berkeley) 6/6/93";
37 __RCSID("$NetBSD: slave.c,v 1.19 2018/01/16 07:57:58 maya Exp $");
60 slave(void) function in typeref:typename:void
183 fprintf(fd, "slave ignored: ");
195 fprintf(fd, "slave ignored: ");
294 * forever. Each time a gateway receives it on its slave side, it will
326 if (fromnet->status != SLAVE)
372 if (fromnet->status == SLAVE) {
423 * more than one master: the first slave t
    [all...]
readmsg.c 303 else if (fromnet->status == SLAVE)
344 * only the type ACK is to be sent by a slave

Completed in 14 milliseconds