Searched refs:static_if_boot_arg_uint64 (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | static_if.c | 15 v = static_if_boot_arg_uint64("key=2", "key", 0); 18 v = static_if_boot_arg_uint64("key=2 key=1", "key", 0); 21 v = static_if_boot_arg_uint64("-key", "key", 0); 24 v = static_if_boot_arg_uint64("key", "key", 0); 27 v = static_if_boot_arg_uint64("key=2 k", "key", 0); 30 v = static_if_boot_arg_uint64("key=0", "key", 1); 33 v = static_if_boot_arg_uint64("key=0b", "key", 1); 36 v = static_if_boot_arg_uint64("key=0x", "key", 1); 39 v = static_if_boot_arg_uint64("key=0b1010", "key", 1); 42 v = static_if_boot_arg_uint64("key=-0b1010", "key", 1); [all …]
|
| /xnu-12377.41.6/osfmk/machine/ |
| H A D | static_if.h | 222 extern uint64_t static_if_boot_arg_uint64(
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | static_if_common.c | 181 static_if_boot_arg_uint64(const char *args, const char *key, uint64_t defval) in static_if_boot_arg_uint64() function
|
| H A D | debug.c | 2223 kf_ovrd = static_if_boot_arg_uint64(args, "validation_disables", 0); 2224 if (static_if_boot_arg_uint64(args, "serverperfmode", 0)) { 2237 if ((int64_t)static_if_boot_arg_uint64(args, "wdt", 0) != -1) {
|
| H A D | lock_rw.c | 283 if (static_if_boot_arg_uint64(args, "lcks", 0) & in lck_rw_assert_init()
|
| /xnu-12377.41.6/osfmk/arm64/sptm/ |
| H A D | arm_init_sptm.c | 278 mte_config_t config = (mte_config_t)static_if_boot_arg_uint64(args, "mte", MTE_CONFIG_DEFAULT); in mte_config_setup()
|