OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:read_bytes
(Results
1 - 2
of
2
) 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
/src/sys/compat/linux/common/
linux_file.c
1203
size_t
read_bytes
= to_copy - auio.uio_resid;
local in function:linux_sys_copy_file_range
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 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025