HomeSort by: relevance | last modified time | path
    Searched refs:duplicated (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/net/ndp/
t_dad.sh 33 duplicated="[Dd][Uu][Pp][Ll][Ii][Cc][Aa][Tt][Ee][Dd]"
48 atf_set "descr" "Tests for IPv6 DAD duplicated state"
180 # The primary address isn't marked as duplicated
182 -o not-match:"$localip1.+$duplicated" \
186 # Add a new address duplicated with the peer server
191 # The new address is marked as duplicated
192 atf_check -s exit:0 -o match:"$peerip.+$duplicated" \
195 # A unique address isn't marked as duplicated
199 -o not-match:"$localip2.+$duplicated" \
  /src/sys/arch/sparc64/sparc64/
cpu_in_cksum.S 89 lduw [%o0 + M_LEN], %o2 ! Code duplicated at Lloop
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 219 * Duplicated atomic state or NULL when obj->state is not
345 * @duplicated:
347 * Indicates whether or not this atomic state was duplicated using
349 * should use this to fixup normal inconsistencies in duplicated
352 bool duplicated : 1; member in struct:drm_atomic_state
  /src/usr.bin/make/
test-variants.mk 199 CFLAGS.gcc-warn+= -Wno-error=duplicated-branches
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 228 * duplicated a NULL best_encoder when crtc was NULL.
229 * As an exception restoring duplicated atomic state
342 if (!state->duplicated && drm_connector_is_unregistered(connector) &&
3153 state->duplicated = true;
3258 * drm_atomic_helper_commit_duplicated_state - commit duplicated state
3259 * @state: duplicated atomic state to commit
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 925 * When restoring duplicated states, we need to make sure that the bw
927 * may have changed after the state was duplicated
929 if (!state->duplicated) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 1691 * them here, since they were duplicated as part of the suspend
4953 if (!state->duplicated) {

Completed in 25 milliseconds