Searched refs:gen (Results 1 - 25 of 416) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sendmail/src/
H A Dversion.c14 #include <sm/gen.h>
/freebsd-current/lib/libc/x86/gen/
H A DMakefile.inc2 .PATH: ${LIBC_SRCTOP}/x86/gen
/freebsd-current/sys/dev/qat/qat_api/common/include/
H A Dsal_hw_gen.h25 * @description This function returns whether qat device is gen 4 or not
34 return (pService->generic_service_info.gen == GEN4);
41 * @description This function returns whether qat device is gen 2/3 or not
50 return ((pService->generic_service_info.gen == GEN2) ||
51 (pService->generic_service_info.gen == GEN3));
58 * @description This function returns whether qat device is gen 4 or not
67 return (pService->generic_service_info.gen == GEN4);
74 * @description This function returns whether qat device is gen 2/3 or not
83 return ((pService->generic_service_info.gen == GEN2) ||
84 (pService->generic_service_info.gen
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Drpcgen_wrapper.sh4 # regress.gen.c and regress.gen.h already exist in $srcdir. This
6 # as with read-only sources fresh from tarball, regress.gen.[ch] will
8 # Makefile.am to create stub regress.gen.c and regress.gen.h in the
11 # Note that regress.gen.[ch] are not in fresh git clones, making
15 # echo "Updated ${srcdir}/regress.gen.c and ${srcdir}/regress.gen.h"
20 echo "event_rpcgen.py failed, ${srcdir}/regress.gen.\[ch\] will be reused." >&2
25 echo "Could not generate regress.gen
[all...]
/freebsd-current/contrib/libevent/test/
H A Drpcgen_wrapper.sh4 # regress.gen.c and regress.gen.h already exist in $srcdir. This
6 # as with read-only sources fresh from tarball, regress.gen.[ch] will
8 # Makefile.am to create stub regress.gen.c and regress.gen.h in the
11 # Note that regress.gen.[ch] are not in fresh git clones, making
15 # echo "Updated ${srcdir}/regress.gen.c and ${srcdir}/regress.gen.h"
20 echo "event_rpcgen.py failed, ${srcdir}/regress.gen.\[ch\] will be reused." >&2
25 echo "Could not generate regress.gen
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_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; local
60 gen = sk_GENERAL_NAME_value(gens, i);
66 tmpret = i2v_GENERAL_NAME(method, gen, ret);
80 GENERAL_NAME *gen,
86 switch (gen->type) {
88 switch (OBJ_obj2nid(gen->d.otherName->type_id)) {
90 if (gen->d.otherName->value->type != V_ASN1_UTF8STRING
92 gen
207 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) argument
322 GENERAL_NAME *gen = v2i_GENERAL_NAME(method, ctx, cnf); local
340 GENERAL_NAME *gen; local
405 GENERAL_NAME *gen; local
426 GENERAL_NAME *gen = NULL; local
477 GENERAL_NAME *gen; local
514 GENERAL_NAME *gen = NULL; local
641 do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) argument
673 do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) argument
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_filegen.c92 * open a file generation according to the current settings of gen
98 FILEGEN * gen,
113 len = strlen(gen->dir) + strlen(gen->fname) + 65;
117 snprintf(filename, len, "%s%s", gen->dir, gen->fname);
127 switch (gen->type) {
133 gen->type, filename);
134 gen->type = FILEGEN_NONE;
142 gen
97 filegen_open( FILEGEN * gen, u_int32 stamp, const time_t * pivot ) argument
348 filegen_setup( FILEGEN * gen, u_int32 now ) argument
404 filegen_config( FILEGEN * gen, const char * dir, const char * fname, u_int type, u_int flag ) argument
[all...]
/freebsd-current/contrib/sendmail/include/sm/
H A Dcf.h15 #include <sm/gen.h>
H A Dpath.h20 # include <sm/gen.h>
/freebsd-current/sys/dev/dcons/
H A Ddcons.c51 u_int32_t ptr, pos, gen, next_gen; local
57 gen = ptr >> DCONS_GEN_SHIFT;
59 if (gen == ch->gen && pos == ch->pos)
62 next_gen = DCONS_NEXT_GEN(ch->gen);
64 if ((gen != ch->gen && gen != next_gen)
65 || (gen == ch->gen
80 u_int32_t ptr, pos, gen, next_gen; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dgetversion.c39 int gen = 0; local
40 if (ioctl(fd, FS_IOC_GETVERSION, &gen) == -1)
45 (void) printf("%d\n", gen);
/freebsd-current/contrib/sendmail/libsm/
H A Dxtrap.c10 #include <sm/gen.h>
H A Dvprintf.c15 #include <sm/gen.h>
H A Dget.c15 #include <sm/gen.h>
H A Dfeof.c15 #include <sm/gen.h>
H A Dferror.c15 #include <sm/gen.h>
H A Dclrerr.c15 #include <sm/gen.h>
H A Dilenx.c11 #include <sm/gen.h>
H A Dxleni.c11 #include <sm/gen.h>
/freebsd-current/usr.sbin/pwd_mkdb/
H A DMakefile2 .PATH: ${SRCTOP}/lib/libc/gen # for pw_scan.c
9 CFLAGS+= -I${SRCTOP}/lib/libc/gen # for pw_scan.h
/freebsd-current/crypto/heimdal/lib/wind/
H A DMakefile.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.py
105 $(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions-3.2.0.txt $(builddir)
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
[all...]
/freebsd-current/tools/tools/netmap/
H A DMakefile5 PROGS = pkt-gen nmreplay bridge lb
25 pkt-gen: pkt-gen.o
26 $(CC) $(CFLAGS) -o pkt-gen pkt-gen.o $(LDFLAGS)
/freebsd-current/lib/libc/powerpc/gen/
H A DMakefile.common2 .PATH: ${LIBC_SRCTOP}/powerpc/gen
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc138 const ParamGenerator<int> gen = Range(0, 10); local
139 ParamGenerator<int>::iterator it = gen.begin();
173 const ParamGenerator<int> gen = Range(0, 3); local
175 VerifyGenerator(gen, expected_values);
181 const ParamGenerator<int> gen = Range(0, 1); local
183 VerifyGenerator(gen, expected_values);
189 const ParamGenerator<int> gen = Range(0, 0); local
190 VerifyGeneratorIsEmpty(gen);
196 const ParamGenerator<int> gen = Range(0, 9, 3); local
198 VerifyGenerator(gen, expected_value
206 const ParamGenerator<int> gen = Range(0, 4, 3); local
235 const ParamGenerator<DogAdder> gen = local
269 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); local
285 const ParamGenerator<int> gen = ValuesIn(array); local
293 const ParamGenerator<int> gen = ValuesIn(array); local
301 const ParamGenerator<int> gen = ValuesIn(array); local
313 const ParamGenerator<int> gen = ValuesIn(values); local
326 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
338 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
349 const ParamGenerator<int> gen = ValuesIn(values.begin(), values.end()); local
356 const ParamGenerator<int> gen = Values(3, 5, 8); local
365 const ParamGenerator<double> gen = Values(3, 5.0f, 8.0); local
372 const ParamGenerator<int> gen = local
389 const ParamGenerator<int> gen = Values(42); local
397 const ParamGenerator<bool> gen = Bool(); local
407 const ParamGenerator<std::tuple<const char*, int>> gen = local
418 const ParamGenerator<std::tuple<int, int, int>> gen = local
432 const ParamGenerator<std::tuple<int, int>> gen = local
444 const ParamGenerator<std::tuple<int, int>> gen = local
455 const ParamGenerator<std::tuple<int, int>> gen = local
463 const ParamGenerator<std::tuple<int, int>> gen = local
475 gen = local
502 const ParamGenerator<std::tuple<int, NonDefaultConstructAssignString>> gen = local
547 const ParamGenerator<ConstructFromT<std::tuple<const char*, int>>> gen = local
559 gen = ConvertGenerator<std::tuple<int, NonDefaultConstructAssignString>>( local
589 ParamGenerator<int> gen = Values(1, 2); local
[all...]
/freebsd-current/contrib/sendmail/libmilter/
H A Dhandler.c11 #include <sm/gen.h>

Completed in 197 milliseconds

1234567891011>>