Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dworkload_config.h150 bool (^cb)(const char *phase, const bool is_default,
H A Dworkload_config.c484 bool (^cb)(const char *phase, const bool is_default,
491 const bool is_default = entry->wce_default == phase_entry; variable
492 if (cb(phase_entry->wpe_phase, is_default,
/xnu-11215/iokit/Kernel/
H A DIOWorkloadConfig.cpp695 const bool is_default, const workload_config_t *wc) { in IOUnparseWorkloadConfig()
769 if (is_default) { in IOUnparseWorkloadConfig()