Searched defs:skip_predicate (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | startup.h | 457 bool (*skip_predicate)(struct machine_timeout_spec const *); member 521 #define MACHINE_TIMEOUT(var, name, default, unit, skip_predicate) \ argument 526 #define MACHINE_TIMEOUT_DEV_WRITEABLE(var, name, default, unit, skip_predicate) \ argument 530 #define MACHINE_TIMEOUT_DEV_WRITEABLE(var, name, default, unit, skip_predicate) \ argument
|