Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dmultiboot.c65 static int multiboot_exec(struct preloaded_file *);
70 struct file_format multiboot = { multiboot_loadfile, multiboot_exec };
157 multiboot_exec(struct preloaded_file *fp) in multiboot_exec() function