HomeSort by: relevance | last modified time | path
    Searched defs:unit_label (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
umidi.c 1562 const char *unit_label; local
1591 unit_label = device_xname(sc->sc_dev);
1593 len = strlen(in_label) + strlen(out_label) + strlen(unit_label) + 4;
1598 in_label, out_label, unit_label);
umidi.c 1562 const char *unit_label; local
1591 unit_label = device_xname(sc->sc_dev);
1593 len = strlen(in_label) + strlen(out_label) + strlen(unit_label) + 4;
1598 in_label, out_label, unit_label);

Completed in 79 milliseconds