Searched refs:force (Results 126 - 150 of 174) sorted by relevance

1234567

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.h347 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DBusManager.cpp307 BusManager::CancelQueuedTransfers(Pipe *pipe, bool force) argument
/haiku/src/kits/tracker/
H A DTitleView.cpp323 bool force = static_cast<bool>(buttons & B_TERTIARY_MOUSE_BUTTON); local
324 if (force || buttons & B_PRIMARY_MOUSE_BUTTON) {
325 if (force || fPreviouslyClickedColumnTitle != 0) {
326 if (force || system_time() - fPreviousLeftClickTime
652 // force title redraw
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.h44 bool force);
H A Dxhci.h104 virtual status_t CancelQueuedTransfers(Pipe *pipe, bool force);
H A Duhci.cpp985 UHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
988 return CancelQueuedIsochronousTransfers(pipe, force);
1009 if (!force) {
1010 // if the transfer is canceled by force, the one causing the
1049 UHCI::CancelQueuedIsochronousTransfers(Pipe *pipe, bool force) argument
1064 // TODO: Use the force paramater in order to avoid calling
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp49 force(false),
59 bool force; member in struct:FSShell::Options
1121 if (options.force) {
1122 // 1.2.1. /force/
1132 // 1.2.1.1. !/force/, but both source and target are files
1144 // 1.2.1.2. !/force/, source or target isn't a file
1270 options.force = true;
1454 // -> if /force/ is given, we replace the target, otherwise
/haiku/src/kits/app/
H A DApplication.cpp1518 BApplication::_WindowQuitLoop(bool quitFilePanels, bool force) argument
1540 if (!force && !window->QuitRequested()
1563 BApplication::_QuitAllWindows(bool force) argument
1571 bool quit = _WindowQuitLoop(false, force);
1573 quit = _WindowQuitLoop(true, force);
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1078 MainWindow::_StartBulkLoad(bool force) argument
1089 fPackageInfoListener, &fModel, force);
1242 bool force; local
1246 force = window->fForcePopulatePackage;
1253 if (force)
/haiku/src/apps/magnify/
H A DMagnify.cpp980 // in that case force the buffers to the new dimension
1675 TMagnify::Update(bool force) argument
1687 if (force || fLastLoc != loc || counter++ % 35 == 0) {
1688 if (fImageView->CreateImage(loc, force))
1692 if (force)
1981 TOSMagnify::CreateImage(BPoint mouseLoc, bool force) argument
1993 if (force || CopyScreenRect(srcRect)) {
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp736 ViewLayer::ScreenClipping(BRegion* windowContentClipping, bool force) const
738 if (!fScreenClippingValid || force) {
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp457 BreakpointManager::_GetUnusedHardwareBreakpoint(bool force) argument
466 if (!force)
/haiku/src/kits/midi/
H A DMidiStore.cpp315 BMidiStore::SortEvents(bool force) argument
317 if (force || fNeedsSorting) {
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_wep.c228 wep_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
284 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) argument
H A Dieee80211_crypto_ccmp.c215 ccmp_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
317 ccmp_demic(struct ieee80211_key *k, struct mbuf *m, int force) argument
H A Dieee80211_crypto.c702 struct mbuf *m, int force)
747 return (cip->ic_miclen > 0 ? cip->ic_demic(k, m, force) : 1);
701 ieee80211_crypto_demic(struct ieee80211vap *vap, struct ieee80211_key *k, struct mbuf *m, int force) argument
H A Dieee80211_crypto_tkip.c240 tkip_enmic(struct ieee80211_key *k, struct mbuf *m, int force) argument
257 if (force || (k->wk_flags & IEEE80211_KEY_SWENMIC)) {
384 tkip_demic(struct ieee80211_key *k, struct mbuf *m, int force) argument
413 if ((k->wk_flags & IEEE80211_KEY_SWDEMIC) || force) {
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp139 uint32 audioChannels, uint32 enabledNodes, bool useOverlays, bool force)
143 if (!force && videoBounds == VideoBounds()
137 FormatChanged(BRect videoBounds, float videoFrameRate, color_space preferredVideoFormat, float audioFrameRate, uint32 audioChannels, uint32 enabledNodes, bool useOverlays, bool force) argument
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp881 bool force = false; local
887 force = true;
892 _SendQueued(force);
2159 TCPEndpoint::_SendAcknowledge(bool force) argument
2167 if (!force && fState == ESTABLISHED
2183 TCPEndpoint::_SendQueued(bool force) argument
2236 if ((fSendNext + segmentLength) == fSendQueue.LastSequence() && !force) {
2244 if (!force && !retransmit && !_ShouldSendSegment(segment, segmentLength,
/haiku/src/kits/storage/
H A DResourceFile.cpp311 ResourceFile::ReadResource(ResourceItem& resource, bool force) argument
315 if (error == B_OK && (force || !resource.IsLoaded())) {
347 ResourceFile::ReadResources(ResourcesContainer& container, bool force) argument
353 error = ReadResource(*resource, force);
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c1022 int force = 0; local
1029 force = 1; break;
1070 if (!force && !infile) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp236 // force S_STR_INDEX to be set, if no type is set
715 bool force)
752 || force
757 if (force && ((uint8*)last + pos + length - item->DataSize())
826 if (!force)
2522 bool isDirectory, bool force)
2552 if (!inode->IsIndex() && !force) {
2567 if (fTree->Remove(transaction, name, id) != B_OK && !force) {
713 _AddSmallData(Transaction& transaction, NodeGetter& nodeGetter, const char* name, uint32 type, off_t pos, const uint8* data, size_t length, bool force) argument
2521 Remove(Transaction& transaction, const char* name, ino_t* _id, bool isDirectory, bool force) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp900 bool FinishMenu(bool force) argument
907 force);
913 fParent.Target(NULL), force);
2906 VariablesView::_FinishContextMenu(bool force) argument
2909 if (!fTableCellContextMenuTracker->FinishMenu(force) || force) {
/haiku/headers/os/interface/
H A DWindow.h274 void Layout(bool force);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp962 Inode::SyncAndCommit(bool force) argument
964 if (!force && fDelegation != NULL)

Completed in 187 milliseconds

1234567