Searched refs:bytesread (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | backtrace.c | 264 int bytesread; in xorg_backtrace_pstack() local 270 bytesread = read(pipefd[0], btline, sizeof(btline) - 1); in xorg_backtrace_pstack() 272 if (bytesread > 0) { in xorg_backtrace_pstack() 273 btline[bytesread] = 0; in xorg_backtrace_pstack() 276 else if ((bytesread < 0) || ((errno != EINTR) && (errno != EAGAIN))) in xorg_backtrace_pstack()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_ioctl.h | 82 u32 informationbufferlength, u32 *bytesread,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | BusLogic.c | 3102 blogic_addcount(&tgt_stats[tgt_id].bytesread, buflen); in blogic_qcmd_lck() 3509 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info() 3510 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info() 3512 seq_printf(m, " %9u", tgt_stats[tgt].bytesread.units); in blogic_show_info()
|
| H A D | BusLogic.h | 921 struct blogic_byte_count bytesread; member
|