Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance

/drivers/isdn/pcbit/
Ddrv.c704 static char statbuf[STATBUF_LEN]; variable
722 if (copy_to_user(buf, statbuf + stat_st, len)) in pcbit_stat()
730 if (copy_to_user(buf, statbuf + stat_st, in pcbit_stat()
733 if (copy_to_user(buf, statbuf, in pcbit_stat()
741 if (copy_to_user(buf, statbuf + stat_st, len)) in pcbit_stat()
764 statbuf[i]=str[i]; in pcbit_logstat()
/drivers/net/tulip/
Dde4x5.c5510 struct pkt_stats statbuf; in de4x5_ioctl() local
5511 ioc->len = sizeof(statbuf); in de4x5_ioctl()
5513 memcpy(&statbuf, &lp->pktStats, ioc->len); in de4x5_ioctl()
5515 if (copy_to_user(ioc->data, &statbuf, ioc->len)) in de4x5_ioctl()