Home
last modified time | relevance | path

Searched refs:MASTER (Results 1 – 22 of 22) sorted by relevance

/original-bsd/usr.sbin/timed/timed/
H A Dslave.c78 if (status & MASTER) { in slave()
80 if (ntp->status == MASTER) in slave()
103 if (ntp->status == MASTER) { in slave()
109 if (ntp->status == MASTER in slave()
123 if (ntp->status == MASTER) { in slave()
276 if (status & MASTER) in slave()
340 if (fromnet->status != MASTER) in slave()
423 if (fromnet->status != MASTER) in slave()
500 if (!(status & MASTER)) in slave()
540 if (ntp->status == MASTER in slave()
[all …]
H A Dglobals.h85 #define MASTER 2 macro
87 #define ALL (SLAVE|MASTER|IGNORE)
88 #define SUBMASTER (SLAVE|MASTER)
H A Dmaster.c71 if (ntp->status == MASTER) in master()
107 if (ntp->status == MASTER) { in master()
112 if (ntp->status == MASTER in master()
172 if (!fromnet || fromnet->status != MASTER) in master()
220 if (fromnet->status == MASTER) { in master()
242 if (!fromnet || fromnet->status != MASTER) in master()
273 if (!fromnet || fromnet->status != MASTER) in master()
288 if (!fromnet || fromnet->status != MASTER in master()
748 if (!fromnet || fromnet->status != MASTER)
788 if (fromnet->status == MASTER) {
H A Dtimed.c498 if (!slavenet || slavenet->status == MASTER) {
514 if (!(status & MASTER) && sock_raw != -1) {
520 if (status == MASTER)
536 if (ntp->status == MASTER)
645 ntp->status = MASTER;
694 case MASTER: in setstatus()
711 case MASTER: in setstatus()
H A Dcandidate.c73 return(MASTER);
H A Dreadmsg.c257 else if (fromnet->status == MASTER)
/original-bsd/usr.bin/uucp/uucico/
H A Dcntrl.c180 if (role == MASTER) {
313 if (role == MASTER)
336 if (role == MASTER)
345 if (role != MASTER) {
370 role = MASTER;
374 if (role == MASTER) {
417 if (role != MASTER) {
427 if (role != MASTER) {
579 if (role != MASTER) {
589 if (role != MASTER) {
[all …]
H A Dcico.c163 Role = MASTER;
199 if (Debug && Role == MASTER)
219 if (Role == MASTER && (ret = open(_PATH_TTY, 2)) >= 0) {
523 } else if (Role == MASTER && callok(Rmtname) != 0) {
534 if (Role == MASTER) {
546 if (Ifn != -1 && Role == MASTER) {
578 InitialRole = MASTER;
783 if (Role == MASTER)
933 if (!auditopen && Role == MASTER) {
/original-bsd/usr.bin/mail/
H A Dc.local.h23 #define MASTER "/usr/ucb/lib/Mail.rc" macro
H A D40.local.h19 #define MASTER "/usr/lib/Mail.rc" macro
H A Dv6.local.h20 #define MASTER "/usr/lib/Mail.rc" macro
H A Dcc.local.h24 #define MASTER "/usr/lib/Mail.rc" macro
H A Ding.local.h22 #define MASTER "/usr/lib/Mail.rc" macro
/original-bsd/usr.sbin/config/
H A Dlang.l55 { "master", MASTER },
H A Dconfig.y34 %token MASTER
415 MASTER Dev_name Dev_info Int_spec
416 = { cur.d_type = MASTER; } |
542 cur.d_conn->d_type == MASTER)
762 if (dp->d_type != CONTROLLER && dp->d_type != MASTER) {
H A Dmkioconf.c192 mp == TO_NEXUS || mp->d_type == MASTER || in vax_ioconf()
368 mp == TO_NEXUS || mp->d_type == MASTER || in tahoe_ioconf()
480 dp->d_type != MASTER && dp->d_type != CONTROLLER) in hp300_ioconf()
737 if (dp->d_type != CONTROLLER && dp->d_type != MASTER) in pmax_ioconf()
763 if (dp->d_type == CONTROLLER || dp->d_type == MASTER || in pmax_ioconf()
851 if ((dp->d_type != MASTER && dp->d_type != CONTROLLER) in news_ioconf()
/original-bsd/old/rogue/
H A Dmachdep.c251 # ifdef MASTER in author()
254 # endif MASTER in author()
/original-bsd/usr.bin/uucp/vms/
H A Duucp.h189 #define MASTER 1 macro
/original-bsd/contrib/dungeon/
H A Doindex.h23 COMMON /OINDEX/ ITOBJ,EVERY,VALUA,OPLAY,WNORT,GWATE,MASTER
H A Ddmain.F190 DATA WNORT/205/,GWATE/209/,MASTER/215/
H A Dclockr.F552 CALL NEWSTA(MASTER,0,HERE,0,0)
/original-bsd/usr.bin/uucp/includes/
H A Duucp.h271 #define MASTER 1 macro