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