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

/haiku/src/system/kernel/
H A Dmodule.cpp136 module_info** current_header; member in struct:module_iterator
953 if (iterator->current_header == NULL) {
1034 iterator->current_header = iterator->module_image->info;
1039 while (*iterator->current_header != NULL) {
1040 module_info* info = *iterator->current_header;
1045 iterator->current_header++;
1058 iterator->current_header = NULL;

Completed in 28 milliseconds