Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/bnu/
H A Dinterface.c164 usetup(role, fdreadp, fdwritep) in usetup() argument
165 int *fdreadp, *fdwritep; in usetup()
170 *fdwritep = 1;
209 dksetup(role, fdreadp, fdwritep) in dksetup() argument
213 int *fdwritep;
219 (void) usetup(role, fdreadp, fdwritep);
345 tsetup(role, fdreadp, fdwritep) in tsetup() argument
346 int *fdreadp, *fdwritep; in tsetup()
351 *fdwritep = 1;
354 if (t_sync(*fdreadp) == -1 || t_sync(*fdwritep) == -1) {
[all …]
/titanic_50/usr/src/lib/libnsl/dial/
H A Dinterface.c117 usetup(int role, int *fdreadp, int *fdwritep) in usetup() argument
121 *fdwritep = 1; in usetup()
222 tsetup(int role, int *fdreadp, int *fdwritep) in tsetup() argument
226 *fdwritep = 1; in tsetup()
229 if (t_sync(*fdreadp) == -1 || t_sync(*fdwritep) == -1) { in tsetup()
255 tssetup(int role, int *fdreadp, int *fdwritep) in tssetup() argument
259 *fdwritep = 1; in tssetup()