Home
last modified time | relevance | path

Searched refs:dump_header_addbytes (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/i386/i386/
Ddumpsys.c137 static int dump_header_addbytes(const void*, size_t);
530 dump_header_addbytes(const void* vptr, size_t n) in dump_header_addbytes() function
555 return dump_header_addbytes(&seg, sizeof(seg)); in dump_header_addseg()
617 (void)dump_header_addbytes(&seg, ALIGN(sizeof(seg))); in cpu_dump()
626 (void)dump_header_addbytes(&cpuhdr, ALIGN(sizeof(cpuhdr))); in cpu_dump()
/netbsd/src/sys/arch/amd64/amd64/
Dmachdep.c321 int dump_header_addbytes(const void*, size_t);
1000 dump_header_addbytes(const void* vptr, size_t n) in dump_header_addbytes() function
1026 error = dump_header_addbytes(&seg, sizeof(seg)); in dump_header_addseg()
1108 error = dump_header_addbytes(&seg, ALIGN(sizeof(seg))); in cpu_dump()
1120 error = dump_header_addbytes(&cpuhdr, ALIGN(sizeof(cpuhdr))); in cpu_dump()