Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dmultiboot.c323 if (mfp->f_args != NULL) { in multiboot_exec()
324 len += strlen(mfp->f_args) + 1; in multiboot_exec()
332 if (mfp->f_args != NULL) in multiboot_exec()
334 mfp->f_name, mfp->f_type, mfp->f_args); in multiboot_exec()
385 if (fp->f_args == NULL) { in multiboot_exec()
391 fp->f_args = strdup(cmdline); in multiboot_exec()
392 if (fp->f_args == NULL) { in multiboot_exec()
405 if (fp->f_args != NULL) in multiboot_exec()
406 len += strlen(fp->f_args) + 1; in multiboot_exec()
408 if (fp->f_args != NULL) { in multiboot_exec()
[all …]
H A Dlinux.c303 if (fp->f_args == NULL) in linux_exec()
304 fp->f_args = getenv("boot-args"); in linux_exec()
305 arg = fp->f_args; /* it can still be NULL */ in linux_exec()
H A Dbootinfo64.c115 if (fp->f_args) in bi_copymodules64()
116 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules64()
H A Delf32_freebsd.c64 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
H A Dbootinfo32.c112 if (fp->f_args) in bi_copymodules32()
113 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules32()
H A Delf64_freebsd.c83 err = bi_load64(fp->f_args, 0, &modulep, &kernend, 1); in elf64_exec()
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dexec.c77 if ((error = bi_load(fp->f_args, &modulep, &kernend)) != 0) { in __elfN()
84 printf("Kernel args: %s\n", fp->f_args); in __elfN()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c636 if (fp->f_args == NULL) in mb_kernel_cmdline()
639 asprintf(&cmdline, "%s %s", fp->f_name, fp->f_args); in mb_kernel_cmdline()
683 if (mfp->f_args != NULL) in module_size()
684 len += strlen(mfp->f_args) + 1; in module_size()
891 if (fp->f_args == NULL) { in multiboot2_exec()
894 fp->f_args = strdup(cmdline); in multiboot2_exec()
895 if (fp->f_args == NULL) { in multiboot2_exec()
1019 if (mfp->f_args != NULL) { in multiboot2_exec()
1020 num += strlen(mfp->f_args) + 1; in multiboot2_exec()
1028 if (mfp->f_args != NULL) in multiboot2_exec()
[all …]
H A Dboot.c101 free(fp->f_args); in command_boot()
102 fp->f_args = unargv(argc - 1, argv + 1); in command_boot()
H A Dmodule.c262 if (fp->f_args != NULL) { in command_lsmod()
264 (void) pager_output(fp->f_args); in command_lsmod()
452 (void) asprintf(&fp->f_args, "hash=%s", ascii); in module_hash()
715 fp->f_args = unargv(argc, argv); in file_loadraw()
723 (argc != 0 && fp->f_args == NULL)) { in file_loadraw()
814 fp->f_args = unargv(argc, argv); in mod_loadkld()
1192 free(fp->f_args); in file_discard()
H A Dbootstrap.h239 char *f_args; /* arguments for the file */ member
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Delf32_freebsd.c75 err = bi_load(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
H A Dbootinfo.c189 if (fp->f_args) in bi_copymodules()
190 MOD_ARGS(addr, fp->f_args); in bi_copymodules()
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dexec.c116 err = bi_load(fp->f_args, &modulep, &kernendp); in elf64_exec()
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c221 if (fp->f_args) in bi_copymodules()
222 MOD_ARGS(addr, fp->f_args, c); in bi_copymodules()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c173 err = bi_load(fp->f_args, &modulep, &kernend); in elf64_exec()