Lines Matching refs:_platform
42 #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ argument
44 static struct rpmpd _platform##_##_active; \
45 static struct rpmpd _platform##_##_name = { \
47 .peer = &_platform##_##_active, \
52 static struct rpmpd _platform##_##_active = { \
54 .peer = &_platform##_##_name, \
61 #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ argument
62 static struct rpmpd _platform##_##_name = { \
69 #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ argument
70 static struct rpmpd _platform##_##_name = { \
77 #define DEFINE_RPMPD_VFC(_platform, _name, r_type, r_id) \ argument
78 static struct rpmpd _platform##_##_name = { \
85 #define DEFINE_RPMPD_VFL(_platform, _name, r_type, r_id) \ argument
86 static struct rpmpd _platform##_##_name = { \