Home
last modified time | relevance | path

Searched refs:PE_boot_args (Results 1 – 15 of 15) sorted by relevance

/xnu-8020.101.4/pexpert/i386/
H A Dpe_bootargs.c32 PE_boot_args( in PE_boot_args() function
H A Dpe_init.c129 kprintf("Kernel boot args: '%s'\n", PE_boot_args()); in PE_init_iokit()
/xnu-8020.101.4/pexpert/arm/
H A Dpe_bootargs.c8 PE_boot_args( in PE_boot_args() function
/xnu-8020.101.4/bsd/tests/
H A Dbsd_tests.c256 length_to_copy = MIN((uint32_t)(strlen(PE_boot_args()) + 1), BOOT_LINE_LENGTH); in xnupost_export_testdata()
259 kret = copyout(PE_boot_args(), (user_addr_t)user_addr, length_to_copy); in xnupost_export_testdata()
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_boot.c858 "error %d, check configuration: %s\n", error, PE_boot_args()); in nfs_mountroot()
905 …S mount failed: NFS server mountd not responding, check server configuration: %s", PE_boot_args()); in nfs_mountroot()
908 …panic("NFS mount failed: NFS server refused mount, check server configuration: %s", PE_boot_args()… in nfs_mountroot()
910 panic("NFS mount failed with error %d, check configuration: %s", error, PE_boot_args()); in nfs_mountroot()
952 panic("NFS root mount failed with error %d, check configuration: %s", error, PE_boot_args()); in nfs_mountroot()
966 panic("NFS /private mount failed with error %d, check configuration: %s", error, PE_boot_args()); in nfs_mountroot()
/xnu-8020.101.4/bsd/kern/
H A Dbsd_init.c865 err, PE_boot_args()); in bsd_init()
882 panic("bsd_init: cannot find root vnode: %s", PE_boot_args()); in bsd_init()
927 err, PE_boot_args()); in bsd_init()
H A Dkern_sysctl.c2053 strlcpy(buf, PE_boot_args(), BOOT_LINE_LENGTH); in sysctl_sysctl_bootargs()
/xnu-8020.101.4/pexpert/pexpert/
H A Dpexpert.h334 extern char * PE_boot_args(
/xnu-8020.101.4/pexpert/gen/
H A Dbootargs.c68 args = PE_boot_args(); in PE_parse_boot_argn_internal()
/xnu-8020.101.4/bsd/dev/
H A Dmemdev.c485 …ba = PE_boot_args(); /* Get the boot ar… in mdevinit()
/xnu-8020.101.4/osfmk/arm/
H A Dmachine_routines.c112 return PE_boot_args(); in machine_boot_info()
H A Dmodel_dep.c417 paniclog_append_noflush("Boot args: %s\n", PE_boot_args()); in do_print_all_backtraces()
/xnu-8020.101.4/osfmk/i386/AT386/
H A Dmodel_dep.c1225 if (!launchd_exit && strlcpy(buf, PE_boot_args(), sizeof(buf))) { in panic_display_system_configuration()
/xnu-8020.101.4/osfmk/arm64/
H A Dmachine_routines.c549 return PE_boot_args(); in machine_boot_info()
/xnu-8020.101.4/osfmk/kern/
H A Dkern_stackshot.c2967 length_to_copy = MIN((uint32_t)(strlen(PE_boot_args()) + 1), BOOT_LINE_LENGTH); in kdp_stackshot_kcdata_format()
2968 …r(kcdata_push_data(stackshot_kcdata_p, STACKSHOT_KCTYPE_BOOTARGS, length_to_copy, PE_boot_args())); in kdp_stackshot_kcdata_format()