Searched refs:update (Results 51 - 75 of 97) sorted by relevance

1234

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_api.c638 if (hw->nvm.ops.update)
639 return hw->nvm.ops.update(hw);
H A Digc_nvm.c31 nvm->ops.update = igc_null_ops_generic;
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1016 dprintf("find_microcode_intel update is too small for header\n");
1030 dprintf("find_microcode_intel update is too small for data\n");
1035 // prepare the next update
1043 // 9.11.6 The microcode update data requires a 16-byte boundary
1093 struct intel_microcode_header* update = (struct intel_microcode_header*)sLoadedUcodeUpdate;
1094 if (update == NULL) {
1095 update = find_microcode_intel((addr_t)sUcodeData, sUcodeDataSize,
1098 if (update == NULL) {
1099 dprintf("CPU %d: no update found\n", currentCPU);
1100 } else if (update
[all...]
/haiku/src/apps/diskprobe/
H A DProbeView.cpp660 BMessage update(kMsgPositionUpdate);
661 update.AddInt64("position", fPosition);
662 Messenger().SendMessage(&update);
707 // update position text control
735 // update views
790 // update views
804 // update views
880 It will listen to the offset changes of the editor, let him update its
1516 // update menu items
1824 // update th
[all...]
/haiku/src/apps/mail/
H A DAddressTextControl.cpp60 void SetUpdateAutoCompleterChoices(bool update);
297 AddressTextControl::TextView::SetUpdateAutoCompleterChoices(bool update) argument
299 fUpdateAutoCompleterChoices = update;
/haiku/src/kits/interface/
H A DBox.cpp237 BRegion update(updateRect);
238 update.Exclude(labelBox);
240 ConstrainClippingRegion(&update);
H A DChannelSlider.cpp729 BChannelSlider::_FinishChange(bool update)
742 InvokeChannel(update ? ModificationMessage() : NULL, 0, numChannels,
748 if (!update) {
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp847 BMessage update(kMsgAutoCheck);
848 fAutoCheckRunner = new BMessageRunner(be_app_messenger, &update,
853 PostMessage(&update);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp145 virtual void Draw(BRect update);
185 void DrawTeams(BRect update);
208 virtual void Draw(BRect update);
1328 TBox::Draw(BRect update) argument
1333 BBox::Draw(update);
2090 TIconView::DrawTeams(BRect update) argument
2103 FillRect(update);
2114 if (rect.Intersects(update) && group != NULL) {
2128 TIconView::Draw(BRect update) argument
2130 DrawTeams(update);
2282 Draw(BRect update) argument
[all...]
/haiku/src/apps/charactermap/
H A DCharacterView.cpp437 BMessage update(fTargetCommand);
438 update.AddInt32("character", character);
439 fTarget.SendMessage(&update);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp322 ColorPickerView::SetColorMode(SelectedColorMode mode, bool update) argument
363 if (!update)
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py40 d.update(d2)
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp958 // AudioMixer::PrepareToConnect() and we need to update it.
1457 bool update = false; local
1473 update = true;
1479 update = true;
1485 update = true;
1493 update = true; // XXX should use BroadcastChangedParameter()
1688 // We trigger a complete ParameterWeb update as workaround
1690 update = true;
1699 if (update)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp756 // let's makebootable (or anyone else) update the boot block
758 update_boot_block update; local
761 if (user_memcpy(&update, buffer, sizeof(update_boot_block)) != B_OK)
765 if (update.offset < minOffset
766 || update.offset >= 512 || update.length > 512 - minOffset
767 || update.length + update.offset > 512) {
770 if (user_memcpy((uint8*)&volume->SuperBlock() + update.offset,
771 update
[all...]
H A DJournal.cpp639 This lets us keep track of completed transactions, and update
653 bool update = false; local
669 update = true;
680 // update the superblock, and change the disk's state, if necessary
682 if (update) {
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.c1311 if (hw->nvm.ops.update)
1312 return hw->nvm.ops.update(hw);
H A De1000_i210.c581 DEBUGOUT("Flash update time out\n");
590 DEBUGOUT("Flash update complete\n");
592 DEBUGOUT("Flash update time out\n");
644 nvm->ops.update = e1000_update_nvm_checksum_i210;
650 nvm->ops.update = e1000_null_ops_generic;
H A De1000_82542.c91 nvm->ops.update = e1000_update_nvm_checksum_generic;
132 /* multicast address update */
/haiku/
H A Dconfigure16 --update Re-runs last configure invocation [must be given
541 # check for update request
542 if [ "$1" = "--update" ]; then
544 echo $0 --update: \'$buildConfigFile\' not found - updating not possible.
553 echo "$0 --update: The previous configure invocation was not properly" \
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp1193 bool update = false; local
1195 // set tick/update
1196 uint32 messageCode = (update ? BROADCAST_MESSAGE_SERVER_UPDATE
1234 update = atomic_and(&fServerInfoUpdated, 0);
/haiku/src/servers/net/
H A DNetServer.cpp187 BMessage update = fSettings.Services(); local
188 update.what = kMsgUpdateServices;
190 fServices.SendMessage(&update);
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp1045 // TODO: update supported types names
1082 BMessage update(kMsgSettingsChanged);
1083 update.AddRect("app_type_next_frame", Frame());
1084 be_app_messenger.SendMessage(&update);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c997 ring->update = 0;
1085 if (ring->update != 0) {
1095 ring->update = 1;
1123 ring->update = 0;
1166 ring->update = 0;
1241 if (ring->update != 0) {
1250 ring->update = 1;
1286 ring->update = 0;
1456 * band and update net80211 with what we find.
2391 if (sc->rxq.update) {
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1456 BMessage update(kMsgUpdateResolution);
1457 update.AddInt32("resolution", resolution);
1458 window->BroadcastToActivityViews(&update, this);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp160 void SetUpdateAutoCompleterChoices(bool update);
340 URLInputGroup::URLTextView::SetUpdateAutoCompleterChoices(bool update) argument
342 fUpdateAutoCompleterChoices = update;

Completed in 284 milliseconds

1234