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

/haiku/src/system/kernel/device_manager/
H A DIORequest.h275 { return fSuppressChildNotifications; }
347 bool fSuppressChildNotifications; member in struct:IORequest
H A DIORequest.cpp800 fSuppressChildNotifications = false;
1093 if (--fPendingChildren > 0 || fSuppressChildNotifications)
1135 fSuppressChildNotifications = suppress;

Completed in 81 milliseconds