Home
last modified time | relevance | path

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

/dragonfly/stand/boot/common/
H A Dmodule.c57 static int file_loadraw(char *type, char *name);
137 return(file_loadraw(typestr, argv[1])); in command_load()
387 file_loadraw(char *type, char *name) in file_loadraw() function