OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:io_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/fstyp/
hammer2.c
143
size_t bytes,
io_bytes
, boff, fbytes;
local in function:read_media
159
io_bytes
= HAMMER2_LBUFSIZE;
160
while (
io_bytes
+ boff < bytes)
161
io_bytes
<<= 1;
163
if (
io_bytes
> sizeof(hammer2_media_data_t)) {
186
media = read_buf(fp, (off_t)io_base,
io_bytes
);
/src/sys/arch/atari/dev/
fd.c
147
int
io_bytes
; /* bytes left for I/O */
member in struct:fd_softc
693
sc->
io_bytes
= bp->b_bcount; /* Transfer size in bytes */
734
sc->
io_bytes
);
736
bp->b_resid = sc->
io_bytes
;
1030
sc->
io_bytes
-= SECTOR_SIZE;
1031
if (sc->
io_bytes
<= 0)
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025