Lines Matching refs:Role
124 Role = SLAVE;
194 if ( (Role = atoi(optarg)) != MASTER && Role != SLAVE ) {
237 if (Role == MASTER || *Loginuser == NULLCHAR) {
263 pfStrtConn((Role == MASTER) ? 'M' : 'S');
264 if (Role == MASTER) {
282 scReqsys((Role == MASTER) ? Myname : Rmtname); /* log requestor system */
284 if (Role == SLAVE) {
300 if ( (*Setup)( Role, &Ifn, &Ofn ) ) {
498 if (Role == MASTER && callok(Rmtname) != 0) {
506 if (Role == MASTER) {
514 if (Ifn != -1 && Role == MASTER) {
696 DEBUG(4, "Role %s, ", Role ? "MASTER" : "SLAVE");
779 (*Teardown)( Role, Ifn, Ofn );