Home
last modified time | relevance | path

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

/netbsd/src/libexec/telnetd/
Dstate.c1111 int xspeed, rspeed; in suboption() local
1121 xspeed = atoi((char *)subpointer); in suboption()
1128 clientstat(TELOPT_TSPEED, xspeed, rspeed); in suboption()
/netbsd/src/sys/dev/usb/
Dxhci.c1847 xhci_xspeed2speed(int xspeed)
1849 switch (xspeed) {
1852 default: return xspeed;
1859 xhci_xspeed2psspeed(int xspeed) in xhci_xspeed2psspeed() argument
1861 switch (xspeed) { in xhci_xspeed2psspeed()