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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h 233 * @existed: Upon completion, indicates that an identical reference object
234 * already existed, and the refcount was upped on that object instead.
251 enum ttm_ref_type ref_type, bool *existed,
ttm_object.c 353 enum ttm_ref_type ref_type, bool *existed,
369 if (existed != NULL)
370 *existed = true;
411 if (existed != NULL)
412 *existed = false;
vmwgfx_bo.c 703 bool existed; local
732 TTM_REF_SYNCCPU_WRITE, &existed, false);
733 if (ret != 0 || existed)
  /src/usr.bin/make/unit-tests/
var-op-default.mk 52 # 'VAR.${:Uparam}' to see whether the variable already existed. Since that

Completed in 25 milliseconds