Home
last modified time | relevance | path

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

/freebsd-14.2/stand/i386/libi386/
H A Dmultiboot.c189 if (fp->f_args == NULL) { in multiboot_exec()
193 fp->f_args = strdup(cmdline); in multiboot_exec()
194 if (fp->f_args == NULL) { in multiboot_exec()
200 if (fp->f_args != NULL) { in multiboot_exec()
201 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in multiboot_exec()
207 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in multiboot_exec()
274 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.c80 err = bi_load64(fp->f_args, &modulep, &kernend, 1); in elf64_exec()
/freebsd-14.2/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c375 if (fp->f_args == NULL) { in exec()
379 fp->f_args = strdup(cmdline); in exec()
380 if (fp->f_args == NULL) { in exec()
386 if (fp->f_args != NULL) { in exec()
387 len = strlen(fp->f_name) + 1 + strlen(fp->f_args) + 1; in exec()
393 snprintf(cmdline, len, "%s %s", fp->f_name, fp->f_args); in exec()
448 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-14.2/stand/efi/loader/arch/riscv/
H A Dexec.c64 printf("Kernel args: %s\n", fp->f_args); in __elfN()
66 if ((error = bi_load(fp->f_args, &modulep, &kernend, true)) != 0) { in __elfN()
/freebsd-14.2/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-14.2/stand/efi/loader/arch/arm/
H A Dexec.c77 printf("Kernel args: %s\n", fp->f_args); in __elfN()
79 if ((error = bi_load(fp->f_args, &modulep, &kernend, true)) != 0) { in __elfN()
/freebsd-14.2/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-14.2/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.c129 if (fp->f_args) in md_copymodules()
130 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.h233 char *f_args; /* arguments for the file */ member
/freebsd-14.2/stand/efi/loader/arch/arm64/
H A Dexec.c76 err = bi_load(fp->f_args, &modulep, &kernendp, true); in elf64_exec()
/freebsd-14.2/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-14.2/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.c102 err = bi_load64(fp->f_args, &modulep, &kernend); in elf64_exec()
/freebsd-14.2/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-14.2/stand/kboot/kboot/arch/aarch64/
H A Dexec.c217 error = bi_load(fp->f_args, &modulep, &kernendp, true); in elf64_exec()
/freebsd-14.2/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c407 err = bi_load(fp->f_args, &modulep, &kernend, true); in elf64_exec()