Searched refs:gen (Results 101 - 125 of 416) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/crypto/evp/
H A Ddh_ctrl.c119 int EVP_PKEY_CTX_set_dh_paramgen_generator(EVP_PKEY_CTX *ctx, int gen) argument
127 *p++ = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_DH_GENERATOR, &gen);
137 int EVP_PKEY_CTX_set_dh_rfc5114(EVP_PKEY_CTX *ctx, int gen) argument
140 EVP_PKEY_CTRL_DH_RFC5114, gen, NULL);
143 int EVP_PKEY_CTX_set_dhx_rfc5114(EVP_PKEY_CTX *ctx, int gen) argument
145 return EVP_PKEY_CTX_set_dh_rfc5114(ctx, gen);
/freebsd-current/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c49 GENERAL_NAME *gen = GENERAL_NAME_new(); local
51 if (gen == NULL)
53 if (!X509_NAME_set(&gen->d.directoryName, nm)) {
54 GENERAL_NAME_free(gen);
57 gen->type = GEN_DIRNAME;
59 req->tbsRequest.requestorName = gen;
/freebsd-current/sys/kern/
H A Dkern_tc.c244 u_int delta, gen, large_delta; local
248 gen = atomic_load_acq_int(&th->th_generation);
255 } while (gen == 0 || gen != th->th_generation);
271 u_int gen; local
275 gen = atomic_load_acq_int(&th->th_generation);
278 } while (gen == 0 || gen != th->th_generation);
522 volatile uint8_t gen; member in struct:fftimehands
639 ogen = ffth->gen;
815 uint8_t gen; local
845 uint8_t gen; local
884 uint8_t gen; local
902 unsigned int gen, delta; local
1052 unsigned int delta, gen; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c461 bench (const struct fun *f, double lo, double hi, int type, int gen) argument
463 if (f->prec == 'd' && gen == 'r')
465 else if (f->prec == 'd' && gen == 'l')
467 else if (f->prec == 'd' && gen == 't')
469 else if (f->prec == 'f' && gen == 'r')
471 else if (f->prec == 'f' && gen == 'l')
473 else if (f->prec == 'f' && gen == 't')
476 if (gen == 't')
555 int usergen = 0, gen = 'r', type = 'b', all = 0; local
589 gen
[all...]
/freebsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_lookup.c242 int gen; local
253 for (gen = 1;; gen++) {
258 cnp->cn_namelen, gen))
259 return gen == 1 ? EINVAL : EEXIST;
/freebsd-current/sys/fs/fifofs/
H A Dfifo_vnops.c133 u_int gen; local
192 gen = fip->fi_wgen;
199 if (error != 0 && gen == fip->fi_wgen) {
220 gen = fip->fi_rgen;
227 if (error != 0 && gen == fip->fi_rgen) {
/freebsd-current/crypto/heimdal/kadmin/
H A Dload.c286 parse_generation(char *str, GENERATION **gen) argument
292 *gen = NULL;
295 *gen = calloc(1, sizeof(**gen));
298 if(parse_time_string(&(*gen)->time, p) != 1)
303 (*gen)->usec = v;
307 (*gen)->gen = v - 1; /* XXX gets bumped in _hdb_store */
/freebsd-current/lib/clang/libclang/
H A DMakefile818 ${CLANG_TBLGEN} -gen-clang-basic-reader \
825 ${CLANG_TBLGEN} -gen-clang-basic-writer \
832 ${CLANG_TBLGEN} -gen-clang-type-reader \
839 ${CLANG_TBLGEN} -gen-clang-type-writer \
845 ${CLANG_TBLGEN} -gen-clang-attr-impl \
851 ${CLANG_TBLGEN} -gen-clang-attr-node-traverse \
857 ${CLANG_TBLGEN} -gen-clang-attr-text-node-dump \
863 ${CLANG_TBLGEN} -gen-clang-attr-ast-visitor \
869 ${CLANG_TBLGEN} -gen-clang-attr-classes \
876 ${CLANG_TBLGEN} -gen
[all...]
/freebsd-current/contrib/sendmail/include/sm/
H A Ddebug.h20 # include <sm/gen.h>
H A Dassert.h20 # include <sm/gen.h>
/freebsd-current/contrib/sendmail/libsm/
H A Dt-types.c10 #include <sm/gen.h>
H A Dfread.c15 #include <sm/gen.h>
H A Dsnprintf.c15 #include <sm/gen.h>
H A Dsscanf.c15 #include <sm/gen.h>
H A Dstrdup.c11 #include <sm/gen.h>
H A Dt-rpool.c10 #include <sm/gen.h>
H A Dt-smstdio.c10 #include <sm/gen.h>
H A Dt-scanf.c10 #include <sm/gen.h>
H A Dfpos.c15 #include <sm/gen.h>
H A Dfget.c15 #include <sm/gen.h>
H A Dsyslogio.c10 #include <sm/gen.h>
H A Dt-event.c10 #include <sm/gen.h>
H A Dt-memstat.c10 #include <sm/gen.h>
H A Dt-float.c10 #include <sm/gen.h>
/freebsd-current/sys/contrib/alpine-hal/eth/
H A Dal_hal_an_lt_wrapper_regs.h86 struct al_an_lt_wrapper_gen gen; /* [0x100] */ member in struct:al_an_lt_wrapper_regs

Completed in 232 milliseconds

1234567891011>>