Lines Matching defs:g_example
38 static BootTestExample g_example[] = {
59 if (feature == &g_example[0].feature) {
63 if (feature == &g_example[1].feature) {
67 if (feature == &g_example[2].feature) {
71 if (feature == &g_example[3].feature) {
101 if (service == &g_example[0].service) {
105 if (service == &g_example[1].service) {
109 if (service == &g_example[2].service) {
113 if (service == &g_example[3].service) {
158 printf((demo < &g_example[2]) ?
169 printf((demo < &g_example[2]) ?
179 SInit(&g_example[0]);
185 SInit(&g_example[1]);
191 FInit(&g_example[0]);
197 FInit(&g_example[1]);
203 SInit(&g_example[2]);
209 SInit(&g_example[3]);
215 FInit(&g_example[2]);
221 FInit(&g_example[3]);