Home
last modified time | relevance | path

Searched refs:SLAVE (Results 1 – 12 of 12) sorted by relevance

/original-bsd/usr.sbin/timed/timed/
H A Dcandidate.c63 return(SLAVE);
94 return(SLAVE);
110 return(SLAVE);
H A Dglobals.h84 #define SLAVE 1 macro
87 #define ALL (SLAVE|MASTER|IGNORE)
88 #define SUBMASTER (SLAVE|MASTER)
H A Dtimed.c593 ntp->status = SLAVE;
651 ntp->status = SLAVE;
697 case SLAVE: in setstatus()
714 case SLAVE: in setstatus()
743 if (ntp->status == SLAVE && ntp != net)
758 if (!Mflag && ntp->status == SLAVE) in checkignorednets()
763 if (!Mflag && ntp->status == SLAVE) in checkignorednets()
778 if (slavenet != 0 && slavenet->status == SLAVE) {
783 if (ntp == 0 || ntp->status != SLAVE) {
785 if (ntp->status == SLAVE)
H A Dslave.c324 if (fromnet->status != SLAVE) in slave()
376 if (fromnet->status == SLAVE) { in slave()
502 if (fromnet->status == SLAVE) { in slave()
H A Dmaster.c451 if (!(status & SLAVE)) {
458 if (trace && (mydelta != 0 || (status & SLAVE)))
802 fromnet->status = SLAVE;
H A Dreadmsg.c259 else if (fromnet->status == SLAVE)
/original-bsd/usr.sbin/config/
H A Dlang.l75 { "slave", SLAVE },
H A Dconfig.y50 %token SLAVE
539 SLAVE NUMBER
/original-bsd/usr.bin/uucp/vms/
H A Duucp.h190 #define SLAVE 0 macro
/original-bsd/usr.bin/uucp/uucico/
H A Dcico.c75 int Role = SLAVE;
76 int InitialRole = SLAVE;
249 setdebug ((Role == SLAVE) ? DBG_TEMP : DBG_PERM);
257 if (Role == SLAVE) {
756 if (Role == SLAVE) {
H A Dcntrl.c349 role = SLAVE;
454 if (role != SLAVE) {
645 if (role != SLAVE) {
/original-bsd/usr.bin/uucp/includes/
H A Duucp.h272 #define SLAVE 0 macro