Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance
/drivers/isdn/pcbit/ |
D | drv.c | 701 static char statbuf[STATBUF_LEN]; variable 719 if (copy_to_user(buf, statbuf + stat_st, len)) in pcbit_stat() 727 if (copy_to_user(buf, statbuf + stat_st, in pcbit_stat() 730 if (copy_to_user(buf, statbuf, in pcbit_stat() 738 if (copy_to_user(buf, statbuf + stat_st, len)) in pcbit_stat() 761 statbuf[i] = str[i]; in pcbit_logstat()
|
/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 5418 struct pkt_stats statbuf; in de4x5_ioctl() local 5419 ioc->len = sizeof(statbuf); in de4x5_ioctl() 5421 memcpy(&statbuf, &lp->pktStats, ioc->len); in de4x5_ioctl() 5423 if (copy_to_user(ioc->data, &statbuf, ioc->len)) in de4x5_ioctl()
|