Home
last modified time | relevance | path

Searched refs:loadfile_zboot (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dboot.h59 int loadfile_zboot(const char *fname, u_long *marks, int flags);
H A DMakefile9 SRCS+= loadfile_zboot.c
H A Dloadfile_zboot.c45 loadfile_zboot(const char *fname, u_long *marks, int flags) in loadfile_zboot() function
H A Dboot.c279 if (loadfile_zboot(file, marks, LOAD_KERNEL) == -1) in exec_netbsd()