Searched refs:gen (Results 26 - 50 of 416) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sendmail/libsm/
H A Drewind.c15 #include <sm/gen.h>
H A Dstrerror.c14 #include <sm/gen.h>
H A Dflags.c15 #include <sm/gen.h>
H A Dt-path.c10 #include <sm/gen.h>
H A Dfwalk.c15 #include <sm/gen.h>
/freebsd-current/crypto/openssl/crypto/ct/
H A Dct_prn.c31 ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new(); local
34 if (gen == NULL)
36 ASN1_GENERALIZEDTIME_adj(gen, (time_t)0,
44 ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000));
45 if (ASN1_GENERALIZEDTIME_set_string(gen, genstr))
46 ASN1_GENERALIZEDTIME_print(out, gen);
47 ASN1_GENERALIZEDTIME_free(gen);
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_udma_iofic.c125 rc = al_udma_main_iofic_config(&regs->gen.interrupt_regs.main_iofic, mode);
129 al_iofic_unmask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_A, ~m2s_errors_disable);
130 al_iofic_abort_mask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_A, m2s_aborts_disable);
132 al_iofic_unmask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_B, ~s2m_errors_disable);
133 al_iofic_abort_mask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_B, s2m_aborts_disable);
/freebsd-current/bin/dd/
H A DMakefile15 CLEANFILES= gen
17 test: ${PROG} gen
22 @./gen | \
28 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null
38 @rm -f gen 1M_zeroes* obs_zeroes
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h109 #define __read_seqcount_retry(seqcount, gen) \
110 (!seqc_consistent_no_fence(&(seqcount)->seqc, gen))
111 #define read_seqcount_retry(seqcount, gen) \
112 (!seqc_consistent(&(seqcount)->seqc, gen))
181 #define read_seqretry(seqlock, gen) \
182 read_seqcount_retry(&(seqlock)->seql_count, gen)
/freebsd-current/contrib/libucl/doc/
H A DMakefile.am5 gen-man: @PANDOC@
/freebsd-current/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh51 TMP=gen$$.c
/freebsd-current/lib/libsys/
H A D__vdso_gettimeofday.c63 uint32_t curr, gen; local
74 gen = atomic_load_acq_32(&th->th_gen);
102 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen);
110 uint32_t curr, gen; local
118 gen = atomic_load_acq_32(&th->th_gen);
126 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen);
/freebsd-current/contrib/sendmail/include/sm/
H A Dtest.h19 # include <sm/gen.h>
H A Dsysexits.h18 # include <sm/gen.h>
/freebsd-current/crypto/openssh/
H A Ddh.c64 char *strsize, *gen, *prime; local
117 gen = strsep(&cp, " "); /* gen */
118 if (cp == NULL || *gen == '\0')
132 if (BN_hex2bn(&dhg->g, gen) == 0) {
313 dh_new_group_asc(const char *gen, const char *modulus) argument
321 BN_hex2bn(&dh_g, gen) == 0)
338 dh_new_group(BIGNUM *gen, BIGNUM *modulus) argument
344 if (!DH_set0_pqg(dh, modulus, NULL, gen)) {
356 static char *gen local
371 static char *gen = "2", *group14 = local
391 static char *gen = "2", *group16 = local
422 static char *gen = "2", *group18 = local
[all...]
/freebsd-current/usr.bin/mkimg/
H A Duuid.c96 static uint8_t gen[sizeof(mkimg_uuid_t)]; local
104 for (i = 0; i < sizeof(gen); i++)
105 gen[i]++;
106 memcpy(uuid, gen, sizeof(*uuid));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h74 auto gen = BeforeJoin(thread); local
76 AfterJoin(thread, gen);
99 u32 gen; // Avoid collision if thread id re-used. member in struct:__sanitizer::ThreadArgRetval::Data
106 void AfterJoin(uptr thread, u32 gen);
H A Dsanitizer_thread_arg_retval.cpp25 t.gen = gen_++;
60 return t->second.gen;
75 void ThreadArgRetval::AfterJoin(uptr thread, u32 gen) { argument
78 if (!t || gen != t->second.gen) {
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-local.exp1 Global: .ALLTARGETS = all target-rule.ext dir/subdir/target-rule.ext target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from inference-rule.ir-to dir/subdir/inference-rule.ir-to inference-rule.ir-from dir/subdir/inference-rule.ir-from inference-rule-chain.ir-to dir/subdir/inference-rule-chain.ir-to inference-rule-chain.ir-gen-from dir/subdir/inference-rule-chain.ir-gen-from one
2 Global: .ALLTARGETS = all target-rule.ext dir/subdir/target-rule.ext target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from inference-rule.ir-to dir/subdir/inference-rule.ir-to inference-rule.ir-from dir/subdir/inference-rule.ir-from inference-rule-chain.ir-to dir/subdir/inference-rule-chain.ir-to inference-rule-chain.ir-gen-from dir/subdir/inference-rule-chain.ir-gen-from one two
20 target-rule.ir-gen-from: @ = <target-rule.ir-gen
[all...]
/freebsd-current/sys/security/mac_veriexec/
H A Dveriexec_metadata.c97 * @param gen generation of file
105 unsigned long gen, int *found_dev)
117 " files=%d\n", (uintmax_t)fileid, gen, (uintmax_t)fsid,
140 if (ip->gen == gen)
174 "%02x %02x %02x...]\n", ip->fileid, ip->flags, ip->gen,
228 * @param gen generation of file
233 mac_veriexec_metadata_has_file(dev_t fsid, long fileid, unsigned long gen) argument
236 return (mac_veriexec_metadata_get_file_info(fsid, fileid, gen, NULL,
432 * @param gen generatio
104 get_veriexec_file(struct veriexec_devhead *head, dev_t fsid, long fileid, unsigned long gen, int *found_dev) argument
440 mac_veriexec_metadata_get_file_flags(dev_t fsid, long fileid, unsigned long gen, int *flags, int check_files) argument
600 mac_veriexec_metadata_get_file_label(dev_t fsid, long fileid, unsigned long gen, int check_files) argument
635 mac_veriexec_metadata_add_file(int file_dev, dev_t fsid, long fileid, unsigned long gen, unsigned char fingerprint[MAXFINGERPRINTLEN], char *label, size_t labellen, int flags, const char *fp_type, int override) argument
776 mac_veriexec_metadata_get_file_info(dev_t fsid, long fileid, unsigned long gen, int *found_dev, struct mac_veriexec_file_info **ipp, int check_files) argument
[all...]
H A Dmac_veriexec_internal.h54 unsigned long gen; member in struct:mac_veriexec_file_info
80 unsigned long gen, int *flags, int check_files);
82 unsigned long gen, int *found_dev,
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c64 static int gen; /* DOF helper generation */ variable
192 if ((gen = ioctl(fd, DTRACEHIOC_ADDDOF, &dh)) == -1)
197 gen = dh.dofhp_gen;
220 if ((gen = ioctl(fd, DTRACEHIOC_REMOVE, &gen)) == -1)
221 dbg_printf(1, "DTrace ioctl failed to remove DOF (%d)\n", gen);
223 dbg_printf(1, "DTrace ioctl removed DOF (%d)\n", gen);
H A Ddt_work.c133 int gen = dtp->dt_statusgen; local
152 if (dt_ioctl(dtp, DTRACEIOC_STATUS, &dtp->dt_status[gen]) == -1)
158 &dtp->dt_status[gen]) == -1)
161 if (dtp->dt_status[gen].dtst_exiting) {
168 if (dtp->dt_status[gen].dtst_filled == 0)
246 int gen = dtp->dt_statusgen; local
259 if (dt_ioctl(dtp, DTRACEIOC_STATUS, &dtp->dt_status[gen]) == -1)
262 if (dt_handle_status(dtp, &dtp->dt_status[gen ^ 1],
263 &dtp->dt_status[gen]) == -1)
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.c99 struct gen struct
152 next1 (struct gen *g)
165 next2 (uint64_t *x2, struct gen *g)
429 printgen_f1 (const struct fun *f, struct gen *gen) argument
431 printf ("%s in [%a;%a]", f->name, asfloat (gen->start),
432 asfloat (gen->start + gen->len));
435 printgen_f2 (const struct fun *f, struct gen *gen) argument
442 printgen_d1(const struct fun *f, struct gen *gen) argument
448 printgen_d2(const struct fun *f, struct gen *gen) argument
606 cmp(const struct fun *f, struct gen *gen, const struct conf *conf) argument
714 struct gen gen; local
[all...]
/freebsd-current/crypto/openssl/test/recipes/
H A D20-test_dhparam.t29 my $gen = shift; #2, 5 or something else (0 is "something else")?
77 if ($gen == 2 || $gen == 5) {
79 $genline = "G: $gen (0x$gen)";
126 ok(run(app([ 'openssl', 'dhparam', '-out', 'gen-pkcs3-2-512.pem',
128 checkdhparams("gen-pkcs3-2-512.pem", "PKCS3", 2, "PEM", 512);
132 ok(run(app([ 'openssl', 'dhparam', '-out', 'gen-pkcs3-exp2-512.pem', '-2',
134 checkdhparams("gen-pkcs3-exp2-512.pem", "PKCS3", 2, "PEM", 512);
138 ok(run(app([ 'openssl', 'dhparam', '-out', 'gen
[all...]

Completed in 335 milliseconds

1234567891011>>