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

/haiku/src/system/kernel/
H A Dmodule.cpp114 #define B_BUILT_IN_MODULE 2 macro
1073 (*info)->flags |= B_BUILT_IN_MODULE;
1866 && (module->flags & B_BUILT_IN_MODULE) == 0) {
2196 if (module == NULL || ((module->flags & B_BUILT_IN_MODULE) == 0
2206 } else if ((module->flags & B_BUILT_IN_MODULE) == 0 && gBootDevice < 0
2229 } else if ((module->flags & B_BUILT_IN_MODULE) == 0
2272 if ((module->flags & B_BUILT_IN_MODULE) == 0

Completed in 43 milliseconds