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.c195 if (fp->f_args == NULL) { in multiboot_exec()
199 fp->f_args = strdup(cmdline); in multiboot_exec()
200 if (fp->f_args == NULL) { in multiboot_exec()
206 if (fp->f_args != NULL) { in multiboot_exec()
207 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in multiboot_exec()
213 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in multiboot_exec()
280 error = bi_load64(fp->f_args, &modulep, &kernend, 0); in multiboot_exec()
H A Delf32_freebsd.c68 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
H A Delf64_freebsd.c88 err = bi_load64(fp->f_args, &modulep, &kernend, 1); in elf64_exec()
/freebsd/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c373 if (fp->f_args == NULL) { in exec()
377 fp->f_args = strdup(cmdline); in exec()
378 if (fp->f_args == NULL) { in exec()
384 if (fp->f_args != NULL) { in exec()
385 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in exec()
391 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in exec()
446 error = bi_load(fp->f_args, &modulep, &kernend, false); in exec()
H A Delf64_freebsd.c219 err = bi_load(fp->f_args, &modulep, &kernend, true); in elf64_exec()
/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/efi/loader/arch/arm/
H A Dexec.c75 printf("Kernel args: %s\n", fp->f_args); in __elfN()
83 if ((error = bi_load(fp->f_args, &modulep, &kernend, true)) != 0) { 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.c91 printf("Kernel args: %s\n", fp->f_args); in __elfN()
99 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.c331 if (fp->f_args != NULL) { in command_lsmod()
333 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()
1028 fp->f_args = NULL; in file_addbuf()
1601 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.c79 err = bi_load(fp->f_args, &modulep, &kernendp, true); in elf64_exec()
/freebsd/stand/powerpc/ofw/
H A Delf_freebsd.c82 if ((error = md_load(fp->f_args, &mdp, &dtbp)) != 0) in __elfN()
H A Dppc64_elf_freebsd.c85 if ((error = md_load64(fp->f_args, &mdp, &dtbp)) != 0) in ppc64_ofw_elf_exec()
/freebsd/stand/userboot/userboot/
H A Delf32_freebsd.c73 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
H A Delf64_freebsd.c95 err = bi_load64(fp->f_args, &modulep, &kernend); in elf64_exec()
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c129 if ((error = md_load64(fp->f_args, &mdp, &dtb)) != 0) in ppc64_elf_exec()
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c216 error = bi_load(fp->f_args, &modulep, &kernendp, true); in elf64_exec()
/freebsd/stand/efi/loader/arch/i386/
H A Delf64_freebsd.c263 err = bi_load(fp->f_args, &modulep, &kernend, true); in elf64_exec()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c412 err = bi_load(fp->f_args, &modulep, &kernend, true); in elf64_exec()