Lines Matching defs:func

68 #define LAYER_INITCALL(func, layer, clayer, priority)                                     \  argument
72 #define LAYER_INITCALL(func, layer, clayer, priority) \ argument
77 #define LAYER_INITCALL_DEF(func, layer, clayer) \ argument
90 #define CORE_INIT(func) LAYER_INITCALL_DEF(func, core, "core") argument
104 #define CORE_INIT_PRI(func, priority) LAYER_INITCALL(func, core, "core", priority) argument
116 #define SYS_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, sys_service, "sys.service") argument
129 #define SYS_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_service, "sys.service", prior… argument
141 #define SYS_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, sys_feature, "sys.feature") argument
154 #define SYS_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_feature, "sys.feature", prior… argument
166 #define SYS_RUN(func) LAYER_INITCALL_DEF(func, run, "run") argument
179 #define SYS_RUN_PRI(func, priority) LAYER_INITCALL(func, run, "run", priority) argument
190 #define SYSEX_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, app_service, "app.service") argument
203 #define SYSEX_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_service, "app.service", pri… argument
214 #define SYSEX_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, app_feature, "app.feature") argument
227 #define SYSEX_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_feature, "app.feature", pri… argument
239 #define APP_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, app_service, "app.service") argument
252 #define APP_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_service, "app.service", prior… argument
264 #define APP_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, app_feature, "app.feature") argument
277 #define APP_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_feature, "app.feature", prior… argument