Searched refs:changed (Results 1 - 25 of 36) sorted by path

12

/haiku/headers/private/kernel/arch/ppc/
H A Darch_mmu.h116 uint32 changed : 1; member in struct:page_table_entry
H A Darch_mmu_amcc440.h99 uint32 changed : 1;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c357 const struct ieee80211_tdma_param *tdma, int changed)
378 if (changed != 0) {
382 if (changed & TDMA_UPDATE_SLOTLEN)
356 ath_tdma_update(struct ieee80211_node *ni, const struct ieee80211_tdma_param *tdma, int changed) argument
H A Dif_ath_tdma.h53 const struct ieee80211_tdma_param *tdma, int changed);
H A Dif_ath.c3741 * XXX sc_updateslot isn't changed behind a lock?
5215 * Set/change channels. If the channel is really being changed,
5952 /* NB: collect bss node again, it may have changed */
6695 * changed.
6736 int changed = 0; local
6784 changed = avp->av_set_tim(ni, enable);
6795 changed = avp->av_set_tim(ni, enable);
6808 changed = avp->av_set_tim(ni, enable);
6822 changed = 0;
6825 return (changed);
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DStringMatcher.cpp153 bool changed = false; local
163 changed = true;
170 changed = true;
174 if (changed) str = ret;
175 return changed;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp727 bool changed = false; local
737 changed |= SelectItem(box, false);
739 changed |= DeselectItem(box);
743 if (changed) {
/haiku/src/apps/glteapot/
H A DGLObject.h63 bool changed; member in class:GLObject
H A DGLObject.cpp90 changed(false),
145 changed = true;
161 bool c = changed;
185 changed = true;
207 changed = false;
H A DObjectView.cpp681 bool changed = false; local
688 changed = true;
699 changed = true;
710 changed = true;
721 changed = true;
733 changed = true;
751 changed = true;
754 changed = changed || RepositionView();
755 changed
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp64 // Notify our parent scroll view. Note: the value already has changed,
65 // so that we can't check, if it really has changed.
690 // flags indicates which scrollbars' visibility has changed.
771 // has been changed and it therefore falls out of the range. But if,
795 // Returns true, if the state was actually changed, false otherwise.
802 bool changed = false;
809 changed = true;
811 return changed;
819 // according to which scroll bar's visibility state has changed, 0 if none.
824 uint32 changed local
[all...]
/haiku/src/bin/
H A Dlistfont.cpp86 bool changed = update_font_families(true); local
87 printf("font families %s.\n", changed ? "changed" : "did not change");
/haiku/src/bin/network/telnetd/
H A Dtermstat.c219 * then delay that until after we have changed the MODE.
281 * Negotiate linemode on if pty state has changed to turn it on.
314 * If edit mode changed, send edit mode.
466 int ack, changed; local
479 if ((changed = (useeditmode ^ editmode))) {
482 * state of the tty has changed (due to the user
491 if (changed & MODE_EDIT)
494 if (changed & MODE_TRAPSIG)
497 if (changed & MODE_SOFT_TAB)
500 if (changed
[all...]
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp273 // update file time and check whether something has changed
276 bool changed = fDirectoryPaths != oldDirectoryPaths; local
277 if (changed || fLastChangeTime < 0)
281 *_changed = changed;
300 // last time something actually changed
635 bool changed = false; local
636 status_t result = root->ReadDefinition(&changed);
642 if (!changed)
H A DWidgetAttributeText.cpp1146 // false, even if the attribute text hasn't changed
1147 bool changed = fValue.int64t != tmpValue.int64t local
1149 if (changed)
/haiku/src/libs/bsd/
H A Dgetpass.c22 bool changed = false; local
30 changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
44 if (changed) {
51 if (changed)
/haiku/src/servers/app/
H A DDesktopListener.cpp321 bool changed = false; local
324 changed = changed | listener->SetDecoratorSettings(window, settings);
326 return changed;
H A DDesktopSettings.h106 bool* changed = NULL);
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp310 entry->changed = false;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp310 entry->changed = false;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp510 bool changed = false; local
540 changed = true;
554 changed = true;
558 if (changed)
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_caps.c75 int changed, rxmask; local
80 changed = 0;
84 changed = 1;
89 changed = 1;
91 if (changed) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c2606 * can have changed. It has been set according to
2645 * changed to BAAD but no error is returned, i.e. it is possible that any of
4821 /* If the actual attribute length has changed, move things around. */
5289 * size cannot be changed.
5940 BOOL changed; local
5968 changed = sparse > 0;
5976 changed = (((na->data_size - 1)
5980 if (changed) {
/haiku/src/apps/mail/
H A DPrefs.cpp515 bool changed = old_size != new_size local
530 fRevert->SetEnabled(changed);
/haiku/src/kits/interface/
H A DListView.cpp702 // bail out if selection hasn't changed
773 // redraw items whose selection has changed
1704 case the selection was changed because of this method.
1718 bool changed = false;
1721 changed = _DeselectAll(index, index);
1729 return changed;
1753 case the selection was changed because of this method.
1766 bool changed = false;
1769 changed = _DeselectAll(from, to);
1787 changed
[all...]

Completed in 453 milliseconds

12