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

/haiku/src/system/kernel/
H A Dmodule.cpp124 int32 stack_current; member in struct:module_iterator
833 if (iterator->stack_current <= 0)
837 *_baseLength = iterator->stack[iterator->stack_current - 1].base_length;
839 return iterator->stack[--iterator->stack_current].name;
847 if (iterator->stack_current + 1 > iterator->stack_size) {
858 iterator->stack[iterator->stack_current].name = path;
859 iterator->stack[iterator->stack_current++].base_length = baseLength;

Completed in 23 milliseconds