Searched refs:fdreadp (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;
169 *fdreadp = 0;
209 dksetup(role, fdreadp, fdwritep)
212 int *fdreadp;
219 (void) usetup(role, fdreadp, fdwritep);
220 if ((ret = (*Ioctl)(*fdreadp, DIOCRMODE, dkrmode)) < 0) {
222 DEBUG(4, "read fd=%d, ", *fdreadp);
342 * note blatant assumption that *fdreadp == *fdwritep == 0
345 tsetup(role, fdreadp, fdwrite
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c117 usetup(int role, int *fdreadp, int *fdwritep) argument
120 *fdreadp = 0;
219 * note blatant assumption that *fdreadp == *fdwritep == 0
222 tsetup(int role, int *fdreadp, int *fdwritep) argument
225 *fdreadp = 0;
229 if (t_sync(*fdreadp) == -1 || t_sync(*fdwritep) == -1) {
230 tfaillog(*fdreadp, "tsetup: t_sync\n");
252 * note blatant assumption that *fdreadp == *fdwritep
255 tssetup(int role, int *fdreadp, int *fdwritep) argument
258 *fdreadp
[all...]

Completed in 59 milliseconds