Searched refs:TUNABLE_STR (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | bootprofile.c | 93 TUNABLE_STR(bootprofile_proc_name, 17, "bootprofile_proc_name", ""); 94 TUNABLE_STR(bootprofile_type_name, 5, "bootprofile_type", "");
|
| H A D | startup.h | 320 #define TUNABLE_STR(var, count, boot_arg, default_value) \ macro
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kdebug_common.c | 51 static TUNABLE_STR(trace_typefilter, 256, "trace_typefilter", "");
|
| H A D | kern_exit.c | 248 static TUNABLE_STR(panic_on_eexit_pcomms, 128, "panic_on_error_exit", "");
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_mteinfo.c | 522 static TUNABLE_STR(vm_mte_tag_storage_for_vm_tags, 256, "mte_ts_vmtag", "2,7,11");
|
| H A D | vm_resident.c | 11220 TUNABLE_STR(vmtaglog, VM_KERN_MEMORY_STR_MAX_LEN, "vmtaglog", "");
|