Home
last modified time | relevance | path

Searched refs:reads (Results 1 – 25 of 94) sorted by relevance

1234

/dragonfly/sbin/vinum/
H A Dlist.c232 if (drive.reads != 0) in vinum_ldi()
247 if (drive.reads != 0) in vinum_ldi()
329 (long long) vol.reads, in vinum_lvi()
333 if (vol.reads != 0) in vinum_lvi()
347 (long long) vol.reads, in vinum_lvi()
349 if (vol.reads != 0) in vinum_lvi()
483 if (plex.reads != 0) in vinum_lpi()
515 if (plex.reads != 0) in vinum_lpi()
727 (long long) sd.reads, in vinum_lsi()
730 if (sd.reads != 0) in vinum_lsi()
[all …]
/dragonfly/contrib/byacc/
H A Dlalr.c283 Value_t **reads; in initialize_F() local
291 reads = NEW2(ngotos, Value_t *); in initialize_F()
323 reads[i] = rp = NEW2(nedges + 1, Value_t); in initialize_F()
337 digraph(reads); in initialize_F()
341 if (reads[i]) in initialize_F()
342 FREE(reads[i]); in initialize_F()
345 FREE(reads); in initialize_F()
/dragonfly/sys/dev/raid/vinum/
H A Dvinumvar.h456 u_int64_t reads; /* number of reads on this drive */ member
514 u_int64_t reads; /* number of reads on this subdisk */ member
569 u_int64_t reads; /* number of reads on this plex */ member
626 u_int64_t reads; /* number of reads on this volume */ member
H A Dvinuminterrupt.c143 DRIVE[rqe->driveno].reads++; in complete_rqe()
145 SD[rqe->sdno].reads++; in complete_rqe()
147 PLEX[rqe->rqg->plexno].reads++; in complete_rqe()
150 VOL[PLEX[rqe->rqg->plexno].volno].reads++; in complete_rqe()
284 DRIVE[sbp->driveno].reads++; in sdio_done()
286 SD[sbp->sdno].reads++; in sdio_done()
H A Dvinumioctl.c436 drive->reads = 0; /* number of reads on this drive */ in resetstats()
450 sd->reads = 0; /* number of reads on this subdisk */ in resetstats()
466 plex->reads = 0; in resetstats()
489 vol->reads = 0; /* number of reads on this volume */ in resetstats()
/dragonfly/lib/libc/net/
H A Drcmd.c84 fd_set reads; in rcmd_af() local
230 FD_ZERO(&reads); in rcmd_af()
231 FD_SET(s, &reads); in rcmd_af()
232 FD_SET(s2, &reads); in rcmd_af()
234 if (_select(nfds, &reads, 0, 0, 0) < 1 || !FD_ISSET(s2, &reads)){ in rcmd_af()
/dragonfly/contrib/binutils-2.27/bfd/doc/
H A Dbfdsumm.texi10 BFD reads from different sections of the file and processes them.
16 relevant BFD back end which reads and converts the table into a canonical
56 This limitation is only a problem when an application reads one
104 bits. When a BFD back end reads in a symbol table, it relocates all
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_prime.c364 bool reads = (direction == DMA_BIDIRECTIONAL ||
367 if (!reads || !(domain & AMDGPU_GEM_DOMAIN_GTT))
/dragonfly/contrib/file/
H A DMAINT34 reads data from file.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dlto.texi70 @file{lto1} which reads the set of files and aggregates them into a
283 @code{struct ipa_opt_pass_d}). This stage reads all the
306 @code{write_optimization_summary}. This reads the interprocedural
432 @code{A} is a variable, a list of all direct stores and reads
549 compiler reads in summary information from all inputs and
559 local-transformation (LTRANS) mode, which reads in output from a
/dragonfly/lib/libc/db/
H A Dchangelog95 Zero-length record fix for non-mmap reads.
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgtm-builtins.def131 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgtm-builtins.def127 Note: The reads must follow the following order: LOAD, RAR, RAW, RFW.
/dragonfly/usr.bin/window/
H A DREADME117 Wwrint() is the interrupt handler for tty input. It reads input
185 and to use non-blocking reads in wwrint(). The buffer size is set to
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal74 before vi reads the ^V. (This is particularly problematic if you're
90 This works well for things like file reads and writes. This doesn't
/dragonfly/bin/ed/
H A DPOSIX30 encrypting/ decrypting subsequent reads and writes. If only a newline
/dragonfly/tools/regression/lib/libc-regex/
H A DREADME8 testregex reads regex(3) test specifications, one per line, from the
/dragonfly/
H A DCOPYRIGHT131 Specifically, the provision reads:
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i860.texi60 Select big endian output. Note that the i860 always reads instructions
H A Dc-sparc.texi522 @samp{#n_reads} requests a prefetch for several reads, and corresponds
529 reads), and corresponds to a prefetch function code of 2.
543 @samp{#n_reads_strong} requests a strong prefetch for several reads,
/dragonfly/contrib/pam_passwdqc/
H A DREADME125 most two random disk reads per query. A filter created from millions of
/dragonfly/nrelease/gui/root/.fvwm/
H A D.fvwm2rc373 # reads icon files specified in Style commands.
/dragonfly/games/adventure/
H A Dglorkz232 115 are sleeping on the floor, snoring loudly. A sign nearby reads: "Do
242 116 steel grate, next to which is a sign which reads, "Treasure Vault.
288 129 posted above the entrance reads: "Caution! Bear in room!"
1200 000 A massive stone tablet embedded in the wall reads:
1250 000 mist. A sign posted on the bridge reads, "Stop! Pay troll!"
/dragonfly/contrib/gdb-7/include/aout/
H A Dstab.def75 reads the real stabs directly from the .o files instead. */
/dragonfly/contrib/binutils-2.27/include/aout/
H A Dstab.def74 reads the real stabs directly from the .o files instead. */

1234