Searched refs:VALID (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libc-pwcache/
H A Dpwcache.h56 #define VALID 1 /* entry and name are valid */ macro
H A Dpwcache.c281 if (!noname || (ptr->valid == VALID))
318 ptr->valid = VALID;
350 if (!noname || (ptr->valid == VALID))
387 ptr->valid = VALID;
451 ptr->valid = VALID;
516 ptr->valid = VALID;
/freebsd-11-stable/bin/pax/
H A Dcache.h54 #define VALID 1 /* entry and name are valid */ macro
H A Dcache.c188 if (frc || (ptr->valid == VALID))
229 ptr->valid = VALID;
259 if (frc || (ptr->valid == VALID))
300 ptr->valid = VALID;
364 ptr->valid = VALID;
428 ptr->valid = VALID;
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-parse.sh82 VALID="1"
88 VALID="0"
91 if [ "$VALID" = "1" ]
108 VALID="1"
113 VALID="0"
116 if [ "$VALID" = "1" ]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp63 // 1) VALID, we can obtain it and its not variant_npos
66 enum class LibcxxVariantIndexValidity { VALID, INVALID, NPOS }; member in class:__anon1228::LibcxxVariantIndexValidity
81 return LibcxxVariantIndexValidity::VALID;
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde_work.c346 if (sp->state == VALID)
444 sp->state = VALID;
446 if (wp->sp == NULL && wp->ksp != NULL && wp->ksp->state == VALID)
500 sp->state = VALID;
576 KASSERT(wp->ksp->state == VALID,
H A Dg_bde.h72 enum {JUNK, IO, VALID} state; enumerator in enum:g_bde_sector::__anon12041

Completed in 118 milliseconds