Searched refs:TUNABLE_DEV_WRITEABLE (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | startup.h | 252 #define TUNABLE_DEV_WRITEABLE(type_t, var, boot_arg, default_value) \ macro 255 #define TUNABLE_DEV_WRITEABLE(type_t, var, boot_arg, default_value) \ macro
|
| H A D | waitq.c | 829 TUNABLE_DEV_WRITEABLE(uint32_t, waitq_flush_excess_threads, "waitq_flush_excess_threads", 20); 830 TUNABLE_DEV_WRITEABLE(uint32_t, waitq_flush_excess_time_mt, "waitq_flush_excess_time_mt", 7200); /*…
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_exec.c | 216 static TUNABLE_DEV_WRITEABLE(int, vm_shared_region_per_team_id, 218 static TUNABLE_DEV_WRITEABLE(int, vm_shared_region_by_entitlement, 222 static TUNABLE_DEV_WRITEABLE(int, vm_shared_region_reslide_aslr, 238 TUNABLE_DEV_WRITEABLE(int, vm_shared_region_reslide_restrict,
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 51 TUNABLE_DEV_WRITEABLE(SInt64, gIOKitTrace, "iotrace", 0);
|