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

/barrelfish-master/lib/int_route/server/
H A Dstandalone_armv7.c29 struct controller_driver { struct
33 struct controller_driver * next; // Linked list next
41 struct controller_driver * controller_head;
44 static struct controller_driver * add_controller(struct controller_driver * d){
45 struct controller_driver * cur;
47 controller_head = malloc(sizeof(struct controller_driver));
53 d->next = malloc(sizeof(struct controller_driver));
70 static struct controller_driver *find_controller(const char *label,
73 for (struct controller_driver *cu
[all...]
H A Dinit.c29 struct controller_driver { struct
33 struct controller_driver * next; // Linked list next
41 struct controller_driver * controller_head;
44 static struct controller_driver * add_controller(struct controller_driver * d){
45 struct controller_driver * cur;
47 controller_head = malloc(sizeof(struct controller_driver));
53 d->next = malloc(sizeof(struct controller_driver));
70 static struct controller_driver * find_controller(char * label, char * class){
72 for(struct controller_driver * cu
[all...]

Completed in 76 milliseconds