/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() 242 wp_setup(struct mmc_helper *helper, phandle_t node) in wp_setup() 264 mmc_fdt_gpio_setup(device_t dev, phandle_t node, struct mmc_helper *helper, in mmc_fdt_gpio_setup() 289 mmc_fdt_gpio_teardown(struct mmc_helper *helper) in mmc_fdt_gpio_teardown() 308 mmc_fdt_gpio_get_present(struct mmc_helper *helper) in mmc_fdt_gpio_get_present() 323 mmc_fdt_gpio_get_readonly(struct mmc_helper *helper) in mmc_fdt_gpio_get_readonly() 339 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 | 62 struct helper { struct 72 static struct helper **helpers; argument 125 helper_free(struct helper *helper) in helper_free() 159 helper_terminate(struct helper *helper) in helper_terminate() 260 struct helper *helper; in rsa_encrypt() local 308 struct helper *helper; in rsa_finish() local 337 struct helper *helper; in ecdsa_do_sign() local 390 struct helper *helper; in ecdsa_do_finish() local 409 wrap_key(struct helper *helper, struct sshkey *k) in wrap_key() 437 struct helper *helper = NULL; in pkcs11_make_cert() local [all …]
|
H A D | ssh-sk-client.c | 52 char *helper, *verbosity = NULL; in start_helper() local
|
/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 | 73 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)}; in _cbor_load_float() local 78 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
|
H A D | netlink_route.py | 698 def __init__(self, helper, nlm_type): argument 738 def __init__(self, helper, nlm_type): argument 770 def __init__(self, helper, nlm_type): argument 802 def __init__(self, helper, nlm_type): argument
|
H A D | netlink_generic.py | 32 def __init__(self, helper, family_id, cmd=0): argument
|
/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/netbsd-tests/lib/libc/gen/posix_spawn/ |
H A D | t_spawnattr.c | 115 char helper[FILENAME_MAX]; in ATF_TC_BODY() local
|
H A D | t_fileactions.c | 307 char helper[FILENAME_MAX]; in ATF_TC_BODY() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DLL.h | 59 Defined *helper; variable
|
H A D | DLL.cpp | 347 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkX64 429 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkX86 483 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkARM 526 Defined *helper = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergeChunkARM64
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 49 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()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 73 ContainerHelper helper; in TEST() local 1177 ContainerHelper helper; in TEST() local 1463 ContainerHelper helper; in TEST() local 1636 ContainerHelper helper; in TEST() local 1764 ContainerHelper helper; in TEST() local 1805 ContainerHelper helper; in TEST() local 1914 ContainerHelper helper; in TEST() local 1968 ContainerHelper helper; in TEST_F() local 2230 ContainerHelper helper; in TEST() local 2377 ContainerHelper helper; in TEST() local [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 76 void HostInfoBase::Initialize(SharedLibraryDirectoryHelper *helper) { in Initialize()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 50 constinit static AvoidDestroyingIostreamCategory helper; in iostream_category() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 1752 ExecutionContext &exe_ctx, Helper helper, std::string code, in GetClassInfoUtilityFunctionImpl() 1817 ExecutionContext &exe_ctx, Helper helper) { in GetClassInfoUtilityFunction() 1848 AppleObjCRuntimeV2::DynamicClassInfoExtractor::GetClassInfoArgs(Helper helper) { in GetClassInfoArgs() 2023 const DynamicClassInfoExtractor::Helper helper = ComputeHelper(exe_ctx); in UpdateISAToDescriptorMap() local
|