Searched refs:force (Results 101 - 125 of 174) sorted by relevance

1234567

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.h162 inline uint32 RemoveLoad(int32 load, bool force);
424 CoreEntry::RemoveLoad(int32 load, bool force) argument
433 if (force) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h111 void _FinishContextMenu(bool force);
/haiku/headers/os/midi/
H A DMidiStore.h56 void SortEvents(bool force = false);
/haiku/src/servers/app/
H A DScreenManager.cpp122 int32 wishCount, const char* target, bool force, ScreenList& list)
121 AcquireScreens(ScreenOwner* owner, int32* wishList, int32 wishCount, const char* target, bool force, ScreenList& list) argument
H A DView.cpp1429 View::ScreenAndUserClipping(const BRegion* windowContentClipping, bool force) const
1433 return _ScreenClipping(windowContentClipping, force);
1446 &_ScreenClipping(windowContentClipping, force));
1480 View::_ScreenClipping(const BRegion* windowContentClipping, bool force) const
1482 if (!fScreenClippingValid || force) {
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.h109 void _StartBulkLoad(bool force = false);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp203 void _StopJobs(Target* target, bool force);
209 void _StopJob(Job* job, bool force);
865 bool force = message->GetBool("force"); local
866 fLog.JobStopped(target, force);
867 _StopJobs(target, force);
960 bool force = message->GetBool("force"); local
961 fLog.JobStopped(job, force);
962 _StopJob(job, force);
1713 _StopJobs(Target* target, bool force) argument
1834 _StopJob(Job* job, bool force) argument
[all...]
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h329 unless \a force is \c true, in which case the supplied allocation is
335 bool Resize(void* allocation, size_t size, bool force = false,
338 if (!force && size != ResizeNeeded()) {
/haiku/src/system/kernel/fs/
H A DKPath.cpp199 \param force In lazy mode, this will allocate a buffer when set.
203 KPath::LockBuffer(bool force) argument
206 if (fIsNull && !force)
/haiku/headers/private/kernel/util/
H A DOpenHashTable.h329 unless \a force is \c true, in which case the supplied allocation is
335 bool Resize(void* allocation, size_t size, bool force = false,
338 if (!force && size != ResizeNeeded()) {
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp59 Model *model, bool force)
63 fForce(force),
57 LocalPkgDataLoadProcess( PackageInfoListenerRef packageInfoListener, Model *model, bool force) argument
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp318 ExtPowerStatusView::Update(bool force, bool notify) argument
320 PowerStatusView::Update(force);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dpcm.c262 bool force)
317 if (!force && abs(config->sample_rate - port->config.sample_rate) < config->sample_rate/250) {
389 if (!force) {
411 if (force || config->channels != port->config.channels ||
424 if (force || config->big_endian != port->config.big_endian) {
427 if (force || config->buf_header != port->config.buf_header) {
430 if (force || config->play_buf_size != port->config.play_buf_size*2) {
433 if (force || config->rec_buf_size != port->config.rec_buf_size*2) {
450 if (!force) {
259 configure_pcm( pcm_dev * port, pcm_cfg * config, bool force) argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.c526 ieee80211_probe_curchan(struct ieee80211vap *vap, int force) argument
530 if ((ic->ic_curchan->ic_flags & IEEE80211_CHAN_PASSIVE) && !force) {
535 ic->ic_scan_methods->sc_scan_probe_curchan(vap, force);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c108 " E) Submit 'force' option (WARNING: This solution it not recommended).\n"
118 "Please boot into Windows TWICE, or use the 'force' option.\n"
201 * @force: Continue regardless of problems
204 * These checks can be overridden by using the force option.
209 int utils_valid_device(const char *name, int force) argument
236 if (!force) {
237 ntfs_log_error("Use the force option to ignore this "
243 if (!force) {
245 ntfs_log_error("You can use force option to avoid this "
270 * libntfs-3g does not have the 'force' fla
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h232 bool force);
361 virtual status_t CancelQueuedTransfers(bool force);
434 virtual status_t CancelQueuedTransfers(bool force);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp210 virtual void DrawIconScrollers(bool force);
211 virtual void DrawWindowScrollers(bool force);
1432 TBox::DrawIconScrollers(bool force) argument
1455 if (force)
1468 if (force)
1487 } else if (force) {
1503 } else if (force) {
1514 TBox::DrawWindowScrollers(bool force) argument
1537 if (force)
1553 if (force)
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h169 bool force = false);
230 size_t length, bool force = false);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp278 bool force = (modifiers() & B_OPTION_KEY) != 0; local
283 update_mime_info(path.Path(), true, false, force ? 2 : 1);
/haiku/src/kits/app/
H A DClipboard.cpp287 BClipboard::_DownloadFromSystem(bool force) argument
289 // Apparently, the force paramater was used in some sort of
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h52 status_t SyncAndCommit(bool force = false);
/haiku/src/kits/media/legacy/
H A DOldBufferStream.h219 buffer_id RemoveBuffer(bool force);
H A DOldBufferStream.cpp497 BBufferStream::RemoveBuffer(bool force) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h302 extern int ntfs_umount(ntfs_volume *vol, const BOOL force);
/haiku/src/kits/tracker/
H A DModel.h148 // called from the attribute changed calls to force a lookup of
168 // pass null to force full update
206 bool Mimeset(bool force);

Completed in 122 milliseconds

1234567