/freebsd/contrib/kyua/integration/helpers/ |
H A D | Makefile.am.inc | 30 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 D | ssh-pkcs11-client.c | 72 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 D | kern_khelp.c | 56 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 D | build.info | 149 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 D | plain_helpers.cpp | 97 static const helper helpers[] = { variable 132 const struct helper* iter = helpers; in main()
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_test.cpp | 211 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 | .gitignore | 1 helpers
|
H A D | Makefile.am.inc | 101 tests_utils_process_PROGRAMS += utils/process/helpers 102 utils_process_helpers_SOURCES = utils/process/helpers.cpp
|
H A D | child_test.cpp | 708 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 D | user-dracut.m4 | 5 [install dracut helpers @<:@default=check@:>@]),
|
H A D | user-udev.m4 | 5 [install udev helpers @<:@default=check@:>@]),
|
H A D | kernel-generic_io_acct.m4 | 105 dnl # Added bio_start_io_acct() and bio_end_io_acct() helpers.
|
/freebsd/contrib/kyua/drivers/ |
H A D | list_tests_test.cpp | 76 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 D | not-installed | 2 usr/share/zfs/zfs-helpers.sh
|
/freebsd/contrib/kyua/integration/ |
H A D | utils.sh | 99 ln -s "$(atf_get_srcdir)"/helpers/"${name}" "${destination}"
|
H A D | Makefile.am.inc | 150 include integration/helpers/Makefile.am.inc
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-helpers.sh | 29 PROG=zfs-helpers.sh
|
H A D | Makefile.am | 15 %D%/zfs-helpers.sh \
|
/freebsd/contrib/libder/ |
H A D | README.md | 19 specified objects. It may provide some helpers for building more primitive
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | arm-pl330.txt | 44 as required by the generic dma device tree binding helpers. The dma
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | evp_keymgmt_newdata.pod | 36 All these functions are helpers to call the provider's corresponding
|
/freebsd/contrib/openresolv/ |
H A D | README.md | 56 openresolv ships with helpers for:
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenCLExtensions.def | 56 // Declaration helpers
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.fr | 126 \ ** SEARCH+EXT words and ficl helpers
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 2693 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()
|