| /xnu-8019.80.24/bsd/skywalk/core/ |
| H A D | skywalk.c | 346 PE_parse_boot_argn("sk_debug", &sk_debug, sizeof(sk_debug)); in skywalk_init() 347 PE_parse_boot_argn("sk_verbose", &sk_verbose, sizeof(sk_verbose)); in skywalk_init() 348 (void) PE_parse_boot_argn("sk_opp_defunct", &sk_opp_defunct, in skywalk_init() 350 (void) PE_parse_boot_argn("sk_cksum_tx", &sk_cksum_tx, in skywalk_init() 352 (void) PE_parse_boot_argn("sk_cksum_rx", &sk_cksum_rx, in skywalk_init() 354 (void) PE_parse_boot_argn("sk_txring_sz", &sk_txring_sz, in skywalk_init() 356 (void) PE_parse_boot_argn("sk_rxring_sz", &sk_rxring_sz, in skywalk_init() 358 (void) PE_parse_boot_argn("sk_net_txring_sz", &sk_net_txring_sz, in skywalk_init() 360 (void) PE_parse_boot_argn("sk_net_rxring_sz", &sk_net_rxring_sz, in skywalk_init() 362 (void) PE_parse_boot_argn("sk_max_flows", &sk_max_flows, in skywalk_init() [all …]
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | gzalloc.c | 251 if (PE_parse_boot_argn("-gzalloc_mode", temp_buf, sizeof(temp_buf))) { in gzalloc_configure() 257 if (PE_parse_boot_argn("gzalloc_min", &gzalloc_min, sizeof(gzalloc_min))) { in gzalloc_configure() 262 if (PE_parse_boot_argn("gzalloc_max", &gzalloc_max, sizeof(gzalloc_max))) { in gzalloc_configure() 269 if (PE_parse_boot_argn("gzalloc_size", &gzalloc_size, sizeof(gzalloc_size))) { in gzalloc_configure() 274 (void)PE_parse_boot_argn("gzalloc_fc_size", &gzfc_size, sizeof(gzfc_size)); in gzalloc_configure() 276 if (PE_parse_boot_argn("-gzalloc_wp", temp_buf, sizeof(temp_buf))) { in gzalloc_configure() 280 if (PE_parse_boot_argn("-gzalloc_uf_mode", temp_buf, sizeof(temp_buf))) { in gzalloc_configure() 285 if (PE_parse_boot_argn("-gzalloc_no_dfree_check", temp_buf, sizeof(temp_buf))) { in gzalloc_configure() 289 (void) PE_parse_boot_argn("gzalloc_zscale", &gzalloc_zonemap_scale, sizeof(gzalloc_zonemap_scale)); in gzalloc_configure() 291 if (PE_parse_boot_argn("-gzalloc_noconsistency", temp_buf, sizeof(temp_buf))) { in gzalloc_configure() [all …]
|
| H A D | telemetry.c | 190 if (!PE_parse_boot_argn("telemetry_buffer_size", in telemetry_init() 206 if (!PE_parse_boot_argn("telemetry_notification_leeway", in telemetry_init() 220 if (!PE_parse_boot_argn("telemetry_sample_rate", in telemetry_init() 228 if (!PE_parse_boot_argn("telemetry_sample_all_tasks", in telemetry_init() 1388 if (!PE_parse_boot_argn("bootprofile_buffer_size", in bootprofile_init() 1397 if (!PE_parse_boot_argn("bootprofile_interval_ms", in bootprofile_init() 1402 if (!PE_parse_boot_argn("bootprofile_stackshot_flags", in bootprofile_init() 1407 if (!PE_parse_boot_argn("bootprofile_proc_name", in bootprofile_init() 1413 if (PE_parse_boot_argn("bootprofile_type", type, sizeof(type))) { in bootprofile_init()
|
| H A D | startup.c | 303 } else if (PE_parse_boot_argn(spec->name, spec->var_addr, spec->var_len)) { in kernel_startup_tunable_init() 351 if (PE_parse_boot_argn(spec->boot_arg_name, spec->var_addr, spec->var_len)) { in kernel_startup_tunable_dt_init() 470 if (PE_parse_boot_argn("-show_pointers", &namep, sizeof(namep))) { in kernel_bootstrap() 473 if (PE_parse_boot_argn("-no_slto_panic", &namep, sizeof(namep))) { in kernel_bootstrap()
|
| H A D | copyout_shim.c | 64 …if (!PE_parse_boot_argn("enable_copyout_shim", ©out_shim_enabled, sizeof(copyout_shim_enabled)… in register_copyout_shim()
|
| /xnu-8019.80.24/pexpert/gen/ |
| H A D | pe_gen.c | 56 if (!PE_parse_boot_argn("assertions", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug() 65 if (!PE_parse_boot_argn("statistics", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug() 79 } else if (!PE_parse_boot_argn("diagnostic_api", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug() 87 boolean_t have_bootarg = PE_parse_boot_argn("cpu-factor", &factor, sizeof(factor)); in pe_init_debug()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | imageboot.c | 125 if (!(PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) || in imageboot_desired() 127 PE_parse_boot_argn("arp0", root_path, MAXPATHLEN) || in imageboot_desired() 129 PE_parse_boot_argn("rp", root_path, MAXPATHLEN) || in imageboot_desired() 130 PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN) || in imageboot_desired() 131 PE_parse_boot_argn(IMAGEBOOT_AUTHROOT_ARG, root_path, MAXPATHLEN))) { in imageboot_desired() 166 if (!(PE_parse_boot_argn("rp1", root_path, MAXPATHLEN) || in imageboot_needed() 167 PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN))) { in imageboot_needed() 615 PE_parse_boot_argn("rootdmg-maxsize", &maxsize, sizeof(maxsize)); in imageboot_read_file_internal() 1008 if (PE_parse_boot_argn("-rootdmg-ramdisk", &imgboot_arg, sizeof(imgboot_arg))) { in imageboot_setup_new() 1012 if (PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN) == TRUE) { in imageboot_setup_new() [all …]
|
| H A D | bsd_init.c | 442 if (PE_parse_boot_argn("rd", dev_path, MAXPATHLEN)) { in bsd_rooted_ramdisk() 550 PE_parse_boot_argn("policy_check", &policy_check_flags, sizeof(policy_check_flags)); in bsd_init() 984 PE_parse_boot_argn("bsdmgpath", dmgpath, sizeof(dmgpath)); in bsd_init() 1163 if (PE_parse_boot_argn("-s", namep, sizeof(namep))) { in parse_bsd_args() 1167 if (PE_parse_boot_argn("-x", namep, sizeof(namep))) { /* safe boot */ in parse_bsd_args() 1171 if (PE_parse_boot_argn("nbuf", &max_nbuf_headers, in parse_bsd_args() 1190 if (PE_parse_boot_argn("alt-dyld", dyld_alt_path, sizeof(dyld_alt_path))) { in parse_bsd_args() 1443 boot_arg_bsdmgroot = PE_parse_boot_argn("-bsdmgroot", NULL, 0); in bsdmgroot_bootable() 1444 boot_arg_nobsdmgroot = PE_parse_boot_argn("-nobsdmgroot", NULL, 0); in bsdmgroot_bootable()
|
| H A D | netboot.c | 330 if (PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) == TRUE in netboot_info_init() 331 || PE_parse_boot_argn("rp", root_path, MAXPATHLEN) == TRUE in netboot_info_init() 332 || PE_parse_boot_argn("rootpath", root_path, MAXPATHLEN) == TRUE) { in netboot_info_init() 397 if (PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN) in netboot_info_init() 398 || PE_parse_boot_argn("rp1", root_path, MAXPATHLEN)) { in netboot_info_init()
|
| H A D | kern_cs.c | 165 PE_parse_boot_argn("cs_enforcement_disable", &disable_cs_enforcement, in cs_init() 172 PE_parse_boot_argn("cs_enforcement_panic", &panic, sizeof(panic)); in cs_init() 176 PE_parse_boot_argn("cs_relax_platform_task_ports", in cs_init() 180 PE_parse_boot_argn("cs_debug", &cs_debug, sizeof(cs_debug)); in cs_init() 183 PE_parse_boot_argn("cs_library_val_enable", &cs_library_val_enable, in cs_init()
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | i386_init.c | 881 if (!PE_parse_boot_argn("diag", &dgWork.dgFlags, sizeof(dgWork.dgFlags))) { in i386_init() 885 if (PE_parse_boot_argn("insn_capcnt", &insn_copyin_count, sizeof(insn_copyin_count))) { in i386_init() 899 if (!PE_parse_boot_argn("panic_clmismatch", &panic_on_cacheline_mismatch, in i386_init() 904 if (!PE_parse_boot_argn("panic_on_trap_procname", &panic_on_trap_procname[0], in i386_init() 909 if (!PE_parse_boot_argn("panic_on_trap_mask", &panic_on_trap_mask, in i386_init() 919 if (!PE_parse_boot_argn("lbr_support", &last_branch_enabled_modes, in i386_init() 926 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) { in i386_init() 931 if (force_sync || PE_parse_boot_argn("drain_uart_sync", &force_sync, sizeof(force_sync))) { in i386_init() 954 if (!PE_parse_boot_argn("maxmem", &maxmem, sizeof(maxmem))) { in i386_init() 962 if (PE_parse_boot_argn("cpus", &cpus, sizeof(cpus))) { in i386_init() [all …]
|
| H A D | panic_notify.c | 54 (void) PE_parse_boot_argn("panic_io_port", &panic_io_port, sizeof(panic_io_port)); in panic_notify_init() 63 (void) PE_parse_boot_argn("pvpanic_io_port", &pvpanic_io_port, sizeof(pvpanic_io_port)); in panic_notify_init()
|
| H A D | machine_routines.c | 867 if (PE_parse_boot_argn("slto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout() 886 if (PE_parse_boot_argn("tlbto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout() 897 if (PE_parse_boot_argn("phyreadmaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 903 if (PE_parse_boot_argn("phywritemaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 908 if (PE_parse_boot_argn("tracephyreadus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 913 if (PE_parse_boot_argn("tracephywriteus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 918 if (PE_parse_boot_argn("mtxspin", &mtxspin, sizeof(mtxspin))) { in ml_init_lock_timeout() 935 if (PE_parse_boot_argn("panic_restart_timeout", &prt, sizeof(prt))) { in ml_init_lock_timeout() 943 if (!PE_parse_boot_argn("vti", &vti, sizeof(vti))) { in ml_init_lock_timeout()
|
| H A D | cpu_topology.c | 101 PE_parse_boot_argn("cpus_per_pset", &cpus_per_pset, sizeof(cpus_per_pset)); in cpu_topology_sort() 376 (void) PE_parse_boot_argn(ena_prop, ena_valp, sizeof(*ena_valp)); in gentrace_configure_from_bootargs() 382 if (PE_parse_boot_argn(epc_prop, epcp, sizeof(*epcp)) && in gentrace_configure_from_bootargs()
|
| H A D | cpuid.c | 946 if (!PE_parse_boot_argn("-enable_x86_64h", &enable_x86_64h, sizeof(enable_x86_64h))) { in cpuid_set_info() 949 if (PE_parse_boot_argn("-disable_x86_64h", &disable_x86_64h, sizeof(disable_x86_64h))) { in cpuid_set_info() 973 PE_parse_boot_argn("-nomsr35h", NULL, 0)) { in cpuid_set_info() 1199 PE_parse_boot_argn("-cpuid", &cpuid_dbg, sizeof(cpuid_dbg)); in cpuid_info() 1311 if (PE_parse_boot_argn("_fpu", &fpu_arg[0], sizeof(fpu_arg))) { in cpuid_features() 1490 if (!PE_parse_boot_argn("cwae", &bootarg_cpu_wa_enables, sizeof(bootarg_cpu_wa_enables))) { in cpuid_wa_required() 1494 if (!PE_parse_boot_argn("cwad", &bootarg_cpu_wa_disables, sizeof(bootarg_cpu_wa_disables))) { in cpuid_wa_required() 1655 if (PE_parse_boot_argn("hcalls", &hcalls, sizeof(hcalls)) && in cpuid_vmm_detect_pv_interface()
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | alternate_debugger.c | 121 if (PE_parse_boot_argn("alternate_debugger_init", (void*)&alt_size, sizeof(alt_size))) { in alternate_debugger_init() 126 …PE_parse_boot_argn("alternate_debugger_init_pages", (void*)&alt_pages_size, sizeof(alt_pages_size)… in alternate_debugger_init() 159 …if (PE_parse_boot_argn("alternate_debugger_pause_for_load_at_boot", &alt_init_test, sizeof(alt_ini… in alternate_debugger_init()
|
| H A D | machine_routines.c | 463 if (!PE_parse_boot_argn("fastipi", &gFastIPI, sizeof(gFastIPI))) { in machine_startup() 587 if (PE_parse_boot_argn("slto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout() 598 if (PE_parse_boot_argn("tlto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout() 607 if (PE_parse_boot_argn("mtxspin", &mtxspin, sizeof(mtxspin))) { in ml_init_lock_timeout() 628 PE_parse_boot_argn("max_wfe_us", &maxwfeus, sizeof(maxwfeus)); in ml_init_lock_timeout() 917 …const boolean_t cpus_boot_arg_present = PE_parse_boot_argn("cpus", &cpu_boot_arg, sizeof(cpu_boot_… in ml_parse_cpu_topology() 918 …const boolean_t cpumask_boot_arg_present = PE_parse_boot_argn("cpumask", &cpumask_boot_arg, sizeof… in ml_parse_cpu_topology() 1666 (void)PE_parse_boot_argn("bad_static_mfree", &bad_at_cnt, sizeof(bad_at_cnt)); in ml_static_mfree() 2139 if (PE_parse_boot_argn("wfe_events_sec", &events_per_sec, sizeof(events_per_sec))) { in wfe_timeout_configure()
|
| /xnu-8019.80.24/osfmk/atm/ |
| H A D | atm.c | 52 (PE_parse_boot_argn("-disable_atm", temp_buf, sizeof(temp_buf)))) { in atm_init() 56 …if (!PE_parse_boot_argn("atm_diagnostic_config", &atm_diagnostic_config, sizeof(atm_diagnostic_con… in atm_init()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | arm_init.c | 393 if (PE_parse_boot_argn("cpus_defeatures", &cpus_defeatures, sizeof(cpus_defeatures))) { in arm_init() 467 if (PE_parse_boot_argn("maxmem", &maxmem, sizeof(maxmem))) { in arm_init() 478 if ((PE_parse_boot_argn("wdt", &wdt_boot_arg, in arm_init() 496 PE_parse_boot_argn("bpret", &bp_ret, sizeof(bp_ret)); in arm_init() 500 …PE_parse_boot_argn("immediate_NMI", &force_immediate_debug_halt, sizeof(force_immediate_debug_halt… in arm_init() 524 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) { in arm_init() 529 if (force_sync || PE_parse_boot_argn("drain_uart_sync", &force_sync, sizeof(force_sync))) { in arm_init()
|
| /xnu-8019.80.24/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 253 if (PE_parse_boot_argn( "network-type", networkType, 128 )) { in IONetworkNamePrefixMatching() 692 if (!PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IOFindBSDRoot() 693 && !PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IOFindBSDRoot() 815 if (!PE_parse_boot_argn( "boot-uuid", uuid.data(), kMaxBootVar )) { in IOFindBSDRoot() 860 || PE_parse_boot_argn("-s", namep, sizeof(namep))) { in IOFindBSDRoot() 986 if (PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IORamDiskBSDRoot() 987 || PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IORamDiskBSDRoot() 1163 …if (PE_parse_boot_argn("corefile_size_mb", &requested_corefile_size, sizeof(requested_corefile_siz… in IOCoreFileGetSize()
|
| /xnu-8019.80.24/bsd/dev/ |
| H A D | unix_startup.c | 286 (void) PE_parse_boot_argn("ncl", &ncl, sizeof(ncl)); in bsd_mbuf_cluster_reserve() 287 (void) PE_parse_boot_argn("mbuf_pool", &mbuf_pool, sizeof(mbuf_pool)); in bsd_mbuf_cluster_reserve()
|
| /xnu-8019.80.24/pexpert/i386/ |
| H A D | pe_serial.c | 272 if (PE_parse_boot_argn("mmio_uart", &new_mmio_uart_base, sizeof(new_mmio_uart_base))) { in mmio_uart_probe() 496 …if (PE_parse_boot_argn("pcie_mmio_uart", &new_pcie_mmio_uart_base, sizeof(new_pcie_mmio_uart_base)… in pcie_mmio_uart_probe() 597 if (PE_parse_boot_argn("serialbaud", &new_uart_baud_rate, sizeof(new_uart_baud_rate))) { in serial_init()
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_compressor_algorithms.c | 454 PE_parse_boot_argn("vm_compressor_codec", &new_codec, sizeof(new_codec)); in vm_compressor_algorithm_init() 461 if (PE_parse_boot_argn("-vm_compressor_wk", &tmpc, sizeof(tmpc))) { in vm_compressor_algorithm_init() 463 } else if (PE_parse_boot_argn("-vm_compressor_hybrid", &tmpc, sizeof(tmpc))) { in vm_compressor_algorithm_init()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOInterruptAccounting.cpp | 52 if (PE_parse_boot_argn("interrupt_accounting", &bootArgValue, sizeof(bootArgValue))) { in interruptAccountingInit()
|
| /xnu-8019.80.24/san/memory/ |
| H A D | kasan.c | 346 if (PE_parse_boot_argn("kasan.checks", &arg, sizeof(arg))) { in kasan_init() 350 if (PE_parse_boot_argn("kasan", &arg, sizeof(arg))) { in kasan_init()
|