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

/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c99 static int serial_fd = -1; variable
217 if (serial_fd >= 0)
218 close (serial_fd);
1027 FD_SET (serial_fd, &fds);
1032 if (select (serial_fd + 1, &fds, 0, 0, &to) > 0)
1034 if (nread (serial_fd, &c, 1) != 1)
1049 if (nwrite (serial_fd, &ch, 1) != 1)
1119 if (serial_fd >= 0)
1120 close (serial_fd);
1123 serial_fd
[all...]

Completed in 63 milliseconds