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

/freebsd-current/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));
159 doread(int fd, FILE *of, const char *_devname) function
/freebsd-current/libexec/rbootd/
H A Drbootd.c237 int doread = 1; local
239 while (BpfRead(&rconn, doread)) {
240 doread = 0;
H A Dbpf.c280 ** doread - is True if we can issue a read() syscall.
289 BpfRead(RMPCONN *rconn, int doread) argument
299 if (doread) {
/freebsd-current/lib/libnv/
H A Dmsgio.c87 fd_wait(int fd, bool doread) argument
95 (void)select(fd + 1, doread ? &fds : NULL, doread ? NULL : &fds,
/freebsd-current/sys/amd64/vmm/io/
H A Dvioapic.c393 uint64_t *data, int size, bool doread)
404 if (doread)
411 if (doread)
416 if (doread) {
392 vioapic_mmio_rw(struct vioapic *vioapic, struct vcpu *vcpu, uint64_t gpa, uint64_t *data, int size, bool doread) argument
/freebsd-current/contrib/file/src/
H A Dreadelf.c1682 int doread; local
1699 doread = 1;
1714 doread = 1;
1717 doread = 0;
1725 if (doread) {
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dtask_switch.c204 uint16_t sel, struct user_segment_descriptor *desc, bool doread,
218 sizeof(*desc), doread ? PROT_READ : PROT_WRITE, iov, nitems(iov),
223 if (doread)
203 desc_table_rw(struct vcpu *vcpu, struct vm_guest_paging *paging, uint16_t sel, struct user_segment_descriptor *desc, bool doread, int *faultptr) argument
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c669 boolean_t doread = B_FALSE; local
687 doread = B_TRUE;
720 commit = !doread && !is_dumpified &&
728 doread ? RL_READER : RL_WRITER);
746 if (doread) {
/freebsd-current/sbin/ipf/ipmon/
H A Dipmon.c1533 int doread, c, make_daemon = 0; local
1703 for (doread = 1; doread; )
1704 doread = read_loginfo(&config);
/freebsd-current/tools/regression/fsx/
H A Dfsx.c434 doread(off_t offset, off_t size) function
468 prterr("doread: lseek");
474 prterr("doread: read");
878 doread(offset, size);
/freebsd-current/tools/test/stress2/misc/
H A Dumountf2.sh513 doread(unsigned offset, unsigned size)
547 prterr("doread: lseek");
553 prterr("doread: read");
947 doread(offset, size);
/freebsd-current/sys/geom/raid/
H A Dmd_ddf.c1098 doread:
1110 goto doread;
1131 goto doread;

Completed in 715 milliseconds