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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c51 * void undial(rlfd);
52 * int rlfd;
54 * rlfd is the "remote-lne file descriptor" returned from dial.
129 static int rlfd; /* fd for remote comm line */ variable
190 rlfd = conn(call.telno);
222 rlfd = getto(alt);
224 if (rlfd < 0)
242 if ((call.attr) && ioctl(rlfd, TCSETA, call.attr) < 0) {
248 undial(rlfd);
249 return (rlfd);
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.c49 * void undial(rlfd);
50 * int rlfd;
52 * rlfd is the "remote-lne file descriptor" returned from dial.
133 rlfd; /* fd for remote comm line */ variable
200 rlfd = conn(call.telno);
232 rlfd = getto(alt);
234 if (rlfd < 0)
245 if ((call.attr) && ioctl(rlfd, TCSETA, call.attr) < 0) {
251 undial(rlfd);
252 return(rlfd);
[all...]

Completed in 45 milliseconds