Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/osfmk/machine/ !
H A Dstatic_if.h222 extern uint64_t static_if_boot_arg_uint64(
/xnu-12377.1.9/osfmk/kern/ !
H A Dstatic_if_common.c181 static_if_boot_arg_uint64(const char *args, const char *key, uint64_t defval) in static_if_boot_arg_uint64() function
H A Ddebug.c2223 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 Dlock_rw.c283 if (static_if_boot_arg_uint64(args, "lcks", 0) & in lck_rw_assert_init()