Searched refs:loadfile_zboot (Results 1 – 4 of 4) sorted by relevance
59 int loadfile_zboot(const char *fname, u_long *marks, int flags);
9 SRCS+= loadfile_zboot.c
45 loadfile_zboot(const char *fname, u_long *marks, int flags) in loadfile_zboot() function
279 if (loadfile_zboot(file, marks, LOAD_KERNEL) == -1) in exec_netbsd()