Lines Matching refs:com_s

151 static    int       espattach (struct com_s *com, Port_t esp_port);
158 static void comhardclose (struct com_s *com);
159 static void sioinput (struct com_s *com);
160 static void siointr1 (struct com_s *com);
162 static int commctl (struct com_s *com, int bits, int how);
167 static int siosetwater (struct com_s *com, speed_t speed);
172 struct com_s *com);
190 #define com_addr(unit) ((struct com_s *) \
204 sizeof(struct com_s),
219 sizeof(struct com_s),
235 sizeof(struct com_s),
291 struct com_s *com; in sysctl_machdep_comdefaultrate()
556 struct com_s *com; in sioprobe()
903 espattach(struct com_s *com, Port_t esp_port) in espattach()
978 struct com_s *com; in sioattach()
1262 struct com_s *com; in sioopen()
1453 struct com_s *com; in sioclose()
1488 comhardclose(struct com_s *com) in comhardclose()
1552 struct com_s *com; in sioread()
1575 struct com_s *com; in siowrite()
1607 struct com_s *com; in siobusycheck()
1610 com = (struct com_s *)chan; in siobusycheck()
1662 struct com_s *com; in siodtrwakeup()
1665 com = (struct com_s *)chan; in siodtrwakeup()
1680 sioinput(struct com_s *com) in sioinput()
1755 siointr1((struct com_s *) arg); in siointr()
1760 struct com_s *com; in siointr()
1797 siointr1(struct com_s *com) in siointr1()
2021 struct com_s *com; in sioioctl()
2186 struct com_s *com; in siopoll()
2257 struct com_s *com; in comparam()
2449 siosetwater(struct com_s *com, speed_t speed) in siosetwater()
2513 struct com_s *com; in comstart()
2602 struct com_s *com; in comstop()
2640 commctl(struct com_s *com, int bits, int how) in commctl()
2703 struct com_s *com; in siosettimeout()
2745 struct com_s *com; in comwakeup()
2804 disc_optim(struct tty *tp, struct termios *t, struct com_s *com) in disc_optim()
3011 struct com_s *com; in siocnprobe()