Searched refs:commit (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompat.h81 #define fdatasync commit
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h64 const void* buffer, bool commit = false);
H A DNFS4Inode.cpp758 uint32* length, const void* buffer, bool commit)
773 commit);
757 WriteFile(OpenStateCookie* cookie, OpenState* state, uint64 position, uint32* length, const void* buffer, bool commit) argument
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.c1175 if (hw->phy.ops.commit)
1176 return hw->phy.ops.commit(hw);
H A De1000_phy.c81 phy->ops.commit = e1000_null_ops_generic;
1184 ret_val = phy->ops.commit(hw);
1242 ret_val = phy->ops.commit(hw);
1335 ret_val = phy->ops.commit(hw);
1351 ret_val = phy->ops.commit(hw);
1813 * auto-crossover to force MDI manually. Resets the PHY to commit the
1856 /* Reset the phy to commit changes. */
1857 ret_val = hw->phy.ops.commit(hw);
H A De1000_80003es2lan.c111 phy->ops.commit = e1000_phy_sw_reset_generic;
621 /* Reset the phy to commit changes. */
1031 ret_val = hw->phy.ops.commit(hw);
H A De1000_82575.c183 phy->ops.commit = e1000_phy_sw_reset_generic;
736 ret_val = hw->phy.ops.commit(hw);
2662 ret_val = phy->ops.commit(hw);
2761 ret_val = phy->ops.commit(hw);
H A De1000_82540.c79 phy->ops.commit = e1000_phy_sw_reset_generic;
H A De1000_82571.c134 phy->ops.commit = e1000_phy_sw_reset_generic;
149 phy->ops.commit = e1000_phy_sw_reset_generic;
724 * otherwise, commit the checksum to the flash NVM.
H A De1000_hw.h775 s32 (*commit)(struct e1000_hw *); member in struct:e1000_phy_operations
H A De1000_82543.c107 phy->ops.commit = e1000_phy_sw_reset_generic;
H A De1000_ich8lan.c526 phy->ops.commit = e1000_phy_sw_reset_generic;
620 phy->ops.commit = e1000_phy_sw_reset_generic;
4076 * After a successful commit, the shadow ram is cleared and is ready for
4143 * (15:14) are 11b until the commit has completed.
4169 DEBUGOUT("Flash commit failed.\n");
4238 * After a successful commit, the shadow ram is cleared and is ready for
4294 * (15:14) are 11b until the commit has completed.
4327 DEBUGOUT("Flash commit failed.\n");
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp219 HeaderView::FinishEditingTitle(bool commit) argument
221 if (fTitleEditView == NULL || !commit)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c53 HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
2135 int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit,
2266 if (commit) {
2317 if (commit) {
2344 if (commit) {
2134 ar5212SetRateTable(struct ath_hal *ah, const struct ieee80211_channel *chan, int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit, int16_t *pMinPower, int16_t *pMaxPower) argument

Completed in 620 milliseconds