Searched refs:CHECK_ENTRY (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | checks.c | 44 #define CHECK_ENTRY(nm_, fn_, d_, w_, e_, ...) \ macro 57 CHECK_ENTRY(nm_, fn_, d_, true, false, __VA_ARGS__) 59 CHECK_ENTRY(nm_, fn_, d_, false, true, __VA_ARGS__) 61 CHECK_ENTRY(nm_, fn_, d_, false, false, __VA_ARGS__) 1272 CHECK_ENTRY(unique_unit_address_if_enabled, check_unique_unit_address_if_enabled,
|