Searched refs:collections_listnode (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/include/collections/
H A Dlist.h69 } collections_listnode; typedef in typeref:struct:_collections_listnode
83 collections_listnode *cur_item;
91 void collections_list_create(collections_listnode **start,
93 void collections_list_release(collections_listnode *start);
94 int32_t collections_list_insert(collections_listnode *start, void *data);
95 int32_t collections_list_insert_tail(collections_listnode *start, void *data);
96 void *collections_list_get_ith_item(collections_listnode *start,
98 void *collections_list_find_if(collections_listnode *start,
100 void *collections_list_remove_if(collections_listnode *start,
102 uint32_t collections_list_remove_if_all(collections_listnode *star
[all...]
H A Dstack.h33 collections_listnode *elements;
H A Dhash_table.h30 collections_listnode **buckets;
/barrelfish-master/lib/collections/
H A Dlist.c25 static void list_push(collections_listnode *existing,
26 collections_listnode *insert)
34 static void *list_pop(collections_listnode *n)
46 static collections_listnode *list_create_node(collections_listnode *start,
47 collections_listnode *where,
50 collections_listnode *newnode = (collections_listnode *)
51 malloc(sizeof(collections_listnode));
59 static void list_destroy_node(collections_listnode *star
[all...]
H A Dhash_table.c46 (*t)->buckets = (collections_listnode **) malloc(sizeof(collections_listnode *) * num_buckets);
89 collections_listnode *bucket;
112 collections_listnode *bucket;
127 collections_listnode *bucket;
162 collections_listnode *bucket;
187 static collections_listnode* collections_hash_get_next_valid_bucket(collections_hash_table* t)
189 collections_listnode* bucket;
241 collections_listnode* bucket;
/barrelfish-master/include/term/client/
H A Ddefs.h137 collections_listnode *input_filters;
145 collections_listnode *output_filters;
154 collections_listnode *echo_filters;
179 collections_listnode *triggers;
/barrelfish-master/lib/term/client/
H A Dfilter_priv.h29 void term_filter_apply(collections_listnode *filter_list, char **data,
H A Dfilter.c198 void term_filter_apply(collections_listnode *filter_list, char **data,
/barrelfish-master/include/driverkit/
H A Ddriverkit.h92 collections_listnode* to_spawn;
93 collections_listnode* spawned;
/barrelfish-master/lib/net/
H A Dnetworking_internal.h75 collections_listnode *outstanding_arp;
/barrelfish-master/lib/driverkit/
H A Dmodules.c32 static collections_listnode* instances = NULL;
H A Dddomain_client.c35 static collections_listnode* driver_domain_instances;
/barrelfish-master/lib/queue_service/
H A Dservice.c36 collections_listnode* ep_factory_list;
/barrelfish-master/usr/proc_mgmt/
H A Ddomain.c264 collections_listnode* start;
/barrelfish-master/usr/pci/
H A Dpci_service.c70 static collections_listnode* iommu_list;

Completed in 59 milliseconds