Searched refs:changed (Results 1 - 25 of 245) sorted by relevance

12345678910

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_touch.c80 wtouchln(WINDOW *win, int y, int n, int changed) argument
84 T((T_CALLED("wtouchln(%p,%d,%d,%d)"), (void *) win, y, n, changed));
92 win->_line[i].firstchar = (NCURSES_SIZE_T) (changed ? 0 : _NOCHANGE);
93 win->_line[i].lastchar = (NCURSES_SIZE_T) (changed
/freebsd-current/sys/kern/
H A Dsubr_power.c104 int changed; local
108 changed = 1;
110 printf("system power profile changed to '%s'\n",
115 changed = 0;
118 if (changed)
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp65 bool changed = false; local
74 changed = true;
83 if (changed)
105 bool changed = false; local
112 changed = true;
121 if (changed)
138 bool changed = false; local
147 changed = true;
157 if (changed)
/freebsd-current/contrib/openresolv/
H A Dnamed.in89 # changed
90 changed=false
96 changed=true
104 changed=true
109 if $changed; then
H A Dpdnsd.in88 changed=false
150 changed=true
158 changed=true
163 if $changed; then
H A Ddnsmasq.in160 changed=false
165 changed=true
170 # dnsmasq polls this file so no need to set changed=true
181 if $changed; then
194 $changed || kill -HUP $(cat "$dnsmasq_pid")
H A Dresolvconf.in784 # An interface was added, changed, deleted or a general update was called.
816 changed=false
823 changed=true
827 changed=true
846 changed=true
855 [ -e "$PRIVATEDIR/$iface" ] || changed=true
861 changed=true
897 changed=true
903 changed=true
910 elif ! $changed; the
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dstate_machine.h12 * bool changed), and STATE_MACHINE_DEBUG_PREFIX to be a string that is used
48 sm->changed = true; \
67 sm->changed = true; \
85 sm->changed = true; \
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h171 // Union this element with RHS and return true if this one changed.
173 bool changed = false;
175 BitWord old = changed ? 0 : Bits[i];
178 if (!changed && old != Bits[i])
179 changed = true;
181 return changed;
193 // Intersect this Element with RHS and return true if this one changed.
197 bool changed = false;
202 BitWord old = changed ? 0 : Bits[i];
208 if (!changed
[all...]
/freebsd-current/sys/dev/rtwn/rtl8812a/
H A Dr12a_caps.c73 int changed, rxmask; local
78 changed = 0;
82 changed = 1;
87 changed = 1;
89 if (changed) {
/freebsd-current/contrib/tcp_wrappers/
H A Denviron.c184 int changed = 0; local
193 changed = 1;
202 changed = 1;
205 if (changed)
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb_main.c65 mt76x2u_config(struct ieee80211_hw *hw, u32 changed) argument
72 if (changed & IEEE80211_CONF_CHANGE_MONITOR) {
80 if (changed & IEEE80211_CONF_CHANGE_POWER) {
96 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
H A Dpci_main.c65 mt76x2_config(struct ieee80211_hw *hw, u32 changed) argument
71 if (changed & IEEE80211_CONF_CHANGE_MONITOR) {
80 if (changed & IEEE80211_CONF_CHANGE_POWER) {
98 if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
/freebsd-current/lib/libc/locale/
H A Dlnumeric.c64 int *changed, const char *name)
82 atomic_store_rel_int(changed, 1);
63 numeric_load_locale(struct xlocale_numeric *loc, int *using_locale, int *changed, const char *name) argument
/freebsd-current/sbin/kldconfig/
H A Dkldconfig.c60 static int changed; variable
187 changed = 1;
219 changed = 1;
399 changed = 1;
405 if (changed && !nflag)
408 if (rflag || (changed && vflag)) {
409 if (changed && (vflag > 1))
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp89 bool changed = false; local
120 changed = true;
126 if (changed)
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobj_dat.pl93 my $changed;
95 $changed = 0;
97 $changed = 1 if $objd{$k} =~ s/(OBJ_[^,]+),/$objd{$1},/;
99 } while ($changed);
/freebsd-current/sys/dev/ath/
H A Dif_ath_tdma.h51 const struct ieee80211_tdma_param *tdma, int changed);
/freebsd-current/contrib/bmake/unit-tests/
H A Dmeta-cmd-cmp.exp14 .meta-cmd-cmp.cmp.meta: 2: a build command has changed
17 @echo FLAGS=changed > .meta-cmd-cmp.cmp
24 .meta-cmd-cmp.cmp.meta: 2: a build command has changed
25 @echo FLAGS=changed > .meta-cmd-cmp.cmp
30 .meta-cmd-cmp.cmp2.meta: 2: a build command has changed
33 @echo FLAGS2=changed > .meta-cmd-cmp.cmp2
41 .meta-cmd-cmp.filter.meta: 2: a build command has changed
H A Dmeta-cmd-cmp.mk59 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS=changed ${tests}
63 @${.MAKE} -dM -r -C ${.CURDIR} -f ${MAKEFILE} FLAGS2=changed ${tests}
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dtestmode.c242 mt7615_tm_update_params(struct mt7615_phy *phy, u32 changed) argument
248 if (changed & BIT(TM_CHANGED_TXPOWER_CTRL))
251 if (changed & BIT(TM_CHANGED_FREQ_OFFSET))
254 if (changed & BIT(TM_CHANGED_TXPOWER))
279 u32 changed = 0; local
286 changed |= BIT(i);
289 mt7615_tm_update_params(phy, changed);
301 u32 changed = 0; local
315 changed |= BIT(i);
318 mt7615_tm_update_params(phy, changed);
[all...]
/freebsd-current/contrib/diff/src/
H A Danalyze.c319 The results are recorded in the vectors files[N].changed, by
346 files[1].changed[files[1].realindexes[yoff++]] = 1;
349 files[0].changed[files[0].realindexes[xoff++]] = 1;
567 filevec[f].changed[i] = 1;
579 We do something when a run of changed lines include a
593 char *changed = filevec[f].changed;
594 char *other_changed = filevec[1 - f].changed;
607 while (i < i_end && !changed[i])
621 while (changed[
590 char *changed = filevec[f].changed; local
[all...]
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_fujitsu.c306 * is if we can't find what has changed or an error occurs.
518 int changed; local
524 changed = BRIGHT_CHANGED;
529 changed = BRIGHT_CHANGED;
534 changed = MOUSE_CHANGED;
540 changed = VOLUME_CHANGED;
566 sc->lastValChanged = changed;
651 int changed; local
658 changed = sc->gsif.value & acpi_fujitsu_method_get(sc,METHOD_GHKS);
660 changed
[all...]
/freebsd-current/contrib/byacc/
H A Dmstring.c24 int changed; local
45 if ((changed = (len > buf_len)) != 0)
57 while (changed);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp86 // Check if the executable has changed and set it to the target
118 bool changed; local
120 changed);
267 bool changed = false; local
276 module_sp->SetLoadAddress(target, value, value_is_offset, changed);
285 changed);
294 changed);

Completed in 398 milliseconds

12345678910