Searched refs:iwr_flags (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/uucp-11/uucp/unix/
H A Dpipe.c100 q->iwr_flags = -1;
239 q->iwr_flags = fcntl (q->owr, F_GETFL, 0);
240 if (q->iflags < 0 || q->iwr_flags < 0)
H A Dserial.c1149 q->iwr_flags = -1;
1336 q->iwr_flags = fcntl (q->owr, F_GETFL, 0);
1337 if (q->iwr_flags < 0)
1440 if (qs->iwr_flags >= 0 && qs->ord != qs->owr)
1443 iwant = qs->iwr_flags &~ (O_NDELAY | O_NONBLOCK);
1445 iwant = qs->iwr_flags | iSunblock;
1454 iwant = qs->iwr_flags | O_NONBLOCK;
1465 qs->iwr_flags = iwant;
H A Dtcp.c129 q->iwr_flags = -1;
H A Dtli.c171 q->iwr_flags = -1;
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h369 int iwr_flags;
367 int iwr_flags; member in struct:ssysdep_conn

Completed in 140 milliseconds