Lines Matching refs:namlen
329 unsigned namlen;
339 namlen = value - optstr;
344 if (strncmp(optstr, "console", namlen) == 0) {
349 if ((strncmp(optstr, "ttya-mode", namlen) == 0) ||
350 (strncmp(optstr, "ttyb-mode", namlen) == 0)) {
351 char *port = strndupa(optstr, namlen);
378 unsigned namlen;
396 namlen = value - optstr;
416 if (strncmp(optstr, "console", namlen) == 0) {
431 if ((strncmp(optstr, "com1", namlen) == 0) ||
432 (strncmp(optstr, "com2", namlen) == 0)) {