OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:headsize
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/libfdt/dist/
fdt_sw.c
148
size_t
headsize
, tailsize;
local in function:fdt_resize
153
headsize
= fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
156
if ((
headsize
+ tailsize) > fdt_totalsize(fdt))
159
if ((
headsize
+ tailsize) > bufsize)
168
memmove(buf, fdt,
headsize
);
172
memmove(buf, fdt,
headsize
);
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025