Searched defs:fdwritep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c117 usetup(int role, int *fdreadp, int *fdwritep) argument
121 *fdwritep = 1;
219 * note blatant assumption that *fdreadp == *fdwritep == 0
222 tsetup(int role, int *fdreadp, int *fdwritep) argument
226 *fdwritep = 1;
229 if (t_sync(*fdreadp) == -1 || t_sync(*fdwritep) == -1) {
252 * note blatant assumption that *fdreadp == *fdwritep
255 tssetup(int role, int *fdreadp, int *fdwritep) argument
259 *fdwritep = 1;

Completed in 58 milliseconds