Home
last modified time | relevance | path

Searched refs:gen (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/freebsd-14-stable/crypto/openssl/crypto/x509/
HDv3_san.c26 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
27 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx);
56 GENERAL_NAME *gen; in STACK_OF() local
60 gen = sk_GENERAL_NAME_value(gens, i); in STACK_OF()
66 tmpret = i2v_GENERAL_NAME(method, gen, ret); in STACK_OF()
80 GENERAL_NAME *gen, in STACK_OF()
86 switch (gen->type) { in STACK_OF()
88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) { in STACK_OF()
90 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING in STACK_OF()
92 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
[all …]
HDv3_ncons.c33 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
35 GENERAL_NAME *gen);
303 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check() local
304 r = nc_match(gen, nc); in NAME_CONSTRAINTS_check()
472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() argument
476 int effective_type = gen->type; in nc_match()
484 (OBJ_obj2nid(gen->d.otherName->type_id) == NID_id_on_SmtpUTF8Mailbox)) { in nc_match()
497 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
507 r = nc_match_single(effective_type, gen, sub->base); in nc_match()
523 OBJ_cmp(gen->d.otherName->type_id, in nc_match()
[all …]
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_filegen.c98 FILEGEN * gen, in filegen_open() argument
113 len = strlen(gen->dir) + strlen(gen->fname) + 65; in filegen_open()
117 snprintf(filename, len, "%s%s", gen->dir, gen->fname); in filegen_open()
127 switch (gen->type) { in filegen_open()
133 gen->type, filename); in filegen_open()
134 gen->type = FILEGEN_NONE; in filegen_open()
142 gen->id_lo = getpid(); in filegen_open()
143 gen->id_hi = 0; in filegen_open()
145 SUFFIX_SEP, gen->id_lo); in filegen_open()
158 gen->id_lo = ntpcal_date_to_ntp(&cal); in filegen_open()
[all …]
/freebsd-14-stable/sys/dev/dcons/
HDdcons.c51 u_int32_t ptr, pos, gen, next_gen; in dcons_ischar() local
57 gen = ptr >> DCONS_GEN_SHIFT; in dcons_ischar()
59 if (gen == ch->gen && pos == ch->pos) in dcons_ischar()
62 next_gen = DCONS_NEXT_GEN(ch->gen); in dcons_ischar()
64 if ((gen != ch->gen && gen != next_gen) in dcons_ischar()
65 || (gen == ch->gen && pos < ch->pos)) { in dcons_ischar()
68 ch->gen = gen; in dcons_ischar()
80 u_int32_t ptr, pos, gen, next_gen; in dcons_checkc() local
86 gen = ptr >> DCONS_GEN_SHIFT; in dcons_checkc()
88 if (gen == ch->gen && pos == ch->pos) in dcons_checkc()
[all …]
/freebsd-14-stable/contrib/googletest/googletest/test/
HDgoogletest-param-test-test.cc138 const ParamGenerator<int> gen = Range(0, 10); in TEST() local
139 ParamGenerator<int>::iterator it = gen.begin(); in TEST()
173 const ParamGenerator<int> gen = Range(0, 3); in TEST() local
175 VerifyGenerator(gen, expected_values); in TEST()
181 const ParamGenerator<int> gen = Range(0, 1); in TEST() local
183 VerifyGenerator(gen, expected_values); in TEST()
189 const ParamGenerator<int> gen = Range(0, 0); in TEST() local
190 VerifyGeneratorIsEmpty(gen); in TEST()
196 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local
198 VerifyGenerator(gen, expected_values); in TEST()
[all …]
/freebsd-14-stable/crypto/heimdal/lib/wind/
HDMakefile.am98 map_table.h map_table.c: rfc3454.txt gen-map.py stringprep.py
99 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir)
101 errorlist_table.h errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
102 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir)
104 normalize_table.h normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.…
105 …$(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/Compositio…
107 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py
108 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir)
110 bidi_table.h bidi_table.c: rfc3454.txt gen-bidi.py
111 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir)
[all …]
HDNTMakefile66 $(OBJ)\map_table.h $(OBJ)\map_table.c: rfc3454.txt gen-map.py stringprep.py
68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ)
71 $(OBJ)\errorlist_table.h $(OBJ)\errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ)
76 …_table.h $(OBJ)\normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py
78 …$(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2…
81 $(OBJ)\combining_table.h $(OBJ)\combining_table.c: UnicodeData.txt gen-combining.py
83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ)
86 $(OBJ)\bidi_table.h $(OBJ)\bidi_table.c: rfc3454.txt gen-bidi.py
88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ)
[all …]
/freebsd-14-stable/crypto/openssh/
HDdh.c64 char *strsize, *gen, *prime; in parse_prime() local
117 gen = strsep(&cp, " "); /* gen */ in parse_prime()
118 if (cp == NULL || *gen == '\0') in parse_prime()
132 if (BN_hex2bn(&dhg->g, gen) == 0) { in parse_prime()
313 dh_new_group_asc(const char *gen, const char *modulus) in dh_new_group_asc() argument
321 BN_hex2bn(&dh_g, gen) == 0) in dh_new_group_asc()
338 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() argument
344 if (!DH_set0_pqg(dh, modulus, NULL, gen)) { in dh_new_group()
356 static char *gen = "2", *group1 = in dh_new_group1() local
364 return (dh_new_group_asc(gen, group1)); in dh_new_group1()
[all …]
/freebsd-14-stable/sys/dev/qat/qat_api/common/include/
HDsal_hw_gen.h34 return (pService->generic_service_info.gen == GEN4); in isDcGen4x()
50 return ((pService->generic_service_info.gen == GEN2) || in isDcGen2x()
51 (pService->generic_service_info.gen == GEN3)); in isDcGen2x()
67 return (pService->generic_service_info.gen == GEN4); in isCyGen4x()
83 return ((pService->generic_service_info.gen == GEN2) || in isCyGen2x()
84 (pService->generic_service_info.gen == GEN3)); in isCyGen2x()
/freebsd-14-stable/sys/security/mac_veriexec/
HDveriexec_metadata.c105 unsigned long gen, int *found_dev) in get_veriexec_file() argument
117 " files=%d\n", (uintmax_t)fileid, gen, (uintmax_t)fsid, in get_veriexec_file()
140 if (ip->gen == gen) in get_veriexec_file()
174 "%02x %02x %02x...]\n", ip->fileid, ip->flags, ip->gen, in mac_veriexec_print_db_dev_list()
233 mac_veriexec_metadata_has_file(dev_t fsid, long fileid, unsigned long gen) in mac_veriexec_metadata_has_file() argument
236 return (mac_veriexec_metadata_get_file_info(fsid, fileid, gen, NULL, in mac_veriexec_metadata_has_file()
440 mac_veriexec_metadata_get_file_flags(dev_t fsid, long fileid, unsigned long gen, in mac_veriexec_metadata_get_file_flags() argument
446 error = mac_veriexec_metadata_get_file_info(fsid, fileid, gen, NULL, in mac_veriexec_metadata_get_file_flags()
601 unsigned long gen, int check_files) in mac_veriexec_metadata_get_file_label() argument
606 error = mac_veriexec_metadata_get_file_info(fsid, fileid, gen, NULL, in mac_veriexec_metadata_get_file_label()
[all …]
/freebsd-14-stable/lib/libc/sys/
HD__vdso_gettimeofday.c63 uint32_t curr, gen; in binuptime() local
74 gen = atomic_load_acq_32(&th->th_gen); in binuptime()
102 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen); in binuptime()
110 uint32_t curr, gen; in getnanouptime() local
118 gen = atomic_load_acq_32(&th->th_gen); in getnanouptime()
126 } while (curr != tk->tk_current || gen == 0 || gen != th->th_gen); in getnanouptime()
/freebsd-14-stable/crypto/openssl/crypto/ct/
HDct_prn.c31 ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new(); in timestamp_print() local
34 if (gen == NULL) in timestamp_print()
36 ASN1_GENERALIZEDTIME_adj(gen, (time_t)0, in timestamp_print()
44 ASN1_STRING_get0_data(gen), (unsigned int)(timestamp % 1000)); in timestamp_print()
45 if (ASN1_GENERALIZEDTIME_set_string(gen, genstr)) in timestamp_print()
46 ASN1_GENERALIZEDTIME_print(out, gen); in timestamp_print()
47 ASN1_GENERALIZEDTIME_free(gen); in timestamp_print()
/freebsd-14-stable/contrib/libevent/test/
HDinclude.am11 test/regress.gen.c \
12 test/regress.gen.h \
81 DISTCLEANFILES += test/regress.gen.c test/regress.gen.h
84 BUILT_SOURCES += test/regress.gen.c test/regress.gen.h
108 test/regress.gen.c \
109 test/regress.gen.h \
162 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
170 echo " "> test/regress.gen.c; \
171 echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
HDrpcgen_wrapper.sh32 test/regress.gen.h test/regress.gen.c
39 test -r ${srcdir}/regress.gen.c -a -r ${srcdir}/regress.gen.h && \
/freebsd-14-stable/contrib/ntp/sntp/libevent/test/
HDinclude.am11 test/regress.gen.c \
12 test/regress.gen.h \
81 DISTCLEANFILES += test/regress.gen.c test/regress.gen.h
84 BUILT_SOURCES += test/regress.gen.c test/regress.gen.h
108 test/regress.gen.c \
109 test/regress.gen.h \
162 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted
170 echo " "> test/regress.gen.c; \
171 echo "#define NO_PYTHON_EXISTS" > test/regress.gen.h; \
HDrpcgen_wrapper.sh32 test/regress.gen.h test/regress.gen.c
39 test -r ${srcdir}/regress.gen.c -a -r ${srcdir}/regress.gen.h && \
/freebsd-14-stable/tools/tools/netmap/
HDMakefile5 PROGS = pkt-gen nmreplay bridge lb
25 pkt-gen: pkt-gen.o
26 $(CC) $(CFLAGS) -o pkt-gen pkt-gen.o $(LDFLAGS)
/freebsd-14-stable/contrib/bmake/unit-tests/
HDvar-scope-local.mk29 .SUFFIXES: .ir-gen-from .ir-from .ir-to
35 all: target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from
36 target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from:
49 .ir-gen-from.ir-from:
63 inference-rule-chain.ir-gen-from: .PHONY
64 dir/subdir/inference-rule-chain.ir-gen-from: .PHONY
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDseqlock.h109 #define __read_seqcount_retry(seqcount, gen) \ argument
110 (!seqc_consistent_no_fence(&(seqcount)->seqc, gen))
111 #define read_seqcount_retry(seqcount, gen) \ argument
112 (!seqc_consistent(&(seqcount)->seqc, gen))
181 #define read_seqretry(seqlock, gen) \ argument
182 read_seqcount_retry(&(seqlock)->seql_count, gen)
/freebsd-14-stable/usr.bin/gh-bc/
HDMakefile19 .PATH: ${BCDIR}/src ${BCDIR}/gen ${BCDIR}/manuals ${.OBJDIR}
114 cd ${BCDIR} && sh gen/strgen.sh gen/lib.bc ${.OBJDIR}/lib.c 0 bc_lib bc_lib_name "" 1
117 cd ${BCDIR} && sh gen/strgen.sh gen/lib2.bc ${.OBJDIR}/lib2.c 0 bc_lib2 bc_lib2_name "" 1
120 cd ${BCDIR} && sh gen/strgen.sh gen/bc_help.txt ${.OBJDIR}/bc_help.c 0 bc_help "" 1 0
123 cd ${BCDIR} && sh gen/strgen.sh gen/dc_help.txt ${.OBJDIR}/dc_help.c 0 dc_help "" 1 0
/freebsd-14-stable/contrib/netbsd-tests/fs/common/
HDh_fsmacros.h218 #define ATF_TC_FSAPPLY_RO(func,desc,gen) \ argument
219 ATF_TC_FSADD_RO(ext2fs,MOUNT_EXT2FS,func,desc,gen) \
220 ATF_TC_FSADD_RO(ffs,MOUNT_FFS,func,desc,gen) \
221 ATF_TC_FSADD_RO(ffslog,MOUNT_FFS,func,desc,gen) \
222 ATF_TC_FSADD_RO(msdosfs,MOUNT_MSDOS,func,desc,gen) \
223 ATF_TC_FSADD_RO(nfs,MOUNT_NFS,func,desc,gen) \
224 ATF_TC_FSADD_RO(nfsro,MOUNT_NFS,func,desc,gen) \
225 ATF_TC_FSADD_RO(sysvbfs,MOUNT_SYSVBFS,func,desc,gen) \
226 ATF_TC_FSADD_RO(udf,MOUNT_UDF,func,desc,gen) \
227 ATF_TC_FSADD_RO(v7fs,MOUNT_V7FS,func,desc,gen)
/freebsd-14-stable/usr.sbin/dconschat/
HDdconschat.c404 o->gen = ntohl(dbuf.optr[j]) >> DCONS_GEN_SHIFT; in dconschat_fetch_header()
411 i->gen = ntohl(dbuf.iptr[j]) >> DCONS_GEN_SHIFT; in dconschat_fetch_header()
419 o->size, ntohl(dbuf.ooffset[j]), o->gen, o->pos, in dconschat_fetch_header()
420 i->size, ntohl(dbuf.ioffset[j]), i->gen, i->pos); in dconschat_fetch_header()
425 if (o->gen > 0) in dconschat_fetch_header()
426 o->gen --; in dconschat_fetch_header()
473 u_int32_t ptr, pos, gen, next_gen; in dconschat_read_dcons() local
479 gen = ptr >> DCONS_GEN_SHIFT; in dconschat_read_dcons()
481 if (gen == ch->gen && pos == ch->pos) in dconschat_read_dcons()
484 next_gen = DCONS_NEXT_GEN(ch->gen); in dconschat_read_dcons()
[all …]
/freebsd-14-stable/sys/contrib/alpine-hal/
HDal_hal_udma_iofic.c125 rc = al_udma_main_iofic_config(&regs->gen.interrupt_regs.main_iofic, mode); in al_udma_iofic_config()
129 …al_iofic_unmask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_A, ~m2s_errors_disabl… in al_udma_iofic_config()
130 …al_iofic_abort_mask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_A, m2s_aborts_dis… in al_udma_iofic_config()
132 …al_iofic_unmask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_B, ~s2m_errors_disabl… in al_udma_iofic_config()
133 …al_iofic_abort_mask(&regs->gen.interrupt_regs.secondary_iofic_ctrl, AL_INT_GROUP_B, s2m_aborts_dis… in al_udma_iofic_config()
/freebsd-14-stable/sys/kern/
HDkern_tc.c244 u_int delta, gen, large_delta; in bintime_off() local
248 gen = atomic_load_acq_int(&th->th_generation); in bintime_off()
255 } while (gen == 0 || gen != th->th_generation); in bintime_off()
271 u_int gen; in getthmember() local
275 gen = atomic_load_acq_int(&th->th_generation); in getthmember()
278 } while (gen == 0 || gen != th->th_generation); in getthmember()
522 volatile uint8_t gen; member
639 ogen = ffth->gen; in ffclock_windup()
640 ffth->gen = 0; in ffclock_windup()
760 ffth->gen = ogen; in ffclock_windup()
[all …]
/freebsd-14-stable/contrib/bmake/mk/
HDautoconf.mk16 .NOPATH: config.h config.gen config.recheck config.status
34 config.status: config.gen
39 config.recheck: .NOTMAIN ${CONFIGURE_DEPS} config.gen
43 config.gen: .NOTMAIN ${CONFIGURE_DEPS}
47 CLEANFILES+= config.recheck config.gen config.status *.meta \

12345678910>>...16