| /freebsd/sys/sys/ |
| H A D | module_khelp.h | 48 struct helper { struct 60 TAILQ_ENTRY(helper) h_next; argument 65 struct helper *helper; member
|
| /freebsd/sys/dev/mmc/ |
| H A D | mmc_fdt_helpers.c | 48 mmc_fdt_parse(device_t dev, phandle_t node, struct mmc_helper *helper, in mmc_fdt_parse() 112 struct mmc_helper *helper = arg; in cd_intr() local 121 struct mmc_helper *helper = arg; in cd_card_task() local 140 cd_setup(struct mmc_helper *helper, phandle_t node) in cd_setup() 253 wp_setup(struct mmc_helper *helper, phandle_t node) in wp_setup() 275 mmc_fdt_gpio_setup(device_t dev, phandle_t node, struct mmc_helper *helper, in mmc_fdt_gpio_setup() 300 mmc_fdt_gpio_teardown(struct mmc_helper *helper) in mmc_fdt_gpio_teardown() 319 mmc_fdt_gpio_get_present(struct mmc_helper *helper) in mmc_fdt_gpio_get_present() 334 mmc_fdt_gpio_get_readonly(struct mmc_helper *helper) in mmc_fdt_gpio_get_readonly() 350 mmc_fdt_set_power(struct mmc_helper *helper, enum mmc_power_mode power_mode) in mmc_fdt_set_power()
|
| H A D | mmc_helpers.c | 87 mmc_parse(device_t dev, struct mmc_helper *helper, struct mmc_host *host) in mmc_parse()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-pkcs11-client.c | 49 struct helper { struct 56 static struct helper **helpers; argument 103 helper_add_key(struct helper *helper, struct sshkey *key) in helper_add_key() 119 helper_terminate(struct helper *helper) in helper_terminate() 234 struct helper *helper; in pkcs11_sign() local 292 struct helper *helper = NULL; in pkcs11_make_cert() local 333 struct helper *helper; in pkcs11_start_helper() local 391 struct helper *helper; in pkcs11_add_provider() local 447 struct helper *helper; in pkcs11_del_provider() local 462 struct helper *helper; in pkcs11_key_free() local
|
| H A D | ssh-sk-client.c | 52 char execbuf[100], *helper, *verbosity = NULL; in start_helper() local
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_txp_test.c | 43 struct helper { struct 44 OSSL_QUIC_TX_PACKETISER *txp; 45 OSSL_QUIC_TX_PACKETISER_ARGS args; 46 OSSL_QTX_ARGS qtx_args; 47 BIO *bio1, *bio2; 48 QUIC_TXFC conn_txfc; 49 QUIC_RXFC conn_rxfc, stream_rxfc; 50 QUIC_RXFC max_streams_bidi_rxfc, max_streams_uni_rxfc; 51 OSSL_STATM statm; 52 OSSL_CC_DATA *cc_data; [all …]
|
| H A D | quic_multistream_test.c | 61 struct helper { struct 62 int s_fd; 63 BIO *s_net_bio, *s_net_bio_own, *s_qtf_wbio, *s_qtf_wbio_own; 65 BIO_ADDR *s_net_bio_orig_addr; 67 BIO_ADDR *s_net_bio_addr; 73 QUIC_TSERVER *s, *s_priv; 76 int c_fd; 77 BIO *c_net_bio, *c_net_bio_own; 78 SSL_CTX *c_ctx; 79 SSL *c_conn; [all …]
|
| H A D | json_test.c | 16 struct helper { struct 23 static int helper_ensure(struct helper *h) in helper_ensure() argument
|
| H A D | quic_ackm_test.c | 48 struct helper { struct 57 static void helper_destroy(struct helper *h) in helper_destroy() argument
|
| /freebsd/contrib/kyua/bootstrap/ |
| H A D | plain_helpers.cpp | 87 struct helper { struct 89 const char* name; 92 int (*hook)(int, char**);
|
| /freebsd/contrib/libcbor/src/cbor/internal/ |
| H A D | loaders.c | 77 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)}; in _cbor_load_float() local 84 union _cbor_double_helper helper = {.as_uint = _cbor_load_uint64(source)}; in _cbor_load_double() local
|
| /freebsd/contrib/kyua/utils/ |
| H A D | stacktrace_test.cpp | 162 const fs::path helper = fs::path(test_case->get_config_var("srcdir")) / in generate_core() local 196 const fs::path helper = fs::path(test_case->get_config_var("srcdir")) / in generate_core() local 242 const fs::path helper = fs::path(get_config_var("srcdir")) / in ATF_TEST_CASE_BODY() local 266 const fs::path helper = fs::path(get_config_var("srcdir")) / in ATF_TEST_CASE_BODY() local
|
| /freebsd/contrib/llvm-project/lldb/source/Initialization/ |
| H A D | SystemInitializerCommon.cpp | 38 SystemInitializerCommon(HostInfo::SharedLibraryDirectoryHelper * helper) SystemInitializerCommon() argument
|
| /freebsd/tests/atf_python/sys/netlink/ |
| H A D | message.py | 36 def __init__(self, helper, nlmsg_type): argument 124 def from_bytes(cls, helper, data): argument 157 def from_bytes(cls, helper, data): argument
|
| /freebsd/contrib/llvm-project/lldb/source/Host/aix/ |
| H A D | HostInfoAIX.cpp | 15 void HostInfoAIX::Initialize(SharedLibraryDirectoryHelper *helper) { in Initialize()
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | test_helpers.cpp | 89 const char* helper = "detail/process_helpers"; in get_process_helpers_path() local
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | system_error.cpp | 258 constinit static AvoidDestroyingGenericCategory helper; in generic_category() local 326 constinit static AvoidDestroyingSystemCategory helper; in system_category() local
|
| H A D | future.cpp | 52 constinit static AvoidDestroyingFutureCategory helper; in future_category() local
|
| /freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
| H A D | t_spawnattr.c | 115 char helper[FILENAME_MAX]; in ATF_TC_BODY() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 386 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkX64 470 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkX86 524 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkARM 570 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkARM64 1041 auto helper = cast_or_null<Defined>(symtab.delayLoadHelper); in newTailMergeChunk() local
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | net_backend_slirp.c | 73 pid_t helper; member
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 47 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
|
| /freebsd/sys/dev/malo/ |
| H A D | if_malohal.c | 366 malo_hal_fwload_helper(struct malo_hal *mh, char *helper) in malo_hal_fwload_helper() 475 malo_hal_fwload(struct malo_hal *mh, char *helper, char *firmware) in malo_hal_fwload()
|
| /freebsd/sys/arm/nvidia/drm2/ |
| H A D | tegra_fb.c | 115 tegra_fb_probe(struct drm_fb_helper *helper, in tegra_fb_probe()
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_fb_helper.c | 354 struct drm_fb_helper *helper; in drm_fb_helper_force_kernel_mode() local 487 static void drm_fb_helper_crtc_free(struct drm_fb_helper *helper) in drm_fb_helper_crtc_free()
|