Searched refs:trad_sts (Results 1 – 2 of 2) sorted by relevance
59 ulong_t trad_sts; in oplmsu_lrioctl_termios() local70 trad_sts = upath->traditional_status; in oplmsu_lrioctl_termios()74 if (((iocp->ioc_cmd == TCSETS) && (trad_sts == MSU_WTCS_ACK)) || in oplmsu_lrioctl_termios()75 ((iocp->ioc_cmd == TCSETSW) && (trad_sts == MSU_WTCS_ACK)) || in oplmsu_lrioctl_termios()76 ((iocp->ioc_cmd == TCSETSF) && (trad_sts == MSU_WTCS_ACK)) || in oplmsu_lrioctl_termios()77 ((iocp->ioc_cmd == TIOCMSET) && (trad_sts == MSU_WTMS_ACK)) || in oplmsu_lrioctl_termios()78 ((iocp->ioc_cmd == TIOCSPPS) && (trad_sts == MSU_WPPS_ACK)) || in oplmsu_lrioctl_termios()79 ((iocp->ioc_cmd == TIOCSWINSZ) && (trad_sts == MSU_WWSZ_ACK)) || in oplmsu_lrioctl_termios()80 ((iocp->ioc_cmd == TIOCSSOFTCAR) && (trad_sts == MSU_WCAR_ACK))) { in oplmsu_lrioctl_termios()94 switch (trad_sts) { in oplmsu_lrioctl_termios()[all …]
652 ulong_t trad_sts) in oplmsu_cmn_set_upath_sts() argument660 upath->traditional_status = trad_sts; in oplmsu_cmn_set_upath_sts()