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

1234567

/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp355 bool force = false)
359 if (area.heap->reuse_memory || force)
/haiku/src/system/kernel/
H A Dguarded_heap.cpp225 bool force = false)
230 if (force || area.area < 0)
/haiku/src/kits/tracker/
H A DModel.cpp1216 Model::Mimeset(bool force) argument
1222 update_mime_info(path.Path(), 0, 1, force ? 2 : 0);
H A DPoseView.h275 void IdentifySelection(bool force = false);
1042 // force the text to be either white or black.
H A DPoseView.cpp2452 bool force; local
2453 if (message->FindBool("force", &force) != B_OK)
2454 force = false;
2456 IdentifySelection(force);
3003 // location values not realistic, probably screwed up, force reset
4727 // force the the icons to lay out in 5 columns
8683 BPoseView::IdentifySelection(bool force) argument
8692 update_mime_info(path.Path(), true, false, force ? 2 : 1);
/haiku/headers/os/interface/
H A DView.h641 void Layout(bool force);
668 void _Layout(bool force, BLayoutContext* context);
H A DTextView.h348 bool force = false);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp402 PowerStatusView::Update(bool force, bool notify) argument
501 if (force || wasOnline != fOnline
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp102 status_t usb_disk_synchronize(device_lun *lun, bool force);
970 usb_disk_synchronize(device_lun *lun, bool force) argument
985 if (!lun->should_sync && !force)
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1043 bool force = (message->FindInt32("be:value") == B_CONTROL_ON); local
1044 fImageView->ForceOriginalSize(force);
1045 if (!force)
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp518 NetworkStatusView::_Update(bool force) argument
/haiku/
H A Dconfigure632 echo " git checkout --force"
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp1740 EHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
1743 return CancelQueuedIsochronousTransfers(pipe, force);
1764 if (!force) {
1765 // if the transfer is canceled by force, the one causing the
1805 EHCI::CancelQueuedIsochronousTransfers(Pipe *pipe, bool force) argument
1813 // TODO: Use the force paramater in order to avoid calling
2371 // For now we also force start splits to be in micro frame 0 and
H A Dohci.cpp681 OHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
707 if (!force) {
727 // If the transfer is canceled by force, the one causing the
H A Dxhci.cpp1085 XHCI::CancelQueuedTransfers(Pipe *pipe, bool force) argument
1095 if (force)
1120 // We can't cancel or delete transfers under "force", as they probably
1122 if (!force) {
2810 // generated; so here we force the event ring to be polled once.
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c177 static void set_lineinfo(VTermState *state, int row, int force, int dwl, int dhl) argument
197 || force)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp1352 uint64 offset, uint64 size, bool force, uint64& trimmedSize)
1359 if (rangesFilled || force) {
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c212 BOOL force; /* -F, force fs creation. */ member in struct:mkntfs_options
3193 if (!opts.force) {
3222 if (!opts.force) {
3234 if (!opts.force) {
3448 if (!opts.force) {
4880 opts.force = TRUE;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sw.c524 ieee80211_swscan_probe_curchan(struct ieee80211vap *vap, int force) argument
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.c343 * LANPHYPC Value bit to force the interconnect to PCIe mode.
1405 * @force: boolean indicating whether or not to force disabling ULP
1413 * to disable ULP mode (force=false); otherwise, for example when unloading
1414 * the driver or during Sx->S0 transitions, this is called with force=true
1417 s32 e1000_disable_ulp_lpt_lp(struct e1000_hw *hw, bool force) argument
1434 if (force) {
1456 if (force) {
1474 if (force)
1481 /* The MAC might be in PCIe mode, so temporarily force t
[all...]
/haiku/src/kits/interface/
H A DView.cpp5624 BView::Layout(bool force) argument
5627 _Layout(force, &context);
5744 BView::_Layout(bool force, BLayoutContext* context) argument
5746 //printf("%p->BView::_Layout(%d, %p)\n", this, force, context);
5750 if (fLayoutData->fNeedsRelayout || !fLayoutData->fLayoutValid || force) {
5770 child->_Layout(force, context);
6247 // unmask state flags to force [re]syncing with the app_server
H A DTextView.cpp3802 // if the line breaks have changed, force an erase
4106 // force a break in the middle of a word
4860 \param force Passed as second parameter of SetViewCursor()
4863 BTextView::_TrackMouse(BPoint where, const BMessage* message, bool force) argument
4872 SetViewCursor(B_CURSOR_I_BEAM, force);
4874 SetViewCursor(B_CURSOR_SYSTEM_DEFAULT, force);
H A DWindow.cpp2649 BWindow::Layout(bool force) argument
2654 fTopView->Layout(force);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.c1448 * @force: if true force close the volume even if it is busy
1458 * If @force is true (i.e. not zero) this function will close the volume even
1467 int ntfs_umount(ntfs_volume *vol, const BOOL force __attribute__((unused)))

Completed in 299 milliseconds

1234567