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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c62 static int tssetup(int, int *, int *); /* TLI setup with streams module */
88 { "TLIS", read, write, tioctl, tssetup, uteardown },
251 * tssetup - tli, with streams module, setup routine
255 tssetup(int role, int *fdreadp, int *fdwritep) function
261 DEBUG(5, "tssetup: SLAVE mode: leaving ok\n%s", "");
265 DEBUG(4, "tssetup: MASTER mode: leaving ok\n%s", "");
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c80 tssetup(), /* TLI setup with streams module */
127 { "TLIS", read, write, tioctl, tssetup, uteardown },
376 * tssetup - tli, with streams module, setup routine
380 tssetup(role, fdreadp, fdwritep) function
389 DEBUG(5, "tssetup: SLAVE mode: leaving ok\n%s", "");
393 DEBUG(4, "tssetup: MASTER mode: leaving ok\n%s", "");

Completed in 57 milliseconds