OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_bytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
am79c930var.h
59
void (*
read_bytes
)(struct am79c930_softc *, u_int32_t, u_int8_t *, size_t);
member in struct:am79c930_ops
awivar.h
125
((sc)->sc_chip.sc_ops->
read_bytes
)(&sc->sc_chip, off, ptr, len)
/src/sys/compat/linux/common/
linux_file.c
1203
size_t
read_bytes
= to_copy - auio.uio_resid;
local
1204
if (
read_bytes
== 0) {
1213
aiov.iov_len =
read_bytes
;
1217
auio.uio_resid =
read_bytes
;
1229
size_t written_bytes =
read_bytes
- auio.uio_resid;
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026