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

/freebsd-13-stable/libexec/rbootd/
H A Drbootd.c253 int doread = 1; local
255 while (BpfRead(&rconn, doread)) {
256 doread = 0;
H A Dbpf.c290 ** doread - is True if we can issue a read() syscall.
299 BpfRead(RMPCONN *rconn, int doread) argument
309 if (doread) {
/freebsd-13-stable/usr.sbin/fdread/
H A Dfdread.c52 static int doread(int fd, FILE *of, const char *_devname);
157 return (numids? doreadid(fd, numids, trackno): doread(fd, of, _devname));
161 doread(int fd, FILE *of, const char *_devname) function
/freebsd-13-stable/lib/libnv/
H A Dmsgio.c90 fd_wait(int fd, bool doread) argument
98 (void)select(fd + 1, doread ? &fds : NULL, doread ? NULL : &fds,
/freebsd-13-stable/sys/amd64/vmm/io/
H A Dvioapic.c382 uint64_t *data, int size, bool doread)
393 if (doread)
400 if (doread)
405 if (doread) {
381 vioapic_mmio_rw(struct vioapic *vioapic, int vcpuid, uint64_t gpa, uint64_t *data, int size, bool doread) argument
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.c1642 int doread; local
1656 doread = 1;
1672 doread = 1;
1675 doread = 0;
1683 if (doread) {
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c605 boolean_t doread = B_FALSE; local
623 doread = B_TRUE;
656 sync = !doread && !is_dumpified &&
664 doread ? RL_READER : RL_WRITER);
682 if (doread) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dtask_switch.c208 uint16_t sel, struct user_segment_descriptor *desc, bool doread,
222 sizeof(*desc), doread ? PROT_READ : PROT_WRITE, iov, nitems(iov),
227 if (doread)
207 desc_table_rw(struct vmctx *ctx, int vcpu, struct vm_guest_paging *paging, uint16_t sel, struct user_segment_descriptor *desc, bool doread, int *faultptr) argument
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c1564 int doread, c, make_daemon = 0; local
1734 for (doread = 1; doread; )
1735 doread = read_loginfo(&config);
/freebsd-13-stable/tools/regression/fsx/
H A Dfsx.c436 doread(off_t offset, off_t size) function
470 prterr("doread: lseek");
476 prterr("doread: read");
880 doread(offset, size);
/freebsd-13-stable/sys/geom/raid/
H A Dmd_ddf.c1098 doread:
1110 goto doread;
1131 goto doread;

Completed in 203 milliseconds