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

/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c164 usetup(role, fdreadp, fdwritep)
165 int *fdreadp, *fdwritep;
170 *fdwritep = 1;
209 dksetup(role, fdreadp, fdwritep)
213 int *fdwritep;
219 (void) usetup(role, fdreadp, fdwritep);
342 * note blatant assumption that *fdreadp == *fdwritep == 0
345 tsetup(role, fdreadp, fdwritep)
346 int *fdreadp, *fdwritep;
351 *fdwritep
[all...]
/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 269 milliseconds