Lines Matching refs:_platform
43 #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ argument
45 static struct rpmpd _platform##_##_active; \
46 static struct rpmpd _platform##_##_name = { \
48 .peer = &_platform##_##_active, \
53 static struct rpmpd _platform##_##_active = { \
55 .peer = &_platform##_##_name, \
62 #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ argument
63 static struct rpmpd _platform##_##_name = { \
70 #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ argument
71 static struct rpmpd _platform##_##_name = { \
78 #define DEFINE_RPMPD_VFC(_platform, _name, r_type, r_id) \ argument
79 static struct rpmpd _platform##_##_name = { \
86 #define DEFINE_RPMPD_VFL(_platform, _name, r_type, r_id) \ argument
87 static struct rpmpd _platform##_##_name = { \