OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_header_addbytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/i386/
dumpsys.c
137
static int
dump_header_addbytes
(const void*, size_t);
530
dump_header_addbytes
(const void* vptr, size_t n)
function in typeref:typename:int
555
return
dump_header_addbytes
(&seg, sizeof(seg));
617
(void)
dump_header_addbytes
(&seg, ALIGN(sizeof(seg)));
626
(void)
dump_header_addbytes
(&cpuhdr, ALIGN(sizeof(cpuhdr)));
/src/sys/arch/amd64/amd64/
machdep.c
321
int
dump_header_addbytes
(const void*, size_t);
1000
dump_header_addbytes
(const void* vptr, size_t n)
function in typeref:typename:int
1026
error =
dump_header_addbytes
(&seg, sizeof(seg));
1108
error =
dump_header_addbytes
(&seg, ALIGN(sizeof(seg)));
1120
error =
dump_header_addbytes
(&cpuhdr, ALIGN(sizeof(cpuhdr)));
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025