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

/haiku/src/system/kernel/
H A Dmodule.cpp116 typedef struct module_path { struct
119 } module_path; typedef in typeref:struct:module_path
122 module_path* stack;
849 module_path* stack = (module_path*)realloc(iterator->stack,
850 (iterator->stack_size + 8) * sizeof(module_path));

Completed in 19 milliseconds