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

/haiku/headers/private/kernel/
H A Dkdevice_manager.h21 status_t device_manager_probe(const char *path, uint32 updateCycle);
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp140 status_t Probe(const char* devicePath, uint32 updateCycle);
2026 device_node::Probe(const char* devicePath, uint32 updateCycle) argument
2029 || updateCycle == fLastUpdateCycle)
2074 fLastUpdateCycle = updateCycle;
2090 status = child->Probe(devicePath, updateCycle);
2438 device_manager_probe(const char* path, uint32 updateCycle) argument
2446 return sRootNode->Probe(path, updateCycle);
H A Ddevfs.cpp237 static int32 updateCycle = 1; local
238 device_manager_probe(path.Path(), updateCycle++);
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp129 status_t Probe(const char* devicePath, uint32 updateCycle);
1546 device_node::Probe(const char* devicePath, uint32 updateCycle) argument
1549 || updateCycle == fLastUpdateCycle)
1583 fLastUpdateCycle = updateCycle;
1610 status = child->Probe(devicePath, updateCycle);

Completed in 36 milliseconds