Lines Matching refs:fdreadp
164 usetup(role, fdreadp, fdwritep) in usetup() argument
165 int *fdreadp, *fdwritep; in usetup()
169 *fdreadp = 0;
209 dksetup(role, fdreadp, fdwritep) in dksetup() argument
212 int *fdreadp;
219 (void) usetup(role, fdreadp, fdwritep);
220 if ((ret = (*Ioctl)(*fdreadp, DIOCRMODE, dkrmode)) < 0) {
222 DEBUG(4, "read fd=%d, ", *fdreadp);
345 tsetup(role, fdreadp, fdwritep) in tsetup() argument
346 int *fdreadp, *fdwritep; in tsetup()
350 *fdreadp = 0;
354 if (t_sync(*fdreadp) == -1 || t_sync(*fdwritep) == -1) {
355 tfaillog(*fdreadp, "tsetup: t_sync\n");
380 tssetup(role, fdreadp, fdwritep) in tssetup() argument
382 int *fdreadp;
386 *fdreadp = 0;