Home
last modified time | relevance | path

Searched refs:helpers (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/kyua/integration/helpers/
H A DMakefile.am.inc30 tests_integration_helpersdir = $(pkgtestsdir)/integration/helpers
32 tests_integration_helpers_PROGRAMS = integration/helpers/bad_test_program
34 integration/helpers/bad_test_program.cpp
36 tests_integration_helpers_PROGRAMS += integration/helpers/bogus_test_cases
38 integration/helpers/bogus_test_cases.cpp
42 tests_integration_helpers_PROGRAMS += integration/helpers/config
43 integration_helpers_config_SOURCES = integration/helpers/config.cpp
47 tests_integration_helpers_PROGRAMS += integration/helpers/dump_env
48 integration_helpers_dump_env_SOURCES = integration/helpers/dump_env.cpp
52 tests_integration_helpers_PROGRAMS += integration/helpers/expect_all_pass
[all …]
/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c72 static struct helper **helpers; variable
81 if (helpers[i] == NULL || helpers[i]->path == NULL || in helper_by_provider()
82 helpers[i]->fd == -1) in helper_by_provider()
84 if (strcmp(helpers[i]->path, path) == 0) in helper_by_provider()
85 return helpers[i]; in helper_by_provider()
99 if (helpers[i] != NULL && helpers[i]->rsa_meth == meth) in helper_by_rsa()
100 return helpers[i]; in helper_by_rsa()
116 if (helpers[i] != NULL && helpers[i]->ec_meth == meth) in helper_by_ec()
117 return helpers[i]; in helper_by_ec()
137 if (helpers[i] == helper) { in helper_free()
[all …]
/freebsd/sys/kern/
H A Dkern_khelp.c56 static TAILQ_HEAD(helper_head, helper) helpers = TAILQ_HEAD_INITIALIZER(helpers);
101 TAILQ_FOREACH(tmph, &helpers, h_next) { in khelp_register_helper()
110 TAILQ_INSERT_TAIL(&helpers, h, h_next); in khelp_register_helper()
128 TAILQ_FOREACH(tmph, &helpers, h_next) { in khelp_deregister_helper()
130 TAILQ_REMOVE(&helpers, h, h_next); in khelp_deregister_helper()
159 TAILQ_FOREACH(h, &helpers, h_next) { in khelp_init_osd()
174 TAILQ_FOREACH(h, &helpers, h_next) { in khelp_init_osd()
201 TAILQ_FOREACH(h, &helpers, h_next) in khelp_destroy_osd()
244 TAILQ_FOREACH(h, &helpers, h_next) { in khelp_get_id()
294 TAILQ_FOREACH(h, &helpers, h_next) { in khelp_new_hhook_registered()
/freebsd/crypto/openssl/test/
H A Dbuild.info149 SOURCE[fatalerrtest]=fatalerrtest.c helpers/ssltestlib.c
153 SOURCE[tls13ccstest]=tls13ccstest.c helpers/ssltestlib.c
296 SOURCE[pkcs12_format_test]=pkcs12_format_test.c helpers/pkcs12.c
344 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c helpers/ssl_test_ctx.c
348 SOURCE[ssl_test]=ssl_test.c helpers/ssl_test_ctx.c helpers/handshake.c
350 SOURCE[ssl_test]=helpers/handshake_srp.c
359 INCLUDE[helpers/ssl_test_ctx.o]=../include
360 INCLUDE[helpers/handshake.o]=.. ../include
361 INCLUDE[helpers/pkcs12.o]=.. ../include
362 INCLUDE[helpers/ssltestlib.o]=.. ../include
[all …]
/freebsd/contrib/kyua/bootstrap/
H A Dplain_helpers.cpp97 static const helper helpers[] = { variable
132 const struct helper* iter = helpers; in main()
/freebsd/contrib/kyua/engine/
H A Datf_test.cpp211 const fs::path helpers = fs::path(get_config_var("srcdir")) / "atf_helpers"; in ATF_TEST_CASE_BODY() local
212 ATF_REQUIRE(::symlink(helpers.c_str(), "atf_helpers") != -1); in ATF_TEST_CASE_BODY()
228 const fs::path helpers = fs::path(get_config_var("srcdir")) / "atf_helpers"; in ATF_TEST_CASE_BODY() local
231 ATF_REQUIRE(::symlink(helpers.c_str(), "dir1/dir2/atf_helpers") != -1); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/utils/process/
H A D.gitignore1 helpers
H A DMakefile.am.inc101 tests_utils_process_PROGRAMS += utils/process/helpers
102 utils_process_helpers_SOURCES = utils/process/helpers.cpp
H A Dchild_test.cpp708 const fs::path helpers = get_helpers(this); in ATF_TEST_CASE_BODY() local
709 utils::setenv("PATH", helpers.branch_path().c_str()); in ATF_TEST_CASE_BODY()
711 fs::path(helpers.leaf_name()), args); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/openzfs/config/
H A Duser-dracut.m45 [install dracut helpers @<:@default=check@:>@]),
H A Duser-udev.m45 [install udev helpers @<:@default=check@:>@]),
H A Dkernel-generic_io_acct.m4105 dnl # Added bio_start_io_acct() and bio_end_io_acct() helpers.
/freebsd/contrib/kyua/drivers/
H A Dlist_tests_test.cpp76 helpers(const atf::tests::tc* test_case) in helpers() function
128 ATF_REQUIRE(::symlink(helpers(tc).c_str(), in create_helpers()
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dnot-installed2 usr/share/zfs/zfs-helpers.sh
/freebsd/contrib/kyua/integration/
H A Dutils.sh99 ln -s "$(atf_get_srcdir)"/helpers/"${name}" "${destination}"
H A DMakefile.am.inc150 include integration/helpers/Makefile.am.inc
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh29 PROG=zfs-helpers.sh
H A DMakefile.am15 %D%/zfs-helpers.sh \
/freebsd/contrib/libder/
H A DREADME.md19 specified objects. It may provide some helpers for building more primitive
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Darm-pl330.txt44 as required by the generic dma device tree binding helpers. The dma
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_keymgmt_newdata.pod36 All these functions are helpers to call the provider's corresponding
/freebsd/contrib/openresolv/
H A DREADME.md56 openresolv ships with helpers for:
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLExtensions.def56 // Declaration helpers
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr126 \ ** SEARCH+EXT words and ficl helpers
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2693 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit() local
2720 if (helpers) flags |= BLOCK_BYREF_HAS_COPY_DISPOSE; in emitByrefStructureInit()
2767 if (helpers) { in emitByrefStructureInit()
2768 storeHeaderField(helpers->CopyHelper, getPointerSize(), in emitByrefStructureInit()
2770 storeHeaderField(helpers->DisposeHelper, getPointerSize(), in emitByrefStructureInit()

123