OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytesRead
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_x86_64.cc
35
ssize_t
BytesRead
;
37
while (BytesToRead && (
BytesRead
= read(Fd, Begin, BytesToRead))) {
38
if (
BytesRead
== -1) {
45
TotalBytesRead +=
BytesRead
;
46
BytesToRead -=
BytesRead
;
47
Begin +=
BytesRead
;
59
ssize_t
BytesRead
;
61
std::tie(
BytesRead
, Success) = retryingReadSome(Fd, Line, Line + BufSize);
/src/sys/external/bsd/acpica/dist/common/
acgetline.c
253
*
BytesRead
- Where the actual byte count is returned
268
UINT32 *
BytesRead
)
381
if (
BytesRead
)
383
*
BytesRead
= EndOfLine;
/src/sys/dev/acpi/acpica/
OsdMisc.c
164
AcpiOsGetLine(char *Buffer, UINT32 BufferLength, UINT32 *
BytesRead
)
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixxf.c
201
UINT32 *
BytesRead
);
639
*
BytesRead
- Where the actual byte count is returned
653
UINT32 *
BytesRead
)
687
if (
BytesRead
)
689
*
BytesRead
= EndOfLine;
oswinxf.c
642
*
BytesRead
- Where the actual byte count is returned
654
UINT32 *
BytesRead
)
686
if (
BytesRead
)
688
*
BytesRead
= i;
oszephyr.c
259
*
BytesRead
- Where the actual byte count is returned
271
UINT32 *
BytesRead
)
/src/sys/external/bsd/acpica/dist/include/
acpiosxf.h
609
UINT32 *
BytesRead
);
Completed in 17 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025