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

  /src/sys/dev/usb/
uhmodem.c 201 char comname[16]; local in function:uhmodem_attach
327 snprintf(comname, sizeof(comname), "modem");
330 snprintf(comname, sizeof(comname), "alt#1");
333 snprintf(comname, sizeof(comname), "alt#2");
336 snprintf(comname, sizeof(comname), "int#%d", i);
350 ucaa.ucaa_info = comname;
    [all...]
uhmodem.c 201 char comname[16]; local in function:uhmodem_attach
327 snprintf(comname, sizeof(comname), "modem");
330 snprintf(comname, sizeof(comname), "alt#1");
333 snprintf(comname, sizeof(comname), "alt#2");
336 snprintf(comname, sizeof(comname), "int#%d", i);
350 ucaa.ucaa_info = comname;
    [all...]

Completed in 21 milliseconds