Searched defs:emitter (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 474 pthread_t emitter; in TEST() local 517 pthread_t emitter; in TEST() local 560 pthread_t emitter; in TEST() local 609 pthread_t emitter; in TEST() local 658 pthread_t emitter; in TEST() local 701 pthread_t emitter; in TEST() local 744 pthread_t emitter; in TEST() local 793 pthread_t emitter; in TEST() local 1196 pthread_t emitter; in TEST() local 1248 pthread_t emitter; in TEST() local [all …]
|
/openbmc/linux/scripts/dtc/ |
H A D | yamltree.c | 24 #define yaml_emitter_emit_or_die(emitter, event) ( \ argument 32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() 96 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() 113 static void yaml_propval(yaml_emitter_t *emitter, struct property *prop) in yaml_propval() 178 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) in yaml_tree() 209 yaml_emitter_t emitter; in dt_to_yaml() local
|
H A D | flattree.c | 35 struct emitter { struct 36 void (*cell)(void *, cell_t); 37 void (*string)(void *, const char *, int); 38 void (*align)(void *, int); 39 void (*data)(void *, struct data); 40 void (*beginnode)(void *, struct label *labels); 41 void (*endnode)(void *, struct label *labels); 42 void (*property)(void *, struct label *labels);
|
/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 50 struct emitter { struct 51 void (*cell)(void *, cell_t); 52 void (*string)(void *, const char *, int); 53 void (*align)(void *, int); 54 void (*data)(void *, struct data); 55 void (*beginnode)(void *, struct label *labels); 56 void (*endnode)(void *, struct label *labels); 57 void (*property)(void *, struct label *labels);
|