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

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp215 static const char* sGenericContextPath; variable
1760 if (sGenericContextPath != NULL
1761 && (!strcmp(sGenericContextPath, "disk")
1762 || !strcmp(sGenericContextPath, "ports")
1763 || !strcmp(sGenericContextPath, "bus"))) {
1766 _AddPath(*stack, "drivers", sGenericContextPath);
2070 sGenericContextPath = devicePath;
2079 sGenericContextPath = NULL;

Completed in 38 milliseconds