Probe
return Probe();
status_t Probe();
if (device != NULL && device->Probe())
bool Probe();
if (Probe(address))
bool Probe(int address);
if (fPort.Probe(fAddress)) {
if (fPort.Probe(fAddress)) {
err = fSensor->Probe();
virtual status_t Probe(); // returns B_OK if found.
virtual status_t Probe();
status_t Probe();
status_t Probe();
virtual status_t Probe();
virtual status_t Probe();
virtual status_t Probe();
status = Probe(entry, attribute);
status_t Probe(BEntry& entry,
virtual status_t Probe() { return B_OK; };
status_t result = gFramebuffer->Probe();
status_t Probe(const char* devicePath, uint32 updateCycle);
status = child->Probe(devicePath, updateCycle);
return sRootNode->Probe(path, updateCycle);
status_t Probe(const char* devicePath, uint32 updateCycle);
status = child->Probe(devicePath, updateCycle);
return sRootNode->Probe(path, sDriverUpdateCycle);