Searched refs:controller_head (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/int_route/server/
H A Dstandalone_armv7.c41 struct controller_driver * controller_head; variable in typeref:struct:controller_driver
46 if(controller_head == NULL){
47 controller_head = malloc(sizeof(struct controller_driver));
48 cur = controller_head;
73 for (struct controller_driver *cur = controller_head; cur != NULL;
81 for (struct controller_driver *cur = controller_head; cur != NULL;
159 struct controller_driver * c = add_controller(controller_head);
H A Dinit.c41 struct controller_driver * controller_head; variable in typeref:struct:controller_driver
46 if(controller_head == NULL){
47 controller_head = malloc(sizeof(struct controller_driver));
48 cur = controller_head;
72 for(struct controller_driver * cur = controller_head; cur != NULL; cur = cur->next){
79 for(struct controller_driver * cur = controller_head; cur != NULL; cur = cur->next){
300 struct controller_driver * c = add_controller(controller_head);

Completed in 94 milliseconds