Searched refs:readw (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dmain.c1489 coproc.read = coproc.readw = coproc.write = -1;
1512 if (coproc.readw >= 0 && coproc.read >= 0 && fd == coproc.read) {
1513 close(coproc.readw);
1514 coproc.readw = -1;
1555 if (!reuse || coproc.readw < 0 || coproc.read < 0) {
1560 if (coproc.readw >= 0) {
1561 close(coproc.readw);
1562 coproc.readw = -1;
H A Dexec.c258 if (coproc.readw >= 0)
259 ksh_dup2(coproc.readw, 1, false);
265 coproc.readw = pv[1];
283 NULL, coproc.readw);
H A Dsh.h981 int readw; /* other side of read (saved temporarily) */ member in struct:coproc
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c142 static inline uint16_t readw(const void *addr) function
665 while (cmos_readb(0x5f) + 1 != readw(&smp_cpus))
669 BX_INFO("Found %d cpu(s)\n", readw(&smp_cpus));

Completed in 179 milliseconds