/openbsd-src/usr.bin/ssh/ |
H A D | ssh-pkcs11-client.c | 49 struct helper { struct 59 static struct helper **helpers; argument 110 helper_free(struct helper *helper) in helper_free() argument 142 helper_terminate(struct helper * helper) helper_terminate() argument 243 struct helper *helper; rsa_encrypt() local 291 struct helper *helper; rsa_finish() local 319 struct helper *helper; ecdsa_do_sign() local 372 struct helper *helper; ecdsa_do_finish() local 390 wrap_key(struct helper * helper,struct sshkey * k) wrap_key() argument 416 struct helper *helper = NULL; pkcs11_make_cert() local 463 pkcs11_start_helper_methods(struct helper * helper) pkcs11_start_helper_methods() argument 502 struct helper *helper; pkcs11_start_helper() local 568 struct helper *helper; pkcs11_add_provider() local 618 struct helper *helper; pkcs11_del_provider() local [all...] |
H A D | ssh-sk-client.c | 50 char *helper, *verbosity = NULL; in start_helper() local
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_fb_helper.c | 155 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() local 191 struct drm_fb_helper *helper = info->par; drm_fb_helper_debug_leave() local 292 struct drm_fb_helper *helper; drm_fb_helper_restore_work_fn() local 371 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, drm_fb_helper_resume_worker() local 379 drm_fb_helper_fb_dirty(struct drm_fb_helper * helper) drm_fb_helper_fb_dirty() argument 417 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, damage_work); drm_fb_helper_damage_work() local 432 drm_fb_helper_prepare(struct drm_device * dev,struct drm_fb_helper * helper,unsigned int preferred_bpp,const struct drm_fb_helper_funcs * funcs) drm_fb_helper_prepare() argument 633 drm_fb_helper_add_damage_clip(struct drm_fb_helper * helper,u32 x,u32 y,u32 width,u32 height) drm_fb_helper_add_damage_clip() argument 647 drm_fb_helper_damage(struct drm_fb_helper * helper,u32 x,u32 y,u32 width,u32 height) drm_fb_helper_damage() argument 724 struct drm_fb_helper *helper = info->par; drm_fb_helper_deferred_io() local [all...] |
H A D | drm_fbdev_generic.c | 227 static int drm_fbdev_generic_helper_fb_dirty(struct drm_fb_helper *helper, in drm_fbdev_generic_helper_fb_dirty()
|
/openbsd-src/lib/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
|
/openbsd-src/sys/dev/pci/drm/i915/display/ |
H A D | intel_fbdev.c | 57 struct drm_fb_helper helper; member 155 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc() argument 214 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create() argument 385 intelfb_dirty(struct drm_fb_helper * helper,struct drm_clip_rect * clip) intelfb_dirty() argument [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | ttp4.C | 11 struct helper { }; struct
|
/openbsd-src/gnu/llvm/lldb/source/Initialization/ |
H A D | SystemInitializerCommon.cpp | 38 HostInfo::SharedLibraryDirectoryHelper *helper) in SystemInitializerCommon()
|
/openbsd-src/sys/dev/pci/drm/include/drm/ |
H A D | drm_fb_helper.h | 284 struct drm_fb_helper *helper, in drm_fb_helper_prepare() 295 struct drm_fb_helper *helper) in drm_fb_helper_init() 304 static inline void drm_fb_helper_fini(struct drm_fb_helper *helper) in drm_fb_helper_fini()
|
/openbsd-src/sys/dev/fdt/ |
H A D | rkdrm.c | 289 struct rkdrm_framebuffer *sfb = to_rkdrm_framebuffer(helper->fb); in rkdrm_wsmmap() local 368 struct drm_fb_helper *helper = &sc->helper; rkdrm_attachhook() local 479 rkdrm_fb_probe(struct drm_fb_helper * helper,struct drm_fb_helper_surface_size * sizes) rkdrm_fb_probe() argument [all...] |
H A D | rkdrm.h | 81 struct drm_fb_helper helper; global() member 90 struct drm_fb_helper helper; global() member
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | DLL.cpp | 345 Defined *helper = nullptr; member in lld::coff::__anonc0c5fbab0111::TailMergeChunkX64 425 Defined *helper = nullptr; member in lld::coff::__anonc0c5fbab0111::TailMergeChunkX86 477 Defined *helper = nullptr; member in lld::coff::__anonc0c5fbab0111::TailMergeChunkARM 518 Defined *helper = nullptr; member in lld::coff::__anonc0c5fbab0111::TailMergeChunkARM64
|
H A D | DLL.h | 59 Defined *helper; variable
|
H A D | Writer.cpp | 1116 Defined *helper = cast<Defined>(ctx.config.delayLoadHelper); in appendImportThunks() local
|
/openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
H A D | HostInfoWindows.cpp | 43 void HostInfoWindows::Initialize(SharedLibraryDirectoryHelper *helper) { in Initialize()
|
/openbsd-src/gnu/llvm/lldb/source/Host/linux/ |
H A D | HostInfoLinux.cpp | 40 void HostInfoLinux::Initialize(SharedLibraryDirectoryHelper *helper) { in Initialize()
|
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 48 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | radeon_fbdev.c | 510 struct drm_fb_helper *helper = rdev->ddev->fb_helper; in radeondrm_burner_cb() local
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 76 void HostInfoBase::Initialize(SharedLibraryDirectoryHelper *helper) { in Initialize()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 1624 ExecutionContext &exe_ctx, Helper helper, std::string code, in GetClassInfoUtilityFunctionImpl() 1689 ExecutionContext &exe_ctx, Helper helper) { in GetClassInfoUtilityFunction() 1720 AppleObjCRuntimeV2::DynamicClassInfoExtractor::GetClassInfoArgs(Helper helper) { in GetClassInfoArgs() 1895 const DynamicClassInfoExtractor::Helper helper = ComputeHelper(exe_ctx); in UpdateISAToDescriptorMap() local
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 167 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute() local
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_drv.c | 3718 struct drm_fb_helper *helper = adev_to_drm(adev)->fb_helper; amdgpu_burner_cb() local
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_driver.c | 2161 drm_fb_helper_blank(dev_priv->burner_fblank, helper->info); in inteldrm_burner_cb() local
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1174 ResetMacroExpansionHelper helper(this); in HandleDirective() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 77 StmtPrinter(raw_ostream &os, PrinterHelper *helper, in StmtPrinter()
|