Searched refs:PE_boot_args (Results 1 – 15 of 15) sorted by relevance
| /xnu-8020.101.4/pexpert/i386/ |
| H A D | pe_bootargs.c | 32 PE_boot_args( in PE_boot_args() function
|
| H A D | pe_init.c | 129 kprintf("Kernel boot args: '%s'\n", PE_boot_args()); in PE_init_iokit()
|
| /xnu-8020.101.4/pexpert/arm/ |
| H A D | pe_bootargs.c | 8 PE_boot_args( in PE_boot_args() function
|
| /xnu-8020.101.4/bsd/tests/ |
| H A D | bsd_tests.c | 256 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 D | nfs_boot.c | 858 "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 D | bsd_init.c | 865 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 D | kern_sysctl.c | 2053 strlcpy(buf, PE_boot_args(), BOOT_LINE_LENGTH); in sysctl_sysctl_bootargs()
|
| /xnu-8020.101.4/pexpert/pexpert/ |
| H A D | pexpert.h | 334 extern char * PE_boot_args(
|
| /xnu-8020.101.4/pexpert/gen/ |
| H A D | bootargs.c | 68 args = PE_boot_args(); in PE_parse_boot_argn_internal()
|
| /xnu-8020.101.4/bsd/dev/ |
| H A D | memdev.c | 485 …ba = PE_boot_args(); /* Get the boot ar… in mdevinit()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | machine_routines.c | 112 return PE_boot_args(); in machine_boot_info()
|
| H A D | model_dep.c | 417 paniclog_append_noflush("Boot args: %s\n", PE_boot_args()); in do_print_all_backtraces()
|
| /xnu-8020.101.4/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1225 if (!launchd_exit && strlcpy(buf, PE_boot_args(), sizeof(buf))) { in panic_display_system_configuration()
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | machine_routines.c | 549 return PE_boot_args(); in machine_boot_info()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kern_stackshot.c | 2967 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()
|