Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c72 static int multiboot2_exec(struct preloaded_file *);
74 struct file_format multiboot2 = { multiboot2_loadfile, multiboot2_exec };
832 multiboot2_exec(struct preloaded_file *fp) in multiboot2_exec() function