Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dstatic_if_common.c91 skip_prefix(const char *args, const char *key, const char **argsout) in skip_prefix() function
188 if (*args == '-' && skip_prefix(args + 1, key, &args)) { in static_if_boot_arg_uint64()
192 } else if (skip_prefix(args, key, &args)) { in static_if_boot_arg_uint64()