Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dmultiboot.c190 if (fp->f_args == NULL) { in multiboot_exec()
194 fp->f_args = strdup(cmdline); in multiboot_exec()
195 if (fp->f_args == NULL) { in multiboot_exec()
201 if (fp->f_args != NULL) { in multiboot_exec()
202 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in multiboot_exec()
208 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in multiboot_exec()
275 error = bi_load64(fp->f_args, &modulep, &kernend, 0); in multiboot_exec()
H A Delf32_freebsd.c62 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
H A Delf64_freebsd.c82 err = bi_load64(fp->f_args, &modulep, &kernend, 1); in elf64_exec()
/freebsd/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c374 if (fp->f_args == NULL) { in exec()
378 fp->f_args = strdup(cmdline); in exec()
379 if (fp->f_args == NULL) { in exec()
385 if (fp->f_args != NULL) { in exec()
386 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in exec()
392 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in exec()
447 error = bi_load(fp->f_args, &modulep, &kernend, false); in exec()
H A Delf64_freebsd.c213 err = bi_load(fp->f_args, &modulep, &kernend, true); in elf64_exec()
/freebsd/stand/efi/loader/arch/arm/
H A Dexec.c75 printf("Kernel args: %s\n", fp->f_args); in __elfN()
77 if ((error = bi_load(fp->f_args, &modulep, &kernend, true)) != 0) { in __elfN()
/freebsd/stand/uboot/
H A Delf_freebsd.c76 if ((error = md_load(fp->f_args, &mdp, NULL)) != 0) in __elfN()
83 printf("Kernel args: %s\n", fp->f_args); in __elfN()
/freebsd/stand/uboot/arch/powerpc/
H A Dppc64_elf_freebsd.c81 if ((error = md_load64(fp->f_args, &mdp, &dtbp)) != 0) in ppc64_uboot_elf_exec()
85 printf("Kernel args: %s\n", fp->f_args); in ppc64_uboot_elf_exec()
/freebsd/stand/efi/loader/arch/riscv/
H A Dexec.c87 printf("Kernel args: %s\n", fp->f_args); in __elfN()
89 if ((error = bi_load(fp->f_args, &modulep, &kernend, true)) != 0) { in __elfN()
/freebsd/stand/common/
H A Dboot.c98 if (fp->f_args != NULL) in command_boot()
99 free(fp->f_args); in command_boot()
100 fp->f_args = unargv(argc - 1, argv + 1); in command_boot()
H A Dmodinfo.c134 if (fp->f_args) in md_copymodules()
135 MOD_ARGS(addr, fp->f_args, c); in md_copymodules()
H A Dmodule.c330 if (fp->f_args != NULL) { in command_lsmod()
332 pager_output(fp->f_args); in command_lsmod()
766 fp->f_args = NULL; in file_loadraw()
874 fp->f_args = unargv(argc, argv); in mod_loadkld()
1030 fp->f_args = NULL; in file_addbuf()
1603 free(fp->f_args); in file_discard()
H A Dbootstrap.h234 char *f_args; /* arguments for the file */ member
/freebsd/stand/efi/loader/arch/arm64/
H A Dexec.c73 err = bi_load(fp->f_args, &modulep, &kernendp, true); in elf64_exec()
/freebsd/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c85 if ((error = md_load64(fp->f_args, &mdp, &dtbp)) != 0) in ppc64_ofw_elf_exec()
H A Delf_freebsd.c82 if ((error = md_load(fp->f_args, &mdp, &dtbp)) != 0) in __elfN()
/freebsd/stand/userboot/userboot/
H A Delf32_freebsd.c67 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
H A Delf64_freebsd.c89 err = bi_load64(fp->f_args, &modulep, &kernend); in elf64_exec()
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c132 if ((error = md_load64(fp->f_args, &mdp, &dtb)) != 0) in ppc64_elf_exec()
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c219 error = bi_load(fp->f_args, &modulep, &kernendp, true); in elf64_exec()
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c256 err = bi_load(fp->f_args, &modulep, &kernend, true); in elf64_exec()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c405 err = bi_load(fp->f_args, &modulep, &kernend, true); in elf64_exec()