Searched refs:sread (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_sil3114.c | 512 ulong n = 0, sread; in sata_read() local 532 sread = 255; in sata_read() 534 sread = blkcnt; in sata_read() 537 status = do_one_read (device, blknr, sread, buffer, lba48); in sata_read() 538 if (status != sread) { in sata_read() 543 blkcnt -= sread; in sata_read() 544 blknr += sread; in sata_read() 545 n += sread; in sata_read() 546 buffer += sread * ATA_SECTOR_WORDS; in sata_read()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | qemutinyrunner.py | 125 sread, _, _ = select.select([self.server_socket],[],[],1) 128 for sock in sread:
|
| H A D | qemurunner.py | 453 sread, swrite, serror = select.select(socklist, [], [], 5) 456 for sock in sread: 646 sread, _, _ = select.select([self.server_socket],[],[], end - now) 649 if sread:
|