| /titanic_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | multiboot.c | 338 if (mfp->f_args != NULL) { in multiboot_exec() 339 len += strlen(mfp->f_args) + 1; in multiboot_exec() 347 if (mfp->f_args != NULL) in multiboot_exec() 349 mfp->f_name, mfp->f_type, mfp->f_args); in multiboot_exec() 400 if (fp->f_args == NULL) { in multiboot_exec() 406 fp->f_args = strdup(cmdline); in multiboot_exec() 407 if (fp->f_args == NULL) { in multiboot_exec() 420 if (fp->f_args != NULL) in multiboot_exec() 421 len += strlen(fp->f_args) + 1; in multiboot_exec() 423 if (fp->f_args != NULL) { in multiboot_exec() [all …]
|
| H A D | linux.c | 301 if (fp->f_args == NULL) in linux_exec() 302 fp->f_args = getenv("boot-args"); in linux_exec() 303 arg = fp->f_args; /* it can still be NULL */ in linux_exec()
|
| H A D | elf32_freebsd.c | 65 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
|
| H A D | bootinfo64.c | 115 if (fp->f_args) in bi_copymodules64() 116 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules64()
|
| H A D | bootinfo32.c | 113 if (fp->f_args) in bi_copymodules32() 114 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules32()
|
| H A D | elf64_freebsd.c | 84 err = bi_load64(fp->f_args, 0, &modulep, &kernend, 1); in elf64_exec()
|
| /titanic_53/usr/src/boot/sys/boot/uboot/lib/ |
| H A D | elf_freebsd.c | 84 if ((error = md_load(fp->f_args, &mdp)) != 0) in __elfN() 91 printf("Kernel args: %s\n", fp->f_args); in __elfN()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/arm/ |
| H A D | exec.c | 77 if ((error = bi_load(fp->f_args, &modulep, &kernend)) != 0) { in __elfN() 84 printf("Kernel args: %s\n", fp->f_args); in __elfN()
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | multiboot2.c | 611 rv = find_property_value(fp->f_args, "fstype", &fs, &len); in mb_kernel_cmdline() 622 if (fp->f_args == NULL) in mb_kernel_cmdline() 625 asprintf(&cmdline, "%s %s", fp->f_name, fp->f_args); in mb_kernel_cmdline() 669 if (mfp->f_args != NULL) in module_size() 670 len += strlen(mfp->f_args) + 1; in module_size() 815 if (fp->f_args == NULL) { in multiboot2_exec() 818 fp->f_args = strdup(cmdline); in multiboot2_exec() 819 if (fp->f_args == NULL) { in multiboot2_exec() 940 if (mfp->f_args != NULL) { in multiboot2_exec() 941 num += strlen(mfp->f_args) + 1; in multiboot2_exec() [all …]
|
| H A D | boot.c | 97 if (fp->f_args != NULL) in command_boot() 98 free(fp->f_args); in command_boot() 99 fp->f_args = unargv(argc - 1, argv + 1); in command_boot()
|
| H A D | module.c | 283 if (fp->f_args != NULL) { in command_lsmod() 285 pager_output(fp->f_args); in command_lsmod() 559 fp->f_args = unargv(argc, argv); in file_loadraw() 652 fp->f_args = unargv(argc, argv); in mod_loadkld() 1015 free(fp->f_args); in file_discard()
|
| H A D | bootstrap.h | 200 char *f_args; /* arguments for the file */ member
|
| /titanic_53/usr/src/boot/sys/boot/userboot/userboot/ |
| H A D | bootinfo64.c | 115 if (fp->f_args) in bi_copymodules64() 116 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules64()
|
| H A D | elf32_freebsd.c | 70 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
|
| H A D | bootinfo32.c | 113 if (fp->f_args) in bi_copymodules32() 114 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules32()
|
| H A D | elf64_freebsd.c | 103 err = bi_load64(fp->f_args, &modulep, &kernend); in elf64_exec()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
| H A D | elf32_freebsd.c | 75 err = bi_load(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
|
| H A D | bootinfo.c | 189 if (fp->f_args) in bi_copymodules() 190 MOD_ARGS(addr, fp->f_args); in bi_copymodules()
|
| /titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | ppc64_elf_freebsd.c | 86 if ((error = md_load64(fp->f_args, &mdp, &dtbp)) != 0) in ppc64_ofw_elf_exec()
|
| H A D | elf_freebsd.c | 81 if ((error = md_load(fp->f_args, &mdp, &dtbp)) != 0) in __elfN()
|
| /titanic_53/usr/src/boot/sys/boot/sparc64/loader/ |
| H A D | metadata.c | 256 if (fp->f_args) in md_copymodules() 257 MOD_ARGS(addr, fp->f_args, c); in md_copymodules()
|
| /titanic_53/usr/src/boot/sys/boot/uboot/common/ |
| H A D | metadata.c | 226 if (fp->f_args) in md_copymodules() 227 MOD_ARGS(addr, fp->f_args, c); in md_copymodules()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/arm64/ |
| H A D | exec.c | 116 err = bi_load(fp->f_args, &modulep, &kernendp); in elf64_exec()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/ |
| H A D | bootinfo.c | 220 if (fp->f_args) in bi_copymodules() 221 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules()
|
| /titanic_53/usr/src/boot/sys/boot/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 173 err = bi_load(fp->f_args, &modulep, &kernend); in elf64_exec()
|