Searched refs:sanity (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dsanity.hpp30 #include <atf-c/detail/sanity.h>
/freebsd-13-stable/sys/contrib/openzfs/tests/runfiles/
H A DMakefile.am8 sanity.run \
/freebsd-13-stable/sys/sys/disk/
H A Dvtoc.h80 uint32_t sanity; member in struct:vtoc8
/freebsd-13-stable/stand/libsa/mips/
H A D_setjmp.S88 addu sp, sp, 32 # does not matter, sanity
/freebsd-13-stable/usr.bin/mkimg/
H A Dvtoc8.c75 be32enc(&vtoc8.sanity, VTOC_SANITY);
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_private.h460 int sanity = hz * 10; local
462 while (!atomic_load_acq_int(&status->done) && --sanity > 0)
464 if (sanity <= 0)
/freebsd-13-stable/lib/atf/libatf-c/
H A DMakefile54 sanity.c \
/freebsd-13-stable/sys/geom/part/
H A Dg_part_vtoc8.c233 be32enc(&table->vtoc.sanity, VTOC_SANITY);
349 if (be32dec(&table->vtoc.sanity) == VTOC_SANITY)
497 withtags = (be32dec(&table->vtoc.sanity) == VTOC_SANITY) ? 1 : 0;
504 be32enc(&table->vtoc.sanity, VTOC_SANITY);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h322 assert(sanity());
710 bool sanity() const;
/freebsd-13-stable/sys/dev/ow/
H A Dow.c429 int sanity = 10; local
439 if (sanity-- < 0) {
440 printf("Reached the sanity limit\n");
/freebsd-13-stable/lib/libjail/
H A Djail.c572 int i, ai, ki, jid, arrays, sanity; local
672 for (sanity = 0;; sanity++) {
674 if (jid >= 0 || !arrays || sanity == ARRAY_SANITY ||
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl161 it eq @ Thumb2 thing, sanity check in ARM
415 ittt eq @ Thumb2 thing, sanity check in ARM
H A Dsha256-armv4.pl258 ite eq @ Thumb2 thing, sanity check in ARM
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c211 vdev_geom_attach(struct g_provider *pp, vdev_t *vd, boolean_t sanity) argument
221 if (sanity) {
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Daes-armv4.S427 itt eq @ Thumb2 thing, sanity check in ARM
433 itt eq @ Thumb2 thing, sanity check in ARM
444 itt ne @ Thumb2 thing, sanity check in ARM
605 itt eq @ Thumb2 thing, sanity check in ARM
677 itt eq @ Thumb2 thing, sanity check in ARM
H A Dbsaes-armv7.S460 ite eq @ Thumb2 thing, sanity check in ARM
2121 it ne @ Thumb2 thing, sanity check in ARM
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl457 itt eq @ Thumb2 thing, sanity check in ARM
463 itt eq @ Thumb2 thing, sanity check in ARM
474 itt ne @ Thumb2 thing, sanity check in ARM
635 itt eq @ Thumb2 thing, sanity check in ARM
707 itt eq @ Thumb2 thing, sanity check in ARM
H A Dbsaes-armv7.pl794 ite eq @ Thumb2 thing, sanity check in ARM
2111 it ne @ Thumb2 thing, sanity check in ARM
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk246 # also for the sake of sanity we require a common prefix
/freebsd-13-stable/share/mk/
H A Ddirdeps.mk247 # also for the sake of sanity we require a common prefix
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp327 bool LookupResult::sanity() const { function in class:LookupResult

Completed in 290 milliseconds