Home
last modified time | relevance | path

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

/freebsd-12.1/stand/i386/libi386/
H A Dmultiboot.c71 static int multiboot_exec(struct preloaded_file *);
76 struct file_format multiboot = { multiboot_loadfile, multiboot_exec };
189 multiboot_exec(struct preloaded_file *fp) in multiboot_exec() function