Lines Matching defs:ucom
179 errx(1, "No ucom matched '%s'", line_path);
507 char *cua, *id, *ucom;
513 /* The mapping of ucom[NN] to cuaU[C] is defined in MAKEDEV. */
516 /* names is a comma separated list of "ucom<unit#>:<usb id>". */
518 for (ucom = strsep(&names, ","); ucom; ucom = strsep(&names, ",")) {
519 if (*ucom == '\0' || strncasecmp(ucom, "ucom", 4))
521 ucom += 4;
522 id = strchr(ucom, ':');
527 unit = strtonum(ucom, 0, strlen(U) - 1, &errstr);