Searched refs:all (Results 26 - 28 of 28) sorted by path

12

/haiku/src/servers/mount/
H A DAutoMounter.cpp175 // mount all volumes that were stored in the settings file
788 AutoMounter::_FromMode(mount_mode mode, bool& all, bool& bfs, bool& restore) argument
790 all = bfs = restore = false;
794 all = true;
810 AutoMounter::_ToMode(bool all, bool bfs, bool restore) argument
812 if (all)
915 bool all, bfs, restore; local
916 if (message->FindBool("autoMountAll", &all) != B_OK)
917 all = true;
921 fRemovableMode = _ToMode(all, bf
946 bool all, bfs, restore; local
[all...]
/haiku/src/system/kernel/
H A Dcondition_variable.cpp350 ConditionVariable::_Notify(const void* object, bool all, status_t result) argument
360 return variable->_NotifyLocked(all, result);
365 ConditionVariable::_Notify(bool all, status_t result) argument
374 return _NotifyLocked(all, result);
383 ConditionVariable::_NotifyLocked(bool all, status_t result) argument
432 if (!all)
537 "Lists all published condition variables\n", 0);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp212 ConditionVariable::_Notify(bool all, status_t result) argument
223 return _NotifyLocked(all, result);
233 ConditionVariable::_NotifyLocked(bool all, status_t result) argument
250 if (!all)

Completed in 65 milliseconds

12