Searched refs:skip_predicate (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | startup.h | 534 bool (*skip_predicate)(struct machine_timeout_spec const *); member 596 .skip_predicate = skip_pred, \ 601 #define MACHINE_TIMEOUT(var, name, default, unit, skip_predicate) \ argument 603 _MACHINE_TIMEOUT(var, name, default, unit, skip_predicate, machine_timeout_init) 613 #define MACHINE_TIMEOUT_DEV_WRITEABLE(var, name, default, unit, skip_predicate) \ argument 615 _MACHINE_TIMEOUT(var, name, default, unit, skip_predicate, machine_timeout_init) 617 #define MACHINE_TIMEOUT_DEV_WRITEABLE(var, name, default, unit, skip_predicate) \ argument 618 MACHINE_TIMEOUT(var, name, default, unit, skip_predicate)
|
| H A D | machine.c | 1367 …if (!always_enabled && (wdt == -1 || (spec->skip_predicate != NULL && spec->skip_predicate(spec)))… in machine_timeout_init_with_suffix()
|