| /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 | 56 static struct helper **helpers; variable 65 if (helpers[i] == NULL || helpers[i]->path == NULL || in helper_by_provider() 66 helpers[i]->fd == -1) in helper_by_provider() 68 if (strcmp(helpers[i]->path, path) == 0) in helper_by_provider() 69 return helpers[i]; in helper_by_provider() 87 if (helpers[i] == NULL) in helper_by_key() 89 for (j = 0; j < helpers[i]->nkeyblobs; j++) { in helper_by_key() 91 helpers[i]->keyblobs[j]) == 0) { in helper_by_key() 93 return helpers[i]; in helper_by_key() 139 if (helpers[i] == helper) { in helper_terminate() [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 | 180 SOURCE[fatalerrtest]=fatalerrtest.c helpers/ssltestlib.c 184 SOURCE[tls13ccstest]=tls13ccstest.c helpers/ssltestlib.c 190 SOURCE[tls13groupselection_test]=tls13groupselection_test.c helpers/ssltestlib.c 405 $QUICTESTHELPERS=helpers/quictestlib.c helpers/noisydgrambio.c helpers/pktsplitbio.c 407 SOURCE[quic_multistream_test]=quic_multistream_test.c helpers/ssltestlib.c $QUICTESTHELPERS 412 SOURCE[quic_radix_test]=helpers/ssltestlib.c $QUICTESTHELPERS 439 SOURCE[pkcs12_format_test]=pkcs12_format_test.c helpers/pkcs12.c 443 SOURCE[pkcs12_api_test]=pkcs12_api_test.c helpers/pkcs12.c 499 SOURCE[ssl_test_ctx_test]=ssl_test_ctx_test.c helpers/ssl_test_ctx.c 503 SOURCE[ssl_test]=ssl_test.c helpers/ssl_test_ctx.c helpers/handshake.c [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/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/config/ |
| H A D | user-dracut.m4 | 6 [install dracut helpers @<:@default=check@:>@]),
|
| H A D | user-udev.m4 | 6 [install udev helpers @<:@default=check@:>@]),
|
| H A D | kernel-generic_io_acct.m4 | 106 dnl # Added bio_start_io_acct() and bio_end_io_acct() 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 | 16 %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 | 2785 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit() local 2812 if (helpers) flags |= BLOCK_BYREF_HAS_COPY_DISPOSE; in emitByrefStructureInit() 2859 if (helpers) { in emitByrefStructureInit() 2860 storeHeaderField(helpers->CopyHelper, getPointerSize(), "byref.copyHelper", in emitByrefStructureInit() 2862 storeHeaderField(helpers->DisposeHelper, getPointerSize(), in emitByrefStructureInit()
|