Searched refs:update (Results 1 - 25 of 145) sorted by path

123456

/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php111 // migth need to update VID:PID
/haiku-fatelf/
H A Dconfigure76 --update re-runs last configure invocation [must be given
386 # check for update request
387 if [ "$1" = "--update" ]; then
389 echo $0 --update: \'$buildConfigFile\' not found - updating not possible.
393 echo $0 --update: \'perl\' not found - updating not possible.
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit922 update-index) : plumbing;;
923 update-ref) : plumbing;;
924 update-server-info) : daemon;;
1079 --interactive --refresh --patch --update --dry-run
2365 local subcommands="add rename rm show prune update set-head"
2376 update)
2548 local subcommands="add status init update summary foreach sync"
/haiku-fatelf/headers/libs/agg/
H A Dagg_trans_viewport.h75 update();
85 update();
95 update();
214 void update();
241 inline void trans_viewport::update() function in class:agg::trans_viewport
/haiku-fatelf/headers/os/interface/
H A DChannelSlider.h106 void _FinishChange(bool update = false);
H A DColorControl.h95 void _DrawColorArea(BView* target, BRect update);
99 int16 flag, bool focused, BRect update);
H A DMenu.h166 virtual void DrawBackground(BRect update);
H A DMenuField.h38 virtual void Draw(BRect update);
124 void DrawLabel(BRect bounds, BRect update);
/haiku-fatelf/headers/private/bluetooth/
H A DConnectionIncoming.h31 void Draw(BRect update);
/haiku-fatelf/headers/private/storage/
H A DDiskDevice.h24 status_t Eject(bool update = false);
/haiku-fatelf/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp169 BeDecorator::Draw(BRect update) argument
172 update.left, update.top, update.right, update.bottom));
178 _DrawFrame(update);
179 _DrawTab(update);
736 // TODO: we could be much smarter about the update region
775 // TODO: we could be much smarter about the update region
795 // TODO: we could be much smarter about the update regio
[all...]
/haiku-fatelf/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp83 MacDecorator::Draw(BRect update) argument
86 update.left, update.top, update.right, update.bottom));
92 _DrawFrame(update);
93 _DrawTab(update);
635 // TODO: we could be much smarter about the update region
676 // TODO: we could be much smarter about the update region
696 // TODO: we could be much smarter about the update regio
[all...]
/haiku-fatelf/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp90 WinDecorator::Draw(BRect update) argument
92 STRACE(("WinDecorator::Draw(): ")); update.PrintToStream();
96 _DrawFrame(update);
97 _DrawTab(update);
357 // TODO: we could be much smarter about the update region
395 // TODO: we could be much smarter about the update region
415 // TODO: we could be much smarter about the update region
/haiku-fatelf/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp46 goto update;
56 update:
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_80003es2lan.c194 nvm->ops.update = e1000_update_nvm_checksum_generic;
254 /* multicast address update */
H A De1000_82540.c146 nvm->ops.update = e1000_update_nvm_checksum_generic;
225 /* multicast address update */
H A De1000_82541.c173 nvm->ops.update = e1000_update_nvm_checksum_generic;
210 nvm->ops.update = e1000_update_nvm_checksum_generic;
257 /* multicast address update */
H A De1000_82542.c90 nvm->ops.update = e1000_update_nvm_checksum_generic;
130 /* multicast address update */
H A De1000_82543.c181 nvm->ops.update = e1000_update_nvm_checksum_generic;
242 /* multicast address update */
H A De1000_82571.c245 * Autonomous Flash update bit must be cleared due
246 * to Flash update issue.
283 nvm->ops.update = e1000_update_nvm_checksum_82571;
356 /* multicast address update */
441 DEBUGOUT("Please update your 82571 Bootagent\n");
1919 * Verifies that the EEPROM has completed the update. After updating the
1921 * the checksum fix is not implemented, we need to set the bit and update
1950 * we need to set this bit to a 1 and update the
1962 ret_val = nvm->ops.update(hw);
H A De1000_82575.c345 nvm->ops.update = e1000_update_nvm_checksum_generic;
352 nvm->ops.update = e1000_update_nvm_checksum_82580;
356 nvm->ops.update = e1000_update_nvm_checksum_i350;
429 /* multicast address update */
H A De1000_api.c1228 if (hw->nvm.ops.update)
1229 return hw->nvm.ops.update(hw);
H A De1000_hw.h740 s32 (*update)(struct e1000_hw *); member in struct:e1000_nvm_operations
H A De1000_i210.c591 DEBUGOUT("Flash update time out\n");
600 DEBUGOUT("Flash update complete\n");
602 DEBUGOUT("Flash update time out\n");
653 nvm->ops.update = e1000_update_nvm_checksum_i210;
676 nvm->ops.update = e1000_null_ops_generic;
H A De1000_ich8lan.c476 nvm->ops.update = e1000_update_nvm_checksum_ich8lan;
534 /* multicast address update */
561 /* multicast address update for pch2 */
2829 DEBUGOUT1("NVM update error: %d\n", ret_val);
2864 ret_val = hw->nvm.ops.update(hw);

Completed in 181 milliseconds

123456