Lines Matching refs:_platform
39 #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ argument
41 static struct rpmpd _platform##_##_active; \
42 static struct rpmpd _platform##_##_name = { \
44 .peer = &_platform##_##_active, \
49 static struct rpmpd _platform##_##_active = { \
51 .peer = &_platform##_##_name, \
58 #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ argument
59 static struct rpmpd _platform##_##_name = { \
66 #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ argument
67 static struct rpmpd _platform##_##_name = { \
74 #define DEFINE_RPMPD_VFC(_platform, _name, r_type, r_id) \ argument
75 static struct rpmpd _platform##_##_name = { \
82 #define DEFINE_RPMPD_VFL(_platform, _name, r_type, r_id) \ argument
83 static struct rpmpd _platform##_##_name = { \