Home
last modified time | relevance | path

Searched refs:PE_parse_boot_argn (Results 1 – 25 of 127) sorted by relevance

123456

/xnu-8796.141.3/bsd/skywalk/core/
H A Dskywalk.c340 PE_parse_boot_argn("sk_debug", &sk_debug, sizeof(sk_debug)); in skywalk_init()
341 PE_parse_boot_argn("sk_verbose", &sk_verbose, sizeof(sk_verbose)); in skywalk_init()
342 (void) PE_parse_boot_argn("sk_opp_defunct", &sk_opp_defunct, in skywalk_init()
344 (void) PE_parse_boot_argn("sk_cksum_tx", &sk_cksum_tx, in skywalk_init()
346 (void) PE_parse_boot_argn("sk_cksum_rx", &sk_cksum_rx, in skywalk_init()
348 (void) PE_parse_boot_argn("sk_txring_sz", &sk_txring_sz, in skywalk_init()
350 (void) PE_parse_boot_argn("sk_rxring_sz", &sk_rxring_sz, in skywalk_init()
352 (void) PE_parse_boot_argn("sk_net_txring_sz", &sk_net_txring_sz, in skywalk_init()
354 (void) PE_parse_boot_argn("sk_net_rxring_sz", &sk_net_rxring_sz, in skywalk_init()
356 (void) PE_parse_boot_argn("sk_max_flows", &sk_max_flows, in skywalk_init()
[all …]
/xnu-8796.141.3/pexpert/gen/
H A Dpe_gen.c56 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-8796.141.3/bsd/kern/
H A Dimageboot.c125 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()
1014 if (PE_parse_boot_argn("-rootdmg-ramdisk", &imgboot_arg, sizeof(imgboot_arg))) { in imageboot_setup_new()
1018 if (PE_parse_boot_argn(IMAGEBOOT_CONTAINER_ARG, root_path, MAXPATHLEN) == TRUE) { in imageboot_setup_new()
[all …]
H A Dkern_codesigning.c83 PE_parse_boot_argn("amfi", &amfi_mask, sizeof(amfi_mask)); in code_signing_configuration()
86 PE_parse_boot_argn( in code_signing_configuration()
92 PE_parse_boot_argn( in code_signing_configuration()
98 PE_parse_boot_argn( in code_signing_configuration()
104 PE_parse_boot_argn( in code_signing_configuration()
147 bool override = PE_parse_boot_argn( in code_signing_configuration()
157 override = PE_parse_boot_argn( in code_signing_configuration()
167 override = PE_parse_boot_argn( in code_signing_configuration()
H A Dbsd_init.c452 if (PE_parse_boot_argn("rd", dev_path, MAXPATHLEN)) { in bsd_rooted_ramdisk()
578 PE_parse_boot_argn("policy_check", &policy_check_flags, sizeof(policy_check_flags)); in bsd_init()
1001 PE_parse_boot_argn("bsdmgpath", dmgpath, sizeof(dmgpath)); in bsd_init()
1185 if (PE_parse_boot_argn("-s", namep, sizeof(namep))) { in parse_bsd_args()
1189 if (PE_parse_boot_argn("-x", namep, sizeof(namep))) { /* safe boot */ in parse_bsd_args()
1193 if (PE_parse_boot_argn("nbuf", &max_nbuf_headers, in parse_bsd_args()
1212 if (PE_parse_boot_argn("dyldsuffix", dyld_suffix, sizeof(dyld_suffix))) { in parse_bsd_args()
1218 if (PE_parse_boot_argn("alt-dyld", dyld_alt_path, sizeof(dyld_alt_path))) { in parse_bsd_args()
1487 boot_arg_bsdmgroot = PE_parse_boot_argn("-bsdmgroot", NULL, 0); in bsdmgroot_bootable()
1488 boot_arg_nobsdmgroot = PE_parse_boot_argn("-nobsdmgroot", NULL, 0); in bsdmgroot_bootable()
H A Dnetboot.c329 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-8796.141.3/osfmk/i386/
H A Di386_init.c880 if (!PE_parse_boot_argn("diag", &dgWork.dgFlags, sizeof(dgWork.dgFlags))) { in i386_init()
884 if (PE_parse_boot_argn("insn_capcnt", &insn_copyin_count, sizeof(insn_copyin_count))) { in i386_init()
898 if (!PE_parse_boot_argn("panic_clmismatch", &panic_on_cacheline_mismatch, in i386_init()
903 if (!PE_parse_boot_argn("panic_on_trap_procname", &panic_on_trap_procname[0], in i386_init()
908 if (!PE_parse_boot_argn("panic_on_trap_mask", &panic_on_trap_mask, in i386_init()
918 if (!PE_parse_boot_argn("lbr_support", &last_branch_enabled_modes, in i386_init()
925 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 Dpanic_notify.c54 (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 Dmachine_routines.c890 if (PE_parse_boot_argn("slto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout()
909 if (PE_parse_boot_argn("tlbto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout()
920 if (PE_parse_boot_argn("phyreadmaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
926 if (PE_parse_boot_argn("phywritemaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
931 if (PE_parse_boot_argn("tracephyreadus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
936 if (PE_parse_boot_argn("tracephywriteus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
941 if (PE_parse_boot_argn("mtxspin", &mtxspin, sizeof(mtxspin))) { in ml_init_lock_timeout()
958 if (PE_parse_boot_argn("panic_restart_timeout", &prt, sizeof(prt))) { in ml_init_lock_timeout()
966 if (!PE_parse_boot_argn("vti", &vti, sizeof(vti))) { in ml_init_lock_timeout()
H A Dcpu_topology.c100 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 Dcpuid.c941 if (!PE_parse_boot_argn("-enable_x86_64h", &enable_x86_64h, sizeof(enable_x86_64h))) { in cpuid_set_info()
944 if (PE_parse_boot_argn("-disable_x86_64h", &disable_x86_64h, sizeof(disable_x86_64h))) { in cpuid_set_info()
968 PE_parse_boot_argn("-nomsr35h", NULL, 0)) { in cpuid_set_info()
1194 PE_parse_boot_argn("-cpuid", &cpuid_dbg, sizeof(cpuid_dbg)); in cpuid_info()
1306 if (PE_parse_boot_argn("_fpu", &fpu_arg[0], sizeof(fpu_arg))) { in cpuid_features()
1496 if (!PE_parse_boot_argn("cwae", &bootarg_cpu_wa_enables, sizeof(bootarg_cpu_wa_enables))) { in cpuid_wa_required()
1500 if (!PE_parse_boot_argn("cwad", &bootarg_cpu_wa_disables, sizeof(bootarg_cpu_wa_disables))) { in cpuid_wa_required()
1661 if (PE_parse_boot_argn("hcalls", &hcalls, sizeof(hcalls)) && in cpuid_vmm_detect_pv_interface()
/xnu-8796.141.3/osfmk/arm64/
H A Dalternate_debugger.c121 if (PE_parse_boot_argn("alternate_debugger_init", (void*)&alt_size, sizeof(alt_size))) { in alternate_debugger_init()
126PE_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-8796.141.3/osfmk/atm/
H A Datm.c52 (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-8796.141.3/osfmk/arm/
H A Darm_init.c416 if (PE_parse_boot_argn("cpus_defeatures", &cpus_defeatures, sizeof(cpus_defeatures))) { in arm_init()
471 if (PE_parse_boot_argn("maxmem", &maxmem, sizeof(maxmem))) { in arm_init()
482 …bool const wdt_disabled = (PE_parse_boot_argn("wdt", &wdt_boot_arg, sizeof(wdt_boot_arg)) && (wdt_… in arm_init()
506 PE_parse_boot_argn("bpret", &bp_ret, sizeof(bp_ret)); in arm_init()
510PE_parse_boot_argn("immediate_NMI", &force_immediate_debug_halt, sizeof(force_immediate_debug_halt… in arm_init()
534 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) { in arm_init()
540 if (force_sync || PE_parse_boot_argn("drain_uart_sync", &force_sync, sizeof(force_sync))) { in arm_init()
/xnu-8796.141.3/osfmk/kern/
H A Diotrace.c71 (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 Dtelemetry.c192 if (!PE_parse_boot_argn("telemetry_buffer_size", in telemetry_init()
208 if (!PE_parse_boot_argn("telemetry_notification_leeway", in telemetry_init()
222 if (!PE_parse_boot_argn("telemetry_sample_rate", in telemetry_init()
230 if (!PE_parse_boot_argn("telemetry_sample_all_tasks", in telemetry_init()
1414 if (!PE_parse_boot_argn("bootprofile_buffer_size", in bootprofile_init()
1423 if (!PE_parse_boot_argn("bootprofile_interval_ms", in bootprofile_init()
1428 if (!PE_parse_boot_argn("bootprofile_stackshot_flags", in bootprofile_init()
1433 if (!PE_parse_boot_argn("bootprofile_proc_name", in bootprofile_init()
1439 if (PE_parse_boot_argn("bootprofile_type", type, sizeof(type))) { in bootprofile_init()
H A Dstartup.c292 } 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()
468 if (PE_parse_boot_argn("-show_pointers", &namep, sizeof(namep))) { in kernel_bootstrap()
471 if (PE_parse_boot_argn("-no_slto_panic", &namep, sizeof(namep))) { in kernel_bootstrap()
H A Dcopyout_shim.c64 …if (!PE_parse_boot_argn("enable_copyout_shim", &copyout_shim_enabled, sizeof(copyout_shim_enabled)… in register_copyout_shim()
/xnu-8796.141.3/bsd/net/classq/
H A Dclassq_subr.c123 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-8796.141.3/iokit/Kernel/arm/
H A DAppleARMSMP.cpp181 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-8796.141.3/pexpert/i386/
H A Dpe_serial.c272 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-8796.141.3/iokit/bsddev/
H A DIOKitBSDInit.cpp255 if (PE_parse_boot_argn( "network-type", networkType, 128 )) { in IONetworkNamePrefixMatching()
705 if (!PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IOFindBSDRoot()
706 && !PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IOFindBSDRoot()
828 if (!PE_parse_boot_argn( "boot-uuid", uuid.data(), kMaxBootVar )) { in IOFindBSDRoot()
874 || PE_parse_boot_argn("-s", namep, sizeof(namep))) { in IOFindBSDRoot()
1002 if (PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IORamDiskBSDRoot()
1003 || PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IORamDiskBSDRoot()
1165 if (PE_parse_boot_argn("corefile_size_mb", &requested_corefile_size, in IOCoreFileGetSize()
/xnu-8796.141.3/bsd/dev/
H A Dunix_startup.c289 (void) PE_parse_boot_argn("ncl", &ncl, sizeof(ncl)); in bsd_mbuf_cluster_reserve()
290 (void) PE_parse_boot_argn("mbuf_pool", &mbuf_pool, sizeof(mbuf_pool)); in bsd_mbuf_cluster_reserve()
/xnu-8796.141.3/osfmk/vm/
H A Dvm_compressor_algorithms.c460 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()
/xnu-8796.141.3/iokit/Kernel/
H A DIOInterruptAccounting.cpp52 if (PE_parse_boot_argn("interrupt_accounting", &bootArgValue, sizeof(bootArgValue))) { in interruptAccountingInit()

123456