Searched refs:SLAVE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.sbin/timed/timed/
H A Dcandidate.c84 return(SLAVE);
115 return(SLAVE);
131 return(SLAVE);
H A Dglobals.h93 #define SLAVE 1 macro
96 #define ALL (SLAVE|MASTER|IGNORE)
97 #define SUBMASTER (SLAVE|MASTER)
H A Dtimed.c481 ntp->status = SLAVE;
539 ntp->status = SLAVE;
585 case SLAVE:
602 case SLAVE:
603 fprintf(fd, "SLAVE\n");
630 if (ntp->status == SLAVE && ntp != net)
645 if (!Mflag && ntp->status == SLAVE)
650 if (!Mflag && ntp->status == SLAVE)
664 if (slavenet != NULL && slavenet->status == SLAVE) {
669 if (ntp == NULL || ntp->status != SLAVE) {
[all...]
H A Dmaster.c446 if (!(status & SLAVE)) {
453 if (trace && (mydelta != 0 || (status & SLAVE)))
792 fromnet->status = SLAVE;
H A Dslave.c338 if (fromnet->status != SLAVE)
386 if (fromnet->status == SLAVE) {
513 if (fromnet->status == SLAVE) {
H A Dreadmsg.c296 else if (fromnet->status == SLAVE)
/freebsd-11-stable/sys/x86/isa/
H A Datpic.c73 #define SLAVE 1 macro
202 KASSERT(isrc->is_pic == &atpics[SLAVE].at_pic,
205 outb(atpics[SLAVE].at_ioaddr, OCW2_EOI);
343 i8259_init(ap, ap == &atpics[SLAVE]);
345 if (ap == &atpics[SLAVE] && elcr_found)
486 i8259_init(&atpics[SLAVE], 1);
/freebsd-11-stable/usr.sbin/ypserv/
H A Dypinit.sh57 SERVERTYPE=SLAVE
75 SERVERTYPE=SLAVE
123 if [ "${SERVERTYPE}" = "SLAVE" ];
154 if [ "${SERVERTYPE}" = "SLAVE" ]; then
230 if [ "${SERVERTYPE}" = "SLAVE" ];

Completed in 128 milliseconds