| /xnu-10063.121.3/bsd/skywalk/core/ ! |
| H A D | skywalk.c | 349 PE_parse_boot_argn("sk_debug", &sk_debug, sizeof(sk_debug)); in skywalk_init() 350 PE_parse_boot_argn("sk_verbose", &sk_verbose, sizeof(sk_verbose)); in skywalk_init() 351 (void) PE_parse_boot_argn("sk_opp_defunct", &sk_opp_defunct, in skywalk_init() 353 (void) PE_parse_boot_argn("sk_cksum_tx", &sk_cksum_tx, in skywalk_init() 355 (void) PE_parse_boot_argn("sk_cksum_rx", &sk_cksum_rx, in skywalk_init() 357 (void) PE_parse_boot_argn("sk_txring_sz", &sk_txring_sz, in skywalk_init() 359 (void) PE_parse_boot_argn("sk_rxring_sz", &sk_rxring_sz, in skywalk_init() 361 (void) PE_parse_boot_argn("sk_net_txring_sz", &sk_net_txring_sz, in skywalk_init() 363 (void) PE_parse_boot_argn("sk_net_rxring_sz", &sk_net_rxring_sz, in skywalk_init() 365 (void) PE_parse_boot_argn("sk_max_flows", &sk_max_flows, in skywalk_init() [all …]
|
| /xnu-10063.121.3/pexpert/gen/ ! |
| H A D | pe_gen.c | 60 if (!PE_parse_boot_argn("assertions", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug() 69 if (!PE_parse_boot_argn("statistics", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug() 83 } else if (!PE_parse_boot_argn("diagnostic_api", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug() 91 boolean_t have_bootarg = PE_parse_boot_argn("cpu-factor", &factor, sizeof(factor)); in pe_init_debug()
|
| /xnu-10063.121.3/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() 619 PE_parse_boot_argn("rootdmg-maxsize", &maxsize, sizeof(maxsize)); in imageboot_read_file_internal() 1018 if (PE_parse_boot_argn("-rootdmg-ramdisk", &imgboot_arg, sizeof(imgboot_arg))) { in imageboot_setup_new() 1022 if (PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN) == TRUE) { in imageboot_setup_new() [all …]
|
| H A D | bsd_init.c | 457 if (PE_parse_boot_argn("rd", dev_path, MAXPATHLEN)) { in bsd_rooted_ramdisk() 586 PE_parse_boot_argn("policy_check", &policy_check_flags, sizeof(policy_check_flags)); in bsd_init() 1022 PE_parse_boot_argn("bsdmgpath", dmgpath, sizeof(dmgpath)); in bsd_init() 1206 if (PE_parse_boot_argn("-s", namep, sizeof(namep))) { in parse_bsd_args() 1210 if (PE_parse_boot_argn("-x", namep, sizeof(namep))) { /* safe boot */ in parse_bsd_args() 1214 if (PE_parse_boot_argn("nbuf", &max_nbuf_headers, in parse_bsd_args() 1233 if (PE_parse_boot_argn("dyldsuffix", dyld_suffix, sizeof(dyld_suffix))) { in parse_bsd_args() 1239 if (PE_parse_boot_argn("alt-dyld", dyld_alt_path, sizeof(dyld_alt_path))) { in parse_bsd_args() 1263 …if (PE_i_can_has_debugger(NULL) && PE_parse_boot_argn("-hide_process_traced", namep, sizeof(namep)… in parse_bsd_args() 1512 boot_arg_bsdmgroot = PE_parse_boot_argn("-bsdmgroot", NULL, 0); in bsdmgroot_bootable() [all …]
|
| H A D | kern_codesigning.c | 226 PE_parse_boot_argn("amfi", &amfi_mask, sizeof(amfi_mask)); in code_signing_configuration() 229 PE_parse_boot_argn( in code_signing_configuration() 235 PE_parse_boot_argn( in code_signing_configuration() 241 PE_parse_boot_argn( in code_signing_configuration() 247 PE_parse_boot_argn( in code_signing_configuration() 253 PE_parse_boot_argn( in code_signing_configuration() 325 bool override = PE_parse_boot_argn( in code_signing_configuration() 335 override = PE_parse_boot_argn( in code_signing_configuration() 345 override = PE_parse_boot_argn( in code_signing_configuration()
|
| H A D | netboot.c | 329 if (PE_parse_boot_argn("rp0", root_path, MAXPATHLEN) == TRUE in netboot_info_init() 330 || PE_parse_boot_argn("rp", root_path, MAXPATHLEN) == TRUE in netboot_info_init() 331 || PE_parse_boot_argn("rootpath", root_path, MAXPATHLEN) == TRUE) { in netboot_info_init() 364 if (PE_parse_boot_argn(IMAGEBOOT_ROOT_ARG, root_path, MAXPATHLEN) in netboot_info_init() 365 || PE_parse_boot_argn("rp1", root_path, MAXPATHLEN)) { in netboot_info_init()
|
| /xnu-10063.121.3/osfmk/i386/ ! |
| H A D | i386_init.c | 877 if (!PE_parse_boot_argn("diag", &dgWork.dgFlags, sizeof(dgWork.dgFlags))) { in i386_init() 881 if (PE_parse_boot_argn("insn_capcnt", &insn_copyin_count, sizeof(insn_copyin_count))) { in i386_init() 895 if (!PE_parse_boot_argn("panic_clmismatch", &panic_on_cacheline_mismatch, in i386_init() 900 if (!PE_parse_boot_argn("panic_on_trap_procname", &panic_on_trap_procname[0], in i386_init() 905 if (!PE_parse_boot_argn("panic_on_trap_mask", &panic_on_trap_mask, in i386_init() 915 if (!PE_parse_boot_argn("lbr_support", &last_branch_enabled_modes, in i386_init() 922 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) { in i386_init() 928 if (force_sync || PE_parse_boot_argn("drain_uart_sync", &force_sync, sizeof(force_sync))) { in i386_init() 951 if (!PE_parse_boot_argn("maxmem", &maxmem, sizeof(maxmem))) { in i386_init() 959 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 | 936 if (PE_parse_boot_argn("slto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout() 955 if (PE_parse_boot_argn("tlbto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout() 966 if (PE_parse_boot_argn("phyreadmaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 972 if (PE_parse_boot_argn("phywritemaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 977 if (PE_parse_boot_argn("tracephyreadus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 982 if (PE_parse_boot_argn("tracephywriteus", &slto, sizeof(slto))) { in ml_init_lock_timeout() 987 if (PE_parse_boot_argn("mtxspin", &mtxspin, sizeof(mtxspin))) { in ml_init_lock_timeout() 1004 if (PE_parse_boot_argn("panic_restart_timeout", &prt, sizeof(prt))) { in ml_init_lock_timeout() 1012 if (!PE_parse_boot_argn("vti", &vti, sizeof(vti))) { in ml_init_lock_timeout()
|
| H A D | cpu_topology.c | 100 PE_parse_boot_argn("cpus_per_pset", &cpus_per_pset, sizeof(cpus_per_pset)); in cpu_topology_sort() 358 (void) PE_parse_boot_argn(ena_prop, ena_valp, sizeof(*ena_valp)); in gentrace_configure_from_bootargs() 364 if (PE_parse_boot_argn(epc_prop, epcp, sizeof(*epcp)) && in gentrace_configure_from_bootargs()
|
| H A D | cpuid.c | 944 if (!PE_parse_boot_argn("-enable_x86_64h", &enable_x86_64h, sizeof(enable_x86_64h))) { in cpuid_set_info() 947 if (PE_parse_boot_argn("-disable_x86_64h", &disable_x86_64h, sizeof(disable_x86_64h))) { in cpuid_set_info() 971 PE_parse_boot_argn("-nomsr35h", NULL, 0)) { in cpuid_set_info() 1197 PE_parse_boot_argn("-cpuid", &cpuid_dbg, sizeof(cpuid_dbg)); in cpuid_info() 1309 if (PE_parse_boot_argn("_fpu", &fpu_arg[0], sizeof(fpu_arg))) { in cpuid_features() 1499 if (!PE_parse_boot_argn("cwae", &bootarg_cpu_wa_enables, sizeof(bootarg_cpu_wa_enables))) { in cpuid_wa_required() 1503 if (!PE_parse_boot_argn("cwad", &bootarg_cpu_wa_disables, sizeof(bootarg_cpu_wa_disables))) { in cpuid_wa_required() 1664 if (PE_parse_boot_argn("hcalls", &hcalls, sizeof(hcalls)) && in cpuid_vmm_detect_pv_interface()
|
| /xnu-10063.121.3/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() 162 …if (PE_parse_boot_argn("alternate_debugger_pause_for_load_at_boot", &alt_init_test, sizeof(alt_ini… in alternate_debugger_init()
|
| /xnu-10063.121.3/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-10063.121.3/osfmk/arm/ ! |
| H A D | arm_init.c | 423 if (PE_parse_boot_argn("cpus_defeatures", &cpus_defeatures, sizeof(cpus_defeatures))) { in arm_init() 477 if (PE_parse_boot_argn("maxmem", &maxmem, sizeof(maxmem))) { in arm_init() 488 …bool const wdt_disabled = (PE_parse_boot_argn("wdt", &wdt_boot_arg, sizeof(wdt_boot_arg)) && (wdt_… in arm_init() 512 PE_parse_boot_argn("bpret", &bp_ret, sizeof(bp_ret)); in arm_init() 516 …PE_parse_boot_argn("immediate_NMI", &force_immediate_debug_halt, sizeof(force_immediate_debug_halt… in arm_init() 540 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) { in arm_init() 546 if (force_sync || PE_parse_boot_argn("drain_uart_sync", &force_sync, sizeof(force_sync))) { in arm_init()
|
| /xnu-10063.121.3/osfmk/kern/ ! |
| H A D | iotrace.c | 71 (void) PE_parse_boot_argn("iotrace", &enable, sizeof(enable)); in iotrace_init() 73 PE_parse_boot_argn("iotrace_epc", &entries_per_cpu, sizeof(entries_per_cpu)) && in iotrace_init()
|
| H A D | startup.c | 292 } else if (PE_parse_boot_argn(spec->name, spec->var_addr, spec->var_len)) { in kernel_startup_tunable_init() 340 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 | telemetry.c | 233 if (!PE_parse_boot_argn("telemetry_buffer_size", in telemetry_init() 249 if (!PE_parse_boot_argn("telemetry_notification_leeway", in telemetry_init() 263 if (!PE_parse_boot_argn("telemetry_sample_rate", in telemetry_init() 276 if (!PE_parse_boot_argn("telemetry_sample_all_tasks", in telemetry_init() 1671 if (!PE_parse_boot_argn("bootprofile_buffer_size", in bootprofile_init() 1680 if (!PE_parse_boot_argn("bootprofile_interval_ms", in bootprofile_init() 1685 if (!PE_parse_boot_argn("bootprofile_stackshot_flags", in bootprofile_init() 1690 if (!PE_parse_boot_argn("bootprofile_proc_name", in bootprofile_init() 1696 if (PE_parse_boot_argn("bootprofile_type", type, sizeof(type))) { in bootprofile_init()
|
| 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-10063.121.3/bsd/net/classq/ ! |
| H A D | classq_subr.c | 123 PE_parse_boot_argn("fq_codel_quantum", &fq_codel_quantum, in classq_init() 125 PE_parse_boot_argn("ifclassq_def_c_target_qdelay", &ifclassq_def_c_target_qdelay, in classq_init() 127 PE_parse_boot_argn("ifclassq_def_c_update_interval", in classq_init() 129 PE_parse_boot_argn("ifclassq_def_l4s_target_qdelay", &ifclassq_def_l4s_target_qdelay, in classq_init() 131 PE_parse_boot_argn("ifclassq_def_l4s_update_interval", in classq_init() 133 PE_parse_boot_argn("ifclassq_ll_c_target_qdelay", &ifclassq_ll_c_target_qdelay, in classq_init() 135 PE_parse_boot_argn("ifclassq_ll_c_update_interval", in classq_init() 137 PE_parse_boot_argn("ifclassq_ll_l4s_target_qdelay", &ifclassq_ll_l4s_target_qdelay, in classq_init() 139 PE_parse_boot_argn("ifclassq_ll_l4s_update_interval", in classq_init()
|
| /xnu-10063.121.3/iokit/Kernel/arm/ ! |
| H A D | AppleARMSMP.cpp | 181 PE_parse_boot_argn("kernPOST", &kernel_post, sizeof(kernel_post)); in cpu_boot_thread() 186 if (PE_parse_boot_argn("enable_skstb", NULL, 0)) { in cpu_boot_thread() 189 if (PE_parse_boot_argn("enable_skstsct", NULL, 0)) { in cpu_boot_thread() 193 PE_parse_boot_argn("cluster_power", &cluster_power_supported, sizeof(cluster_power_supported)); in cpu_boot_thread()
|
| /xnu-10063.121.3/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-10063.121.3/osfmk/arm64/sptm/ ! |
| H A D | arm_init_sptm.c | 676 if (PE_parse_boot_argn("cpus_defeatures", &cpus_defeatures, sizeof(cpus_defeatures))) { in arm_init() 686 PE_parse_boot_argn("sptm_stability_hacks", &sptm_stability_hacks, sizeof(sptm_stability_hacks)); in arm_init() 731 if (PE_parse_boot_argn("maxmem", &maxmem, sizeof(maxmem))) { in arm_init() 742 …bool const wdt_disabled = (PE_parse_boot_argn("wdt", &wdt_boot_arg, sizeof(wdt_boot_arg)) && (wdt_… in arm_init() 766 PE_parse_boot_argn("bpret", &bp_ret, sizeof(bp_ret)); in arm_init() 770 …PE_parse_boot_argn("immediate_NMI", &force_immediate_debug_halt, sizeof(force_immediate_debug_halt… in arm_init() 794 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) { in arm_init() 800 if (force_sync || PE_parse_boot_argn("drain_uart_sync", &force_sync, sizeof(force_sync))) { in arm_init() 1378 PE_parse_boot_argn("keepsyms", &keep_linkedit, sizeof(keep_linkedit)); in arm_vm_prot_finalize()
|
| /xnu-10063.121.3/bsd/dev/ ! |
| H A D | unix_startup.c | 291 (void) PE_parse_boot_argn("ncl", &ncl, sizeof(ncl)); in bsd_mbuf_cluster_reserve() 292 (void) PE_parse_boot_argn("mbuf_pool", &mbuf_pool, sizeof(mbuf_pool)); in bsd_mbuf_cluster_reserve()
|
| /xnu-10063.121.3/iokit/bsddev/ ! |
| H A D | IOKitBSDInit.cpp | 268 if (PE_parse_boot_argn( "network-type", networkType, 128 )) { in IONetworkNamePrefixMatching() 718 if (!PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IOFindBSDRoot() 719 && !PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IOFindBSDRoot() 841 if (!PE_parse_boot_argn( "boot-uuid", uuid.data(), kMaxBootVar )) { in IOFindBSDRoot() 887 || PE_parse_boot_argn("-s", namep, sizeof(namep))) { in IOFindBSDRoot() 1015 if (PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IORamDiskBSDRoot() 1016 || PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IORamDiskBSDRoot() 1181 if (PE_parse_boot_argn("corefile_size_mb", &requested_corefile_size, in IOCoreFileGetSize()
|
| /xnu-10063.121.3/osfmk/vm/ ! |
| H A D | vm_compressor_algorithms.c | 460 PE_parse_boot_argn("vm_compressor_codec", &new_codec, sizeof(new_codec)); in vm_compressor_algorithm_init() 467 if (PE_parse_boot_argn("-vm_compressor_wk", &tmpc, sizeof(tmpc))) { in vm_compressor_algorithm_init() 469 } else if (PE_parse_boot_argn("-vm_compressor_hybrid", &tmpc, sizeof(tmpc))) { in vm_compressor_algorithm_init()
|