/freebsd/tests/sys/kern/ |
H A D | prace.c | 42 sigset_t set0, set1; in child() local 46 sigemptyset(&set0); in child() 58 ret = poll ? ppoll(NULL, 0, &timeout, &set0) : in child() 59 pselect(0, NULL, NULL, NULL, &timeout, &set0); in child()
|
/freebsd/contrib/nvi/regex/ |
H A D | regexec.c | 64 #define SET0(v, n) ((v) &= ~(1 << (n))) macro 90 #undef SET0 111 #define SET0(v, n) ((v)[n] = 0) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regexec.c | 61 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) macro 87 #undef SET0 108 #define SET0(v, n) ((v)[n] = 0) macro
|
/freebsd/lib/libc/regex/ |
H A D | regexec.c | 95 #define SET0(v, n) ((v) &= ~((unsigned long)1 << (n))) macro 124 #undef SET0 147 #define SET0(v, n) ((v)[n] = 0) macro
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 330 #define set0 0 macro 747 DEFINE_SET_GET_BASE_TEST(OSSL_CMP_CTX, set0, get0, 0, trustedStore, in DEFINE_SET_CB_TEST() 758 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 1, EVP_PKEY *) /* priv == 1 */ in DEFINE_SET_CB_TEST() 760 DEFINE_SET_GET_ARG_FN(set0, get0, newPkey, 0, EVP_PKEY *) /* priv == 0 */ in DEFINE_SET_CB_TEST()
|
H A D | verify_extra_test.c | 258 * X509_STORE_CTX_set0_trusted_stack() is bady named. Despite the set0 name in do_test_purpose()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_set_bio.pod | 30 number of references available using L<BIO_up_ref(3)> before calling the set0
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-threads.pod | 35 A C<set0> passes ownership from the caller to the object and a
|
H A D | crypto.pod | 544 using the numbers B<0> and B<1>, i.e. "get0", "get1", "set0" and "set1". This
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_set_bio.3 | 165 number of references available using \fBBIO_up_ref\fR\|(3) before calling the set0
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | mediatek-pcie-gen3.yaml | 40 (MSI SET0) (MSI SET1) ... (MSI SET7)
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | openssl-threads.7 | 169 A \f(CW\*(C`set0\*(C'\fR passes ownership from the caller to the object and a
|
H A D | crypto.7 | 653 using the numbers \fB0\fR and \fB1\fR, i.e. \*(L"get0\*(R", \*(L"get1\*(R", \*(L"set0\*(R" and \*(L…
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | turris1x.dts | 358 * CPLD firmware maps SET0, SET1 and SET2
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 529 * with other *set0* functions: just free it... in RSA_set0_multi_prime_params() 825 * with other *set0* functions: just free it... in DEFINE_STACK_OF()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 638 …size_t consumed; /* SHARED - set0 by mtctx, then modified by worker AND read b… 639 … cSize; /* SHARED - set0 by mtctx, then modified by worker AND read by mtct…
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 8185 bxe_panic(sc, ("FATAL HW block attention set0 0x%lx\n", in bxe_attn_int_deasserted0()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 37359 …0x1 // (a) 1 - use both constraint set0 and constraint set1 in relevant state. (b) 0 - use only… 37360 …0x1 // (a) 1 - use both constraint set0 and constraint set1 in relevant state. (b) 0 - use only… 37361 …0x1 // (a) 1 - use both constraint set0 and constraint set1 in relevant state. (b) 0 - use only… 37849 … constraint status. B0 - constraint 0 set0; B1 - constraint 1 set0; B2 - constraint 2 set0; B3 - c… 65977 …egisters that are connected to regulators 0: Using registers belonging to set0 1: Using registers …
|