Home
last modified time | relevance | path

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

/freebsd/libexec/rbootd/
H A Drbootd.c237 int doread = 1; in main() local
239 while (BpfRead(&rconn, doread)) { in main()
240 doread = 0; in main()
H A Dbpf.c289 BpfRead(RMPCONN *rconn, int doread) in BpfRead() argument
299 if (doread) { in BpfRead()
/freebsd/usr.sbin/fdread/
H A Dfdread.c50 static int doread(int fd, FILE *of, const char *_devname);
155 return (numids? doreadid(fd, numids, trackno): doread(fd, of, _devname)); in main()
159 doread(int fd, FILE *of, const char *_devname) in doread() function
/freebsd/sys/amd64/vmm/io/
H A Dvioapic.c394 uint64_t *data, int size, bool doread) in vioapic_mmio_rw() argument
405 if (doread) in vioapic_mmio_rw()
412 if (doread) in vioapic_mmio_rw()
417 if (doread) { in vioapic_mmio_rw()
/freebsd/lib/libnv/
H A Dmsgio.c87 fd_wait(int fd, bool doread) in fd_wait() argument
95 (void)select(fd + 1, doread ? &fds : NULL, doread ? NULL : &fds, in fd_wait()
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c204 uint16_t sel, struct user_segment_descriptor *desc, bool doread, in desc_table_rw() argument
218 sizeof(*desc), doread ? PROT_READ : PROT_WRITE, iov, nitems(iov), in desc_table_rw()
223 if (doread) in desc_table_rw()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c671 boolean_t doread = B_FALSE; in zvol_geom_bio_strategy() local
694 doread = B_TRUE; in zvol_geom_bio_strategy()
727 commit = !doread && !is_dumpified && in zvol_geom_bio_strategy()
735 doread ? RL_READER : RL_WRITER); in zvol_geom_bio_strategy()
753 if (doread) { in zvol_geom_bio_strategy()
/freebsd/contrib/file/src/
H A Dreadelf.c1747 int doread; in dophn_exec() local
1764 doread = 1; in dophn_exec()
1779 doread = 1; in dophn_exec()
1782 doread = 0; in dophn_exec()
1790 if (doread) { in dophn_exec()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c1534 int doread, c, make_daemon = 0; in main() local
1704 for (doread = 1; doread; ) in main()
1705 doread = read_loginfo(&config); in main()
/freebsd/tools/regression/fsx/
H A Dfsx.c434 doread(off_t offset, off_t size) in doread() function
878 doread(offset, size); in test()
/freebsd/tools/test/stress2/misc/
H A Dumountf2.sh513 doread(unsigned offset, unsigned size)
/freebsd/sys/geom/raid/
H A Dmd_ddf.c1098 doread: in ddf_meta_read()
1110 goto doread; in ddf_meta_read()
1131 goto doread; in ddf_meta_read()