Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
u3g.c | 478 int port_rv; local in function:u3g_detach 480 port_rv = config_detach(sc->sc_com[i].c_dev, flags); 481 if (port_rv != 0) { 483 "port (%d)", port_rv); 485 rv |= port_rv; |