| /freebsd-12.1/stand/i386/libi386/ |
| H A D | multiboot.c | 220 if (fp->f_args == NULL) { in multiboot_exec() 224 fp->f_args = strdup(cmdline); in multiboot_exec() 225 if (fp->f_args == NULL) { in multiboot_exec() 231 if (fp->f_args != NULL) { in multiboot_exec() 232 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in multiboot_exec() 238 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in multiboot_exec() 338 error = bi_load64(fp->f_args, last_addr, &modulep, &kernend, 0); in multiboot_exec() 363 error = bi_load64(fp->f_args, module_start, &modulep, &kernend, 0); in multiboot_exec()
|
| H A D | bootinfo64.c | 120 if (fp->f_args) in bi_copymodules64() 121 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules64()
|
| H A D | elf32_freebsd.c | 65 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
|
| H A D | bootinfo32.c | 118 if (fp->f_args) in bi_copymodules32() 119 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()
|
| /freebsd-12.1/stand/uboot/lib/ |
| H A D | elf_freebsd.c | 84 if ((error = md_load(fp->f_args, &mdp, NULL)) != 0) in __elfN() 91 printf("Kernel args: %s\n", fp->f_args); in __elfN()
|
| /freebsd-12.1/stand/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()
|
| /freebsd-12.1/stand/powerpc/uboot/ |
| H A D | ppc64_elf_freebsd.c | 87 if ((error = md_load64(fp->f_args, &mdp, &dtbp)) != 0) in ppc64_uboot_elf_exec() 91 printf("Kernel args: %s\n", fp->f_args); in ppc64_uboot_elf_exec()
|
| /freebsd-12.1/stand/mips/beri/loader/ |
| H A D | exec.c | 88 error = md_load64(fp->f_args, &mdp, NULL); in beri_elf64_exec() 98 printf("Kernel args: %s\n", fp->f_args); in beri_elf64_exec()
|
| /freebsd-12.1/stand/common/ |
| H A D | boot.c | 100 if (fp->f_args != NULL) in command_boot() 101 free(fp->f_args); in command_boot() 102 fp->f_args = unargv(argc - 1, argv + 1); in command_boot()
|
| H A D | module.c | 312 if (fp->f_args != NULL) { in command_lsmod() 314 pager_output(fp->f_args); in command_lsmod() 501 fp->f_args = NULL; in file_loadraw() 595 fp->f_args = unargv(argc, argv); in mod_loadkld() 970 if (fp->f_args != NULL) in file_discard() 971 free(fp->f_args); in file_discard()
|
| H A D | metadata.c | 226 if (fp->f_args) in md_copymodules() 227 MOD_ARGS(addr, fp->f_args, c); in md_copymodules()
|
| H A D | bootstrap.h | 213 char *f_args; /* arguments for the file */ member
|
| /freebsd-12.1/stand/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 | bootinfo32.c | 117 if (fp->f_args) in bi_copymodules32() 118 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules32()
|
| H A D | elf32_freebsd.c | 70 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
|
| H A D | elf64_freebsd.c | 103 err = bi_load64(fp->f_args, &modulep, &kernend); in elf64_exec()
|
| /freebsd-12.1/stand/efi/loader/arch/i386/ |
| H A D | elf32_freebsd.c | 79 err = bi_load(fp->f_args, &modulep, &kernend); in elf32_exec()
|
| /freebsd-12.1/stand/powerpc/ofw/ |
| H A D | ppc64_elf_freebsd.c | 87 if ((error = md_load64(fp->f_args, &mdp, &dtbp)) != 0) in ppc64_ofw_elf_exec()
|
| H A D | elf_freebsd.c | 84 if ((error = md_load(fp->f_args, &mdp, &dtbp)) != 0) in __elfN()
|
| /freebsd-12.1/stand/efi/loader/arch/arm64/ |
| H A D | exec.c | 117 err = bi_load(fp->f_args, &modulep, &kernendp); in elf64_exec()
|
| /freebsd-12.1/stand/powerpc/kboot/ |
| H A D | ppc64_elf_freebsd.c | 134 if ((error = md_load64(fp->f_args, &mdp, &dtb)) != 0) in ppc64_elf_exec()
|
| /freebsd-12.1/stand/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 189 err = bi_load(fp->f_args, &modulep, &kernend); in elf64_exec()
|
| /freebsd-12.1/stand/efi/loader/ |
| H A D | bootinfo.c | 240 if (fp->f_args) in bi_copymodules() 241 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules()
|
| /freebsd-12.1/stand/sparc64/loader/ |
| H A D | main.c | 349 if ((error = md_load64(fp->f_args, &mdp, NULL)) != 0) in __elfN()
|