Home
last modified time | relevance | path

Searched refs:ack_flag (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c58 int ack_flag, termio_flag, chkflag; in oplmsu_lrioctl_termios() local
82 ack_flag = ACK_RES; in oplmsu_lrioctl_termios()
84 ack_flag = NAK_RES; in oplmsu_lrioctl_termios()
145 if (ack_flag == ACK_RES) { /* M_IOCACK received */ in oplmsu_lrioctl_termios()
351 if ((ack_flag == ACK_RES) && in oplmsu_lrioctl_termios()
421 } else if ((ack_flag == NAK_RES) && in oplmsu_lrioctl_termios()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c544 uint_t ack_flag);
5135 hubd->h_port_state[port], ack_flag); in hubd_determine_port_status()
5265 if (ack_flag) { in hubd_determine_port_status()
5267 if (*change & PORT_CHANGE_CSC & ack_flag) { in hubd_determine_port_status()
5286 if (*change & PORT_CHANGE_PESC & ack_flag) { in hubd_determine_port_status()
5305 if (*change & PORT_CHANGE_PSSC & ack_flag) { in hubd_determine_port_status()
5325 if (*change & PORT_CHANGE_OCIC & ack_flag) { in hubd_determine_port_status()
5345 if (*change & PORT_CHANGE_PRSC & ack_flag) { in hubd_determine_port_status()
5364 if (*change & PORT_CHANGE_BHPR & ack_flag) { in hubd_determine_port_status()
5383 if (*change & PORT_CHANGE_PLSC & ack_flag) { in hubd_determine_port_status()
[all …]