Home
last modified time | relevance | path

Searched refs:witness (Results 1 – 25 of 88) sorted by relevance

1234

/NextBSD/sys/kern/
HDsubr_witness.c226 struct witness { struct
230 STAILQ_ENTRY(witness) w_list; /* List of all witnesses. */ argument
231 STAILQ_ENTRY(witness) w_typelist; /* Witnesses of a type. */
232 struct witness *w_hash_next; /* Linked list in hash buckets. */ argument
245 STAILQ_HEAD(witness_list, witness); argument
252 struct witness *wh_array[WITNESS_HASH_SIZE];
304 witness_lock_type_equal(struct witness *w1, struct witness *w2) in witness_lock_type_equal()
319 static int _isitmyx(struct witness *w1, struct witness *w2, int rmask,
321 static void adopt(struct witness *parent, struct witness *child);
323 static int blessed(struct witness *, struct witness *);
[all …]
/NextBSD/crypto/openssl/doc/crypto/
HDDSA_generate_parameters.pod57 (once for each witness that confirms that the candidate may be prime);
76 (once for each witness that confirms that the candidate may be prime).
120 is called as in BN_is_prime(3), i.e. once for each witness.
/NextBSD/share/examples/witness/
HDlockgraphs.sh10 sysctl debug.witness.graphs | awk '
/NextBSD/sys/sys/
HD_lock.h38 struct witness *lo_witness; /* Data for witness. */
/NextBSD/crypto/openssl/crypto/bn/
HDbn_prime.c131 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1,
328 j = witness(check, A, A1, A1_odd, k, ctx, mont); in BN_is_prime_fasttest_ex()
351 static int witness(BIGNUM *w, const BIGNUM *a, const BIGNUM *a1, in witness() function
/NextBSD/etc/
HDddb.conf15 script kdb.enter.witness=run lockinfo
/NextBSD/contrib/file/magic/Magdir/
HDframe7 # copyright, but this file is "published" as witness the following:
/NextBSD/sys/mips/conf/
HDBERI_TEMPLATE52 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
HDGXEMUL3241 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
HDstd.MALTA44 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
HDGXEMUL43 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
HDQEMU45 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
HDALCHEMY59 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
HDADM512058 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
HDstd.XLP51 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
/NextBSD/sys/arm/conf/
HDEA325053 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDDB-78XXX52 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDDB-88F5XXX51 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDDB-88F6XXX44 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDVIRT44 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDZEDBOARD42 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDARMADAXP47 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDRPI244 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
HDRK318842 options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
/NextBSD/tools/tools/nanobsd/gateworks/
HDG234832 #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed

1234