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

/freebsd-10.0-release/sys/dev/usb/net/
H A Duhso.c1380 struct usb_cdc_notification cdc; local
1397 usbd_copy_out(pc, 0, &cdc, actlen);
1399 if (UGETW(cdc.wIndex) != sc->sc_iface_no) {
1401 UGETW(cdc.wIndex), sc->sc_iface_no);
1405 if (cdc.bmRequestType == UCDC_NOTIFICATION &&
1406 cdc.bNotification == UCDC_N_SERIAL_STATE) {
1407 UHSO_DPRINTF(2, "notify = 0x%02x\n", cdc.data[0]);
1411 if (cdc.data[0] & UCDC_N_SERIAL_RI)
1413 if (cdc.data[0] & UCDC_N_SERIAL_DSR)
1415 if (cdc
[all...]
H A Dif_usie.c989 struct usb_cdc_notification cdc; local
999 if (actlen < (sizeof(cdc) - 16)) {
1004 usbd_copy_out(pc, 0, &cdc, (sizeof(cdc) - 16));
1006 DPRINTFN(4, "bNotification=%x\n", cdc.bNotification);
1008 if (cdc.bNotification & UCDC_N_RESPONSE_AVAILABLE) {
/freebsd-10.0-release/etc/
H A Dservices454 cdc 223/tcp #Certificate Distribution Center
455 cdc 223/udp #Certificate Distribution Center
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src11581 #### Control Data (cdc)
11584 cdc456|cdc 456 terminal,

Completed in 262 milliseconds