Searched refs:helper (Results 1 - 25 of 53) sorted by relevance

123

/openbsd-current/usr.bin/ssh/
H A Dssh-pkcs11-client.c46 * Maintain a list of ssh-pkcs11-helper subprocesses. These may be looked up
49 struct helper { struct
59 static struct helper **helpers;
62 static struct helper *
77 static struct helper *
93 static struct helper *
110 helper_free(struct helper *helper) argument
115 if (helper == NULL)
117 if (helper
142 helper_terminate(struct helper *helper) argument
243 struct helper *helper; local
291 struct helper *helper; local
319 struct helper *helper; local
372 struct helper *helper; local
390 wrap_key(struct helper *helper, struct sshkey *k) argument
416 struct helper *helper = NULL; local
463 pkcs11_start_helper_methods(struct helper *helper) argument
502 struct helper *helper; local
568 struct helper *helper; local
618 struct helper *helper; local
[all...]
H A DMakefile7 ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper ssh-sk-helper
H A Dssh-sk-client.c50 char *helper, *verbosity = NULL; local
56 helper = getenv("SSH_SK_HELPER");
57 if (helper == NULL || strlen(helper) == 0)
58 helper = _PATH_SSH_SK_HELPER;
59 if (access(helper, X_OK) != 0) {
61 error_f("helper \"%s\" unusable: %s", helper, strerror(errno));
69 /* Start helper */
93 debug_f("starting %s %s", helper,
[all...]
/openbsd-current/usr.bin/ssh/ssh-pkcs11-helper/
H A DMakefile5 SRCS= ssh-pkcs11-helper.c ${SRCS_PKCS11}
9 PROG= ssh-pkcs11-helper
12 MAN= ssh-pkcs11-helper.8
/openbsd-current/usr.bin/ssh/ssh-sk-helper/
H A DMakefile5 SRCS= ssh-sk-helper.c
9 PROG= ssh-sk-helper
12 MAN= ssh-sk-helper.8
/openbsd-current/share/man/man1/
H A DMakefile12 port-getpkgpath-helper.1 port-resolve-lib-helper.1 \
13 port-search-helper.1 \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dttp4.C11 struct helper { }; struct
/openbsd-current/lib/libc/hash/
H A DMakefile.inc12 md5hl.c: helper.c
15 rmd160hl.c: helper.c
18 sha1hl.c: helper.c
21 sha224hl.c: helper.c
26 sha256hl.c: helper.c
31 sha384hl.c: helper.c
36 sha512hl.c: helper.c
41 sha512_256hl.c: helper.c
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_fb_helper.h6 * DRM framebuffer helper functions
69 * Driver callbacks used by the fbdev emulation helper library.
86 int (*fb_probe)(struct drm_fb_helper *helper,
101 int (*fb_dirty)(struct drm_fb_helper *helper, struct drm_clip_rect *clip);
108 * @funcs: driver callbacks for fb helper
150 * Top-level FBDEV helper lock. This protects all internal data
154 * protect all helper internal state with this lock as well as reduce
178 * If no outputs are connected (disconnected or unknown) the FB helper
191 * FB helper initialization. This needs to be tracked so that deferred
192 * FB helper setu
283 drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, unsigned int preferred_bpp, const struct drm_fb_helper_funcs *funcs) argument
294 drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *helper) argument
304 drm_fb_helper_fini(struct drm_fb_helper *helper) argument
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Initialization/
H A DSystemInitializerCommon.h26 SystemInitializerCommon(HostInfo::SharedLibraryDirectoryHelper *helper);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_fbdev.c57 struct drm_fb_helper helper; member in struct:intel_fbdev
75 return container_of(fb_helper, struct intel_fbdev, helper);
155 static int intelfb_alloc(struct drm_fb_helper *helper, argument
158 struct intel_fbdev *ifbdev = to_intel_fbdev(helper);
160 struct drm_device *dev = helper->dev;
214 static int intelfb_create(struct drm_fb_helper *helper, argument
217 struct intel_fbdev *ifbdev = to_intel_fbdev(helper);
219 struct drm_device *dev = helper->dev;
256 ret = intelfb_alloc(helper, sizes);
280 info = drm_fb_helper_alloc_info(helper);
385 intelfb_dirty(struct drm_fb_helper *helper, struct drm_clip_rect *clip) argument
[all...]
/openbsd-current/lib/libcbor/src/cbor/internal/
H A Dloaders.c73 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)}; local
74 return helper.as_float;
78 union _cbor_double_helper helper = {.as_uint = _cbor_load_uint64(source)}; local
79 return helper.as_double;
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/linux/
H A DHostInfoLinux.h26 static void Initialize(SharedLibraryDirectoryHelper *helper = nullptr);
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/windows/
H A DHostInfoWindows.h24 static void Initialize(SharedLibraryDirectoryHelper *helper = nullptr);
/openbsd-current/sys/dev/fdt/
H A Drkdrm.c289 struct drm_fb_helper *helper = &sc->helper; local
290 struct rkdrm_framebuffer *sfb = to_rkdrm_framebuffer(helper->fb);
343 drm_fb_helper_restore_fbdev_mode_unlocked(&sc->helper);
354 struct drm_fb_helper *fb_helper = &sc->helper;
368 struct drm_fb_helper *helper = &sc->helper; local
416 drm_fb_helper_prepare(&sc->sc_ddev, &sc->helper, 32,
418 if (drm_fb_helper_init(&sc->sc_ddev, &sc->helper)) {
419 printf("%s: can't initialize framebuffer helper\
479 rkdrm_fb_probe(struct drm_fb_helper *helper, struct drm_fb_helper_surface_size *sizes) argument
[all...]
H A Drkdrm.h81 struct drm_fb_helper helper; member in struct:rkdrm_softc
90 struct drm_fb_helper helper; member in struct:rkdrm_fbdev
/openbsd-current/gnu/llvm/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp38 HostInfo::SharedLibraryDirectoryHelper *helper)
39 : m_shlib_dir_helper(helper) {}
37 SystemInitializerCommon( HostInfo::SharedLibraryDirectoryHelper *helper) argument
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_fb_helper.c6 * DRM framebuffer helper functions
85 * The fb helper functions are useful to provide an fbdev on top of a drm kernel
87 * helper functions used by many drivers to implement the kernel mode setting
97 * They should also notify the fb helper code from updates to the output
106 * All other functions exported by the fb helper library can be used to
111 * helper must be called first to initialize the minimum required to make
116 * encoders and connectors. To finish up the fbdev helper initialization, the
151 * @info: fbdev registered by the helper
155 struct drm_fb_helper *helper = info->par; local
159 list_for_each_entry(helper,
191 struct drm_fb_helper *helper = info->par; local
292 struct drm_fb_helper *helper; local
371 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, local
379 drm_fb_helper_fb_dirty(struct drm_fb_helper *helper) argument
417 struct drm_fb_helper *helper = container_of(work, struct 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) argument
630 drm_fb_helper_add_damage_clip(struct drm_fb_helper *helper, u32 x, u32 y, u32 width, u32 height) argument
644 drm_fb_helper_damage(struct drm_fb_helper *helper, u32 x, u32 y, u32 width, u32 height) argument
721 struct drm_fb_helper *helper = info->par; local
[all...]
H A Ddrm_fbdev_generic.c227 static int drm_fbdev_generic_helper_fb_dirty(struct drm_fb_helper *helper, argument
230 struct drm_device *dev = helper->dev;
237 ret = drm_fbdev_generic_damage_blit(helper, clip);
241 if (helper->fb->funcs->dirty) {
242 ret = helper->fb->funcs->dirty(helper->fb, NULL, 0, 0, clip, 1);
243 if (drm_WARN_ONCE(dev, ret, "Dirty helper failed: ret=%d\n", ret))
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DHostInfoWindows.cpp43 void HostInfoWindows::Initialize(SharedLibraryDirectoryHelper *helper) { argument
45 HostInfoBase::Initialize(helper);
/openbsd-current/gnu/llvm/lld/COFF/
H A DDLL.h43 void create(Defined *helper);
59 Defined *helper; member in class:lld::coff::DelayLoadContents
H A DDLL.cpp334 TailMergeChunkX64(Chunk *d, Defined *h) : desc(d), helper(h) {}
341 write32le(buf + 44, helper->getRVA() - rva - 48);
345 Defined *helper = nullptr; member in class:lld::coff::__anon1201::TailMergeChunkX64
410 : desc(d), helper(h), ctx(ctx) {}
417 write32le(buf + 9, helper->getRVA() - rva - 13);
425 Defined *helper = nullptr; member in class:lld::coff::__anon1201::TailMergeChunkX86
460 : desc(d), helper(h), ctx(ctx) {
469 applyBranch24T(buf + 22, helper->getRVA() - rva - 26);
477 Defined *helper = nullptr; member in class:lld::coff::__anon1201::TailMergeChunkARM
504 TailMergeChunkARM64(Chunk *d, Defined *h) : desc(d), helper(
518 Defined *helper = nullptr; member in class:lld::coff::__anon1201::TailMergeChunkARM64
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DHostInfoBase.h41 /// A helper function for determining the liblldb location. It receives a
47 static void Initialize(SharedLibraryDirectoryHelper *helper = nullptr);
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp48 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { argument
49 m_decl_printing_helper = helper;
/openbsd-current/gnu/llvm/lldb/source/Host/linux/
H A DHostInfoLinux.cpp40 void HostInfoLinux::Initialize(SharedLibraryDirectoryHelper *helper) { argument
41 HostInfoPosix::Initialize(helper);

Completed in 712 milliseconds

123