Searched refs:module_iterator (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/
H A Dmodule.cpp121 typedef struct module_iterator { struct
142 } module_iterator; typedef in typeref:struct:module_iterator
831 iterator_pop_path_from_stack(module_iterator* iterator, uint32* _baseLength)
844 iterator_push_path_on_stack(module_iterator* iterator, const char* path,
865 match_iterator_suffix(module_iterator* iterator, const char* name)
880 iterator_get_next_module(module_iterator* iterator, char* buffer,
1989 module_iterator* iterator = (module_iterator*)malloc(
1990 sizeof(module_iterator));
1994 memset(iterator, 0, sizeof(module_iterator));
[all...]

Completed in 35 milliseconds