Home
last modified time | relevance | path

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

123456

/xnu-10002.81.5/bsd/skywalk/core/
H A Dskywalk.c349 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-10002.81.5/pexpert/gen/
H A Dpe_gen.c57 if (!PE_parse_boot_argn("assertions", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug()
66 if (!PE_parse_boot_argn("statistics", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug()
80 } else if (!PE_parse_boot_argn("diagnostic_api", &boot_arg_value, sizeof(boot_arg_value))) { in pe_init_debug()
88 boolean_t have_bootarg = PE_parse_boot_argn("cpu-factor", &factor, sizeof(factor)); in pe_init_debug()
/xnu-10002.81.5/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()
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 Dkern_codesigning.c120 PE_parse_boot_argn("amfi", &amfi_mask, sizeof(amfi_mask)); in code_signing_configuration()
123 PE_parse_boot_argn( in code_signing_configuration()
129 PE_parse_boot_argn( in code_signing_configuration()
135 PE_parse_boot_argn( in code_signing_configuration()
141 PE_parse_boot_argn( in code_signing_configuration()
147 PE_parse_boot_argn( in code_signing_configuration()
195 bool override = PE_parse_boot_argn( in code_signing_configuration()
205 override = PE_parse_boot_argn( in code_signing_configuration()
215 override = PE_parse_boot_argn( in code_signing_configuration()
H A Dbsd_init.c457 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()
1017 PE_parse_boot_argn("bsdmgpath", dmgpath, sizeof(dmgpath)); in bsd_init()
1201 if (PE_parse_boot_argn("-s", namep, sizeof(namep))) { in parse_bsd_args()
1205 if (PE_parse_boot_argn("-x", namep, sizeof(namep))) { /* safe boot */ in parse_bsd_args()
1209 if (PE_parse_boot_argn("nbuf", &max_nbuf_headers, in parse_bsd_args()
1228 if (PE_parse_boot_argn("dyldsuffix", dyld_suffix, sizeof(dyld_suffix))) { in parse_bsd_args()
1234 if (PE_parse_boot_argn("alt-dyld", dyld_alt_path, sizeof(dyld_alt_path))) { in parse_bsd_args()
1258 …if (PE_i_can_has_debugger(NULL) && PE_parse_boot_argn("-hide_process_traced", namep, sizeof(namep)… in parse_bsd_args()
1507 boot_arg_bsdmgroot = PE_parse_boot_argn("-bsdmgroot", NULL, 0); in bsdmgroot_bootable()
[all …]
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-10002.81.5/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.c942 if (PE_parse_boot_argn("slto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout()
961 if (PE_parse_boot_argn("tlbto_us", &slto, sizeof(slto))) { in ml_init_lock_timeout()
972 if (PE_parse_boot_argn("phyreadmaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
978 if (PE_parse_boot_argn("phywritemaxus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
983 if (PE_parse_boot_argn("tracephyreadus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
988 if (PE_parse_boot_argn("tracephywriteus", &slto, sizeof(slto))) { in ml_init_lock_timeout()
993 if (PE_parse_boot_argn("mtxspin", &mtxspin, sizeof(mtxspin))) { in ml_init_lock_timeout()
1010 if (PE_parse_boot_argn("panic_restart_timeout", &prt, sizeof(prt))) { in ml_init_lock_timeout()
1018 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.c944 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-10002.81.5/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-10002.81.5/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-10002.81.5/osfmk/arm/
H A Darm_init.c425 if (PE_parse_boot_argn("cpus_defeatures", &cpus_defeatures, sizeof(cpus_defeatures))) { in arm_init()
479 if (PE_parse_boot_argn("maxmem", &maxmem, sizeof(maxmem))) { in arm_init()
490 …bool const wdt_disabled = (PE_parse_boot_argn("wdt", &wdt_boot_arg, sizeof(wdt_boot_arg)) && (wdt_… in arm_init()
514 PE_parse_boot_argn("bpret", &bp_ret, sizeof(bp_ret)); in arm_init()
518PE_parse_boot_argn("immediate_NMI", &force_immediate_debug_halt, sizeof(force_immediate_debug_halt… in arm_init()
542 if (PE_parse_boot_argn("serial", &serialmode, sizeof(serialmode))) { in arm_init()
548 if (force_sync || PE_parse_boot_argn("drain_uart_sync", &force_sync, sizeof(force_sync))) { in arm_init()
/xnu-10002.81.5/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 Dstartup.c295 } else if (PE_parse_boot_argn(spec->name, spec->var_addr, spec->var_len)) { in kernel_startup_tunable_init()
343 if (PE_parse_boot_argn(spec->boot_arg_name, spec->var_addr, spec->var_len)) { in kernel_startup_tunable_dt_init()
471 if (PE_parse_boot_argn("-show_pointers", &namep, sizeof(namep))) { in kernel_bootstrap()
474 if (PE_parse_boot_argn("-no_slto_panic", &namep, sizeof(namep))) { in kernel_bootstrap()
H A Dtelemetry.c235 if (!PE_parse_boot_argn("telemetry_buffer_size", in telemetry_init()
251 if (!PE_parse_boot_argn("telemetry_notification_leeway", in telemetry_init()
265 if (!PE_parse_boot_argn("telemetry_sample_rate", in telemetry_init()
278 if (!PE_parse_boot_argn("telemetry_sample_all_tasks", in telemetry_init()
1626 if (!PE_parse_boot_argn("bootprofile_buffer_size", in bootprofile_init()
1635 if (!PE_parse_boot_argn("bootprofile_interval_ms", in bootprofile_init()
1640 if (!PE_parse_boot_argn("bootprofile_stackshot_flags", in bootprofile_init()
1645 if (!PE_parse_boot_argn("bootprofile_proc_name", in bootprofile_init()
1651 if (PE_parse_boot_argn("bootprofile_type", type, sizeof(type))) { in bootprofile_init()
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-10002.81.5/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-10002.81.5/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-10002.81.5/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-10002.81.5/iokit/bsddev/
H A DIOKitBSDInit.cpp267 if (PE_parse_boot_argn( "network-type", networkType, 128 )) { in IONetworkNamePrefixMatching()
717 if (!PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IOFindBSDRoot()
718 && !PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IOFindBSDRoot()
840 if (!PE_parse_boot_argn( "boot-uuid", uuid.data(), kMaxBootVar )) { in IOFindBSDRoot()
886 || PE_parse_boot_argn("-s", namep, sizeof(namep))) { in IOFindBSDRoot()
1014 if (PE_parse_boot_argn("rd", rdBootVar, kMaxBootVar ) in IORamDiskBSDRoot()
1015 || PE_parse_boot_argn("rootdev", rdBootVar, kMaxBootVar )) { in IORamDiskBSDRoot()
1177 if (PE_parse_boot_argn("corefile_size_mb", &requested_corefile_size, in IOCoreFileGetSize()
/xnu-10002.81.5/bsd/dev/
H A Dunix_startup.c291 (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-10002.81.5/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-10002.81.5/iokit/Kernel/
H A DIOInterruptAccounting.cpp52 if (PE_parse_boot_argn("interrupt_accounting", &bootArgValue, sizeof(bootArgValue))) { in interruptAccountingInit()

123456