Home
last modified time | relevance | path

Searched refs:PE_parse_boot_arg_str (Results 1 – 10 of 10) sorted by relevance

/xnu-11417.101.15/osfmk/kperf/ !
H A Dkperf.c87 found_kperf = PE_parse_boot_arg_str("kperf", kperf_config_str, sizeof(kperf_config_str)); in kperf_init_early()
/xnu-11417.101.15/bsd/kern/ !
H A Dbsd_init.c1247 …if (PE_parse_boot_arg_str("panic-on-proc-crash", panic_on_proc_crash, sizeof(panic_on_proc_crash))… in parse_bsd_args()
1253 if (PE_parse_boot_arg_str("panic-on-proc-exit", panic_on_proc_exit, sizeof(panic_on_proc_exit))) { in parse_bsd_args()
1259 …if (PE_parse_boot_arg_str("panic-on-proc-spawn-fail", panic_on_proc_spawn_fail, sizeof(panic_on_pr… in parse_bsd_args()
/xnu-11417.101.15/pexpert/pexpert/ !
H A Dpexpert.h358 extern boolean_t PE_parse_boot_arg_str(
/xnu-11417.101.15/osfmk/kern/ !
H A Dtask_ref.c499 (void) PE_parse_boot_arg_str("task_refgrp", config, in task_ref_init()
H A Dstartup.c298 PE_parse_boot_arg_str(spec->name, spec->var_addr, spec->var_len); in kernel_startup_tunable_init()
/xnu-11417.101.15/pexpert/gen/ !
H A Dbootargs.c211 PE_parse_boot_arg_str( in PE_parse_boot_arg_str() function
/xnu-11417.101.15/san/memory/ !
H A Dkasan_dynamic_blacklist.c558 if (PE_parse_boot_arg_str("kasan.bl", bufp, sizeof(buf))) { in kasan_init_dybl()
/xnu-11417.101.15/bsd/skywalk/core/ !
H A Dskywalk.c288 if (!PE_parse_boot_arg_str("sk_netif_direct", buf, sizeof(buf))) { in parse_netif_direct()
412 (void) PE_parse_boot_arg_str("sk_ll_prefix", sk_ll_prefix, in skywalk_init()
/xnu-11417.101.15/pexpert/arm/ !
H A Dpe_serial.c854 …if (PE_parse_boot_arg_str("serial-device-name", serial_device_name_buffer, sizeof(serial_device_na… in get_serial_device_phandle()
/xnu-11417.101.15/bsd/net/pktsched/ !
H A Dpktsched_fq_codel.c181 if (!PE_parse_boot_arg_str("ifcq_drr_max", buf, sizeof(buf))) { in pktsched_fq_init()