Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h363 #define USBSER_DS_GET_MODEM_CTL(pp, mask, valp) \ macro
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1670 } else if (USBSER_DS_GET_MODEM_CTL(pp, TIOCM_CD, &val) != USB_SUCCESS) { in usbser_open_carrier_check()
2360 if (USBSER_DS_GET_MODEM_CTL(pp, -1, &status) != USB_SUCCESS) { in usbser_status_proc_cb()
2767 rval = USBSER_DS_GET_MODEM_CTL(pp, -1, (int *)datamp->b_rptr); in usbser_ioctl()