OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tgot
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/stand/dosboot/
dosfile.c
113
size_t
tgot
;
local in function:dos_read
123
tgot
= dosread(df->doshandle, diskbufp, tsize);
124
if (
tgot
< 0) {
130
memcpy(p, diskbufp,
tgot
);
132
p +=
tgot
;
133
lsize -=
tgot
;
135
if (
tgot
!= tsize)
dosfile.c
113
size_t
tgot
;
local in function:dos_read
123
tgot
= dosread(df->doshandle, diskbufp, tsize);
124
if (
tgot
< 0) {
130
memcpy(p, diskbufp,
tgot
);
132
p +=
tgot
;
133
lsize -=
tgot
;
135
if (
tgot
!= tsize)
Completed in 117 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025