Searched refs:force (Results 51 - 75 of 174) sorted by relevance

1234567

/haiku/headers/private/device/
H A Djoystick_driver.h133 /** "force" tells the joystick to exert force on the same axes as input for the specified duration */
134 int (*force)(void * cookie, int port, bigtime_t duration, extended_joystick * force, size_t size); member in struct:_joystick_module
138 /** Doing force feedback means writing an extended_joystick to the device with force values.
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_none.c142 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
151 none_demic(struct ieee80211_key *k, struct mbuf *m, int force) argument
H A Dieee80211_crypto.h226 struct ieee80211_key *k, struct mbuf *m, int force)
229 return (cip->ic_miclen > 0 ? cip->ic_enmic(k, m, force) : 1);
225 ieee80211_crypto_enmic(struct ieee80211vap *vap, struct ieee80211_key *k, struct mbuf *m, int force) argument
/haiku/headers/private/storage/
H A DResourceFile.h68 bool force = false);
70 bool force = false);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DSettings.cpp87 void usb_davicom_trace(bool force, const char* func, const char *fmt, ...) argument
89 if (!(force || gTraceOn)) {
/haiku/src/preferences/filetypes/
H A DIconView.cpp249 Icon::CopyTo(BAppFileInfo& info, const char* type, bool force) const
253 if (fLarge != NULL || force)
255 if (fMini != NULL || force)
257 if (fData != NULL || force)
265 Icon::CopyTo(const entry_ref& ref, const char* type, bool force) const
277 return CopyTo(info, type, force);
282 Icon::CopyTo(BMimeType& type, bool force) const
286 if (fLarge != NULL || force)
288 if (fMini != NULL || force)
290 if (fData != NULL || force)
1267 _SetIcon(BBitmap* large, BBitmap* mini, const uint8* data, size_t size, bool force) argument
[all...]
H A DIconView.h38 bool force = false) const;
41 bool force = false) const;
43 bool force = false) const;
138 bool force = false);
/haiku/headers/os/app/
H A DClipboard.h57 status_t _DownloadFromSystem(bool force = false);
H A DApplication.h136 bool _QuitAllWindows(bool force);
138 bool force);
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.h17 status_t TerminateServer(bool force = false,
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.h61 void _Update(bool force = false);
/haiku/src/servers/launch/
H A DLog.h80 void JobStopped(BaseJob* job, bool force);
/haiku/headers/private/kernel/fs/
H A DKPath.h46 char* LockBuffer(bool force = false);
/haiku/src/kits/media/
H A DMediaRecorder.cpp249 BMediaRecorder::Start(bool force) argument
259 if (fRunning && !force)
287 BMediaRecorder::Stop(bool force) argument
294 if (!fRunning && !force)
/haiku/src/apps/processcontroller/
H A DProcessController.h30 void DoDraw (bool force);
/haiku/src/servers/app/
H A DScreenManager.h48 int32 wishCount, const char* target, bool force,
/haiku/src/kits/interface/
H A DLayout.cpp364 BLayout::LayoutItems(bool force) argument
366 if ((fState & B_LAYOUT_NECESSARY) == 0 && !force)
376 _LayoutWithinContext(force, &context);
391 BLayout::_LayoutWithinContext(bool force, BLayoutContext* context) argument
394 // this, force, context, (unsigned int)fState, fContext);
396 if ((fState & B_LAYOUT_NECESSARY) == 0 && !force)
405 fOwner->_Layout(force, context);
417 layout->_LayoutWithinContext(force, context);
/haiku/src/tools/fs_shell/
H A Dfssh.cpp521 bool force);
525 remove_dir_contents(int parentDir, const char *name, bool force) argument
546 error = remove_entry(dir, entry->d_name, true, force);
565 remove_entry(int dir, const char *entry, bool recursive, bool force) argument
571 if (force && error == FSSH_B_ENTRY_NOT_FOUND)
587 error = remove_dir_contents(dir, entry, force);
614 bool force)
620 if (force && status == FSSH_B_ENTRY_NOT_FOUND)
833 bool force = false; local
852 force
613 move_entry(int dir, const char *entry, int targetDir, const char* target, bool force) argument
1123 bool force = false; local
1260 bool force = false; local
[all...]
/haiku/headers/os/interface/
H A DLayout.h59 void LayoutItems(bool force = false);
116 void _LayoutWithinContext(bool force,
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp144 OverrideAlert::UpdateButtons(uint32 modifiers, bool force) argument
146 if (modifiers == fCurModifiers && !force)
/haiku/src/bin/bfs_tools/lib/
H A DCache.h58 void Clear(int32 targetCount = 0,bool force = false)
64 if (entry->locked <= 0 || force)
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.cpp36 Model *model, bool force)
40 fForce(force)
35 LocalRepositoryUpdateProcess( Model *model, bool force) argument
/haiku/src/tests/
H A Dqemu-boot-test122 -global virtio-mmio.force-legacy=false \
145 -global virtio-mmio.force-legacy=false \
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h62 virtual void Update(bool force = false, bool notify = true);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h74 uint64 offset, uint64 size, bool force,

Completed in 165 milliseconds

1234567