Home
last modified time | relevance | path

Searched refs:static_if_boot_arg_uint64 (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/tests/
H A Dstatic_if.c15 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-11417.101.15/osfmk/machine/
H A Dstatic_if.h218 extern uint64_t static_if_boot_arg_uint64(
/xnu-11417.101.15/osfmk/kern/
H A Dstatic_if_common.c178 static_if_boot_arg_uint64(const char *args, const char *key, uint64_t defval) in static_if_boot_arg_uint64() function
H A Ddebug.c2198 kf_ovrd = static_if_boot_arg_uint64(args, "validation_disables", 0);
2199 if (static_if_boot_arg_uint64(args, "serverperfmode", 0)) {
2212 if ((int64_t)static_if_boot_arg_uint64(args, "wdt", 0) != -1) {
H A Dlock_rw.c283 if (static_if_boot_arg_uint64(args, "lcks", 0) & in lck_rw_assert_init()