HomeSort by: relevance | last modified time | path
    Searched defs:loadfile (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/emips/stand/common/
bootxx.c 74 entrypt *loadfile (char *path, char *name);
91 entry = loadfile(cp, "netbsd");
96 entry = loadfile(cp, "/boot");
112 loadfile(char *path, char *name) function in typeref:typename:entrypt *
  /src/sys/arch/mipsco/stand/common/
bootxx.c 74 entrypt loadfile(char *path, char *name);
94 entry = loadfile(cp, "/boot");
98 entry = loadfile(cp, "/boot.mipsco");
116 loadfile(char *path, char *name) function in typeref:typename:entrypt
  /src/sys/arch/pmax/stand/common/
bootxx.c 75 entrypt loadfile(char *path, char *name);
103 entry = loadfile(cp, "/boot.pmax");
108 entry = loadfile(cp, "/boot");
113 entry = loadfile(cp, "/boot.pma");
134 loadfile(char *path, char *name) function in typeref:typename:entrypt
  /src/sys/lib/libsa/
loadfile.c 1 /* $NetBSD: loadfile.c,v 1.33 2021/05/21 21:52:15 jmcneill Exp $ */
83 #include "loadfile.h"
95 loadfile(const char *fname, u_long *marks, int flags) function in typeref:typename:int
  /src/sys/arch/hpcmips/stand/pbsdboot/
elf.c 63 loadfile(int fd, void **entry) function in typeref:typename:int

Completed in 14 milliseconds