Searched refs:mb_kernel_cmdline (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | libi386.h | 148 int mb_kernel_cmdline(struct preloaded_file *, struct devdesc *, char **);
|
H A D | multiboot.c | 317 error = mb_kernel_cmdline(mfp, rootdev, &cmdline); in multiboot_exec() 423 if ((error = mb_kernel_cmdline(fp, rootdev, &cmdline)) != 0) in multiboot_exec()
|
/illumos-gate/usr/src/boot/common/ |
H A D | multiboot2.c | 587 mb_kernel_cmdline(struct preloaded_file *fp, struct devdesc *rootdev, in mb_kernel_cmdline() function 902 error = mb_kernel_cmdline(fp, rootdev, &cmdline); in multiboot2_exec()
|