Searched refs:changed (Results 176 - 200 of 246) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c2124 bool changed, hs400; local
2130 changed = false;
2143 changed = true;
2148 changed = true;
2151 } while (changed == true);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c1575 int changed; local
1578 changed = 1;
1643 changed = 0;
1647 * that the device really hasn't changed???
1649 if ((changed != 0)
1656 if (changed != 0) {
/freebsd-11-stable/sys/netinet/
H A Dsctp_asconf.c1082 int addrnum, changed; local
1087 * association. A source address may not be changed. Additionally,
1131 * nexthop, the path will be changed. If the new address is
1133 * not be changed.
1141 changed = 0;
1146 changed = 1;
1154 changed = 1;
1165 if (changed == 0)
1389 * last local address is being changed), queue the pending delete
1411 * changed i
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c1460 sm_syslog(LOG_WARNING, NOQID, "user %d changed syslog label",
4064 bool changed; local
4069 changed = false;
4088 changed = true;
4094 if (changed)
4102 return changed;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c1764 compare_dir_structure(svn_boolean_t *changed,
1779 *changed = TRUE;
1798 *changed = TRUE;
1803 *changed = FALSE;
1963 changed directory properties while our commit transaction was
1990 /* The directory entries got changed in the repository but the directory
1999 svn_boolean_t changed;
2000 SVN_ERR(compare_dir_structure(&changed, source, ancestor, pool));
2002 if (changed)
2315 note that the youngest rev may have changed b
1756 compare_dir_structure(svn_boolean_t *changed, dag_node_t *lhs, dag_node_t *rhs, apr_pool_t *pool) argument
1991 svn_boolean_t changed; local
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server.c1795 * Returns: 1 if EAP state was changed or 0 if not
1799 * state machine have changed.
1805 sm->changed = FALSE;
1807 if (sm->changed)
1809 } while (sm->changed);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1540 bool value_is_offset, bool &changed) {
1543 changed = object_file->SetLoadAddress(target, value, value_is_offset);
1546 changed = false;
1539 SetLoadAddress(Target &target, lldb::addr_t value, bool value_is_offset, bool &changed) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp961 bool changed = false; local
977 changed = true;
980 if (changed)
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c1127 uint64_t changed, lma, oldval; local
1136 changed = oldval ^ newval;
1142 if (changed & EFER_LME) {
1742 VCPU_CTR2(sc->vm, vcpu, "VMCB V_TPR changed from %#x to %#x",
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c296 /* that sizes can be changed before we get under way. */
3148 * their ip address/id field changed in the same way).
3841 * changed oip IP addresses and oip->ip_sum. However, these
4835 /* Check to see if an outcoming packet should be changed. ICMP packets are */
5334 /* Check to see if an incoming packet should be changed. ICMP packets are */
5954 * which will get changed are those which are "map ... -> 0/32",
6468 /* Check for MSS option and clamp it if necessary. If found and changed, */
7031 int changed; local
7034 changed = -1;
7042 changed
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.cpp527 int mtsm::changed(statem *s) function in class:mtsm
/freebsd-11-stable/stand/lua/
H A Dconfig.lua37 -- Which variables we changed
76 -- Examine changed environment variables
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c3957 * If the mapping has changed attributes, update the page table
4912 * Has the physical page changed?
4928 * The physical page has changed. Temporarily invalidate
5835 * be changed upwards or downwards in the future; it
7149 * changed. (The corresponding ranges of the direct map are those ranges that
7159 * latter case, the memory type may have been changed on some part of the
7182 boolean_t changed;
7198 changed = FALSE;
7277 changed = TRUE;
7307 changed
7181 boolean_t changed; local
7391 boolean_t changed; local
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dgrammar.y324 boolean changed; /* TRUE if conversion done in this file */
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk307 # we may have changed a filter
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk311 # we may have changed a filter
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1280 bool changed = false;
1281 jit_module_sp->SetLoadAddress(*target, 0, true, changed);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp641 bool changed = performCallSlotOptzn( local
646 if (changed) {
897 // Drop any cached information about the call, because we may have changed
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2200 bool changed = false; local
2201 if (module_sp->SetLoadAddress(*target_sp, slide_offset, true, changed)) {
2203 // changed before we notify that our module was loaded.
2204 if (changed) {
2241 bool changed = false; local
2246 changed |= target_sp->SetSectionUnloaded(section_sp);
2248 if (changed) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.c2202 * Returns: 1 if EAP state was changed or 0 if not
2206 * state machine have changed.
2212 sm->changed = FALSE;
2214 if (sm->changed)
2216 } while (sm->changed);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c673 int changed = 0; local
682 changed++;
686 if (changed) {
2902 " changed type %d -> %d",
/freebsd-11-stable/sys/dev/vt/
H A Dvt_core.c1264 * If the cursor changed display state or moved, we must mark
1311 int changed; local
1315 changed = vt_flush(vd);
1318 if (changed)
1872 * TODO: add flag about pointer position changed, to not redraw chars
1873 * under mouse pointer when nothing changed.
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp254 // Return true if the RegUnits changed.
256 bool changed = false; local
260 changed |= (RegUnits |= SR->RegUnits);
263 return changed;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp331 bool changed = false; local
338 changed = true;
346 if (!changed) continue;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap.c776 return 0; /* nothing changed */
784 nm_prinf("configuration changed for %s: txring %d x %d, "
790 nm_prerr("WARNING: configuration changed for %s while active: "
1752 * It only reads hwcur (which is changed only by the upper half, too)
1753 * and hwtail (which may be changed by the lower half, but only on
2269 /* ring configuration may have changed, fetch from the card */
3502 bool changed = false; local
3512 changed = true;
3522 if (!changed) {
3809 * changed i
[all...]

Completed in 517 milliseconds

12345678910