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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DBusManager.cpp14 : fInitOK(false),
35 fInitOK = true;
52 if (fInitOK)
H A DHub.cpp31 if (!fInitOK) {
37 fInitOK = false;
97 fInitOK = true;
H A Dusb_private.h251 bool fInitOK; member in class:BusManager
616 bool fInitOK; member in class:Device
H A DDevice.cpp22 fInitOK(false),
326 fInitOK = true;
416 if (fInitOK)
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp205 : fInitOK(false),
219 fInitOK = true;
304 return fInitOK;
476 bool fInitOK; member in class:__anon4::XsiSemaphoreSet
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp541 if (!fInitOK) {
547 fInitOK = false;
717 fInitOK = true;
H A Dohci.cpp297 if (!fInitOK) {
303 fInitOK = false;
575 fInitOK = true;
H A Dehci.cpp369 fInitOK = false;
769 fInitOK = true;
H A Dxhci.cpp380 fInitOK = false;
568 fInitOK = true;

Completed in 75 milliseconds