Home
last modified time | relevance | path

Searched refs:doread (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/usr.sbin/rbootd/
H A Drbootd.c223 int doread = 1; in main() local
225 while (BpfRead(&rconn, doread)) { in main()
226 doread = 0; in main()
H A Dbpf.c283 BpfRead(RMPCONN *rconn, int doread) in BpfRead() argument
293 if (doread) { in BpfRead()
/netbsd-src/tests/kernel/
H A Dt_fdrestart.c71 doread(struct fdrestart *F) in doread() function
199 F->op = &doread; in ATF_TC_BODY()
240 F->op = &doread; in ATF_TC_BODY()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint.c40 int doread = 0; variable
188 if (doread) in main()
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c120 fd_wait(int fd, bool doread) in fd_wait() argument
128 (void)select(fd + 1, doread ? &fds : NULL, doread ? NULL : &fds, in fd_wait()
/netbsd-src/lib/libossaudio/
H A Doss3_mixer.c167 doread: in _oss3_mixer_ioctl()
215 goto doread; in _oss3_mixer_ioctl()
/netbsd-src/external/bsd/file/dist/src/
H A Dreadelf.c1688 int doread; in dophn_exec() local
1705 doread = 1; in dophn_exec()
1720 doread = 1; in dophn_exec()
1723 doread = 0; in dophn_exec()
1731 if (doread) { in dophn_exec()
/netbsd-src/sys/dev/
H A Dvnd.c802 bool doread; in handle_with_rdwr() local
808 doread = bp->b_flags & B_READ; in handle_with_rdwr()
818 vp, doread ? "read" : "write", obp->b_rawblkno, in handle_with_rdwr()
825 vn_rdwr(doread ? UIO_READ : UIO_WRITE, in handle_with_rdwr()
846 if (!doread) { in handle_with_rdwr()
/netbsd-src/games/hack/
H A Dhack.cmd.c103 { 'r', doread },
H A Dextern.h347 int doread(void);
H A Dhack.read.c77 doread(void) in doread() function
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon.c1569 int doread, c, make_daemon = 0; in main() local
1739 for (doread = 1; doread; ) in main()
1740 doread = read_loginfo(&config); in main()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-parse.c1583 unsigned doread = 1; in parse_one_sig_subpacket() local
1842 doread = 0; in parse_one_sig_subpacket()
1854 if (!doread && in parse_one_sig_subpacket()
1858 if (doread) { in parse_one_sig_subpacket()
1863 if (doread && subregion.readc != subregion.length) { in parse_one_sig_subpacket()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c3614 int doread; member
3630 if (ctx->doread) { in thread_main()
3666 static void test_fs_partial(int doread) { in test_fs_partial() argument
3682 ctx.doread = doread; in test_fs_partial()
3700 ctx.fd = pipe_fds[doread]; in test_fs_partial()
3703 if (doread) { in test_fs_partial()
/netbsd-src/sys/compat/ossaudio/
H A Dossaudio.c1227 doread: in oss_ioctl_mixer()
1292 goto doread; in oss_ioctl_mixer()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_raidz.c1606 uint64_t offset, uint64_t origoffset, boolean_t doread, boolean_t isdump) in vdev_raidz_physio() argument
1617 int flags = doread ? BIO_READ : BIO_WRITE; in vdev_raidz_physio()