Searched refs:dump_header_addbytes (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/i386/i386/ |
H A D | dumpsys.c | 137 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/ |
H A D | machdep.c | 321 int dump_header_addbytes(const void*, size_t); 999 dump_header_addbytes(const void* vptr, size_t n) in dump_header_addbytes() function 1025 error = dump_header_addbytes(&seg, sizeof(seg)); in dump_header_addseg() 1107 error = dump_header_addbytes(&seg, ALIGN(sizeof(seg))); 1119 error = dump_header_addbytes(&cpuhdr, ALIGN(sizeof(cpuhdr))); in reserve_dumppages()
|