Searched defs:stat_buf (Results 1 - 8 of 8) sorted by relevance

/drivers/tty/
H A Damiserial.c1548 char stat_buf[30], control, status; local
1558 stat_buf[0] = 0;
1559 stat_buf[1] = 0;
1561 strcat(stat_buf, "|RTS");
1563 strcat(stat_buf, "|CTS");
1565 strcat(stat_buf, "|DTR");
1567 strcat(stat_buf, "|DSR");
1569 strcat(stat_buf, "|CD");
1591 seq_printf(m, " %s\n", stat_buf+1);
H A Dsynclink_gt.c1256 char stat_buf[30]; local
1268 stat_buf[0] = 0;
1269 stat_buf[1] = 0;
1271 strcat(stat_buf, "|RTS");
1273 strcat(stat_buf, "|CTS");
1275 strcat(stat_buf, "|DTR");
1277 strcat(stat_buf, "|DSR");
1279 strcat(stat_buf, "|CD");
1281 strcat(stat_buf, "|RI");
1312 seq_printf(m, " %s\n", stat_buf
[all...]
H A Dsynclinkmp.c1345 char stat_buf[30]; local
1363 stat_buf[0] = 0;
1364 stat_buf[1] = 0;
1366 strcat(stat_buf, "|RTS");
1368 strcat(stat_buf, "|CTS");
1370 strcat(stat_buf, "|DTR");
1372 strcat(stat_buf, "|DSR");
1374 strcat(stat_buf, "|CD");
1376 strcat(stat_buf, "|RI");
1407 seq_printf(m, " %s\n", stat_buf
[all...]
H A Dsynclink.c3461 char stat_buf[30]; local
3479 stat_buf[0] = 0;
3480 stat_buf[1] = 0;
3482 strcat(stat_buf, "|RTS");
3484 strcat(stat_buf, "|CTS");
3486 strcat(stat_buf, "|DTR");
3488 strcat(stat_buf, "|DSR");
3490 strcat(stat_buf, "|CD");
3492 strcat(stat_buf, "|RI");
3524 seq_printf(m, " %s\n", stat_buf
[all...]
/drivers/net/wireless/
H A Dat76c50x-usb.c702 u8 *stat_buf; local
705 stat_buf = kmalloc(40, GFP_NOIO);
706 if (!stat_buf)
711 USB_RECIP_INTERFACE, cmd, 0, stat_buf,
714 ret = stat_buf[5];
715 kfree(stat_buf);
/drivers/staging/serial/
H A D68360serial.c1953 char stat_buf[30], control, status; local
1985 stat_buf[0] = 0;
1986 stat_buf[1] = 0;
1988 strcat(stat_buf, "|RTS");
1990 strcat(stat_buf, "|CTS");
1992 strcat(stat_buf, "|DTR");
1994 strcat(stat_buf, "|DSR");
1996 strcat(stat_buf, "|CD");
1998 strcat(stat_buf, "|RI");
2023 ret += sprintf(buf+ret, " %s\n", stat_buf
[all...]
/drivers/tty/serial/
H A Dserial_core.c1565 char stat_buf[32]; local
1614 strncat(stat_buf, (str), sizeof(stat_buf) - \
1615 strlen(stat_buf) - 2)
1618 strncat(stat_buf, (str), sizeof(stat_buf) - \
1619 strlen(stat_buf) - 2)
1621 stat_buf[0] = '\0';
1622 stat_buf[1] = '\0';
1629 if (stat_buf[
[all...]
/drivers/char/pcmcia/
H A Dsynclink_cs.c2559 char stat_buf[30]; local
2570 stat_buf[0] = 0;
2571 stat_buf[1] = 0;
2573 strcat(stat_buf, "|RTS");
2575 strcat(stat_buf, "|CTS");
2577 strcat(stat_buf, "|DTR");
2579 strcat(stat_buf, "|DSR");
2581 strcat(stat_buf, "|CD");
2583 strcat(stat_buf, "|RI");
2614 seq_printf(m, " %s\n", stat_buf
[all...]

Completed in 251 milliseconds