| /openbsd/src/usr.bin/ssh/ |
| D | ssh-pkcs11-client.c | 49 struct helper { struct 59 static struct helper **helpers; argument 62 static struct helper * 77 static struct helper * 93 static struct helper * 110 helper_free(struct helper *helper) in helper_free() argument 115 if (helper == NULL) in helper_free() 117 if (helper->path == NULL || helper->ec_meth == NULL || in helper_free() 118 helper->rsa_meth == NULL) in helper_free() 120 debug3_f("free helper for provider %s", helper->path); in helper_free() [all …]
|
| D | ssh-sk-client.c | 50 char *helper, *verbosity = NULL; in start_helper() local 56 helper = getenv("SSH_SK_HELPER"); in start_helper() 57 if (helper == NULL || strlen(helper) == 0) in start_helper() 58 helper = _PATH_SSH_SK_HELPER; in start_helper() 59 if (access(helper, X_OK) != 0) { in start_helper() 61 error_f("helper \"%s\" unusable: %s", helper, strerror(errno)); in start_helper() 93 debug_f("starting %s %s", helper, in start_helper() 95 execlp(helper, helper, verbosity, (char *)NULL); in start_helper()
|
| D | Makefile | 7 ssh-keysign ssh-keyscan sftp ssh-pkcs11-helper ssh-sk-helper
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_fb_helper.h | 86 int (*fb_probe)(struct drm_fb_helper *helper, 101 int (*fb_dirty)(struct drm_fb_helper *helper, struct drm_clip_rect *clip); 239 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, 243 int drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *helper); 244 void drm_fb_helper_fini(struct drm_fb_helper *helper); 282 struct drm_fb_helper *helper, in drm_fb_helper_prepare() argument 293 struct drm_fb_helper *helper) in drm_fb_helper_init() argument 296 helper->dev = dev; in drm_fb_helper_init() 297 dev->fb_helper = helper; in drm_fb_helper_init() 302 static inline void drm_fb_helper_fini(struct drm_fb_helper *helper) in drm_fb_helper_fini() argument [all …]
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_fbdev.c | 58 struct drm_fb_helper helper; member 75 return container_of(fb_helper, struct intel_fbdev, helper); in to_intel_fbdev() 142 struct intel_fbdev *ifbdev = container_of(fb_helper, struct intel_fbdev, helper); in intel_fbdev_fb_destroy() 144 drm_fb_helper_fini(&ifbdev->helper); in intel_fbdev_fb_destroy() 155 drm_fb_helper_unprepare(&ifbdev->helper); in intel_fbdev_fb_destroy() 182 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create() argument 185 struct intel_fbdev *ifbdev = to_intel_fbdev(helper); in intelfb_create() 187 struct drm_device *dev = helper->dev; in intelfb_create() 222 fb = intel_fbdev_fb_alloc(helper, sizes); in intelfb_create() 246 info = drm_fb_helper_alloc_info(helper); in intelfb_create() [all …]
|
| D | intel_fbdev_fb.c | 14 struct intel_framebuffer *intel_fbdev_fb_alloc(struct drm_fb_helper *helper, in intel_fbdev_fb_alloc() argument 18 struct drm_device *dev = helper->dev; in intel_fbdev_fb_alloc()
|
| /openbsd/src/lib/libc/hash/ |
| D | Makefile.inc | 12 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/src/sys/dev/fdt/ |
| D | rkdrm.c | 288 struct drm_fb_helper *helper = &sc->helper; in rkdrm_wsmmap() local 289 struct rkdrm_framebuffer *sfb = to_rkdrm_framebuffer(helper->fb); in rkdrm_wsmmap() 342 drm_fb_helper_restore_fbdev_mode_unlocked(&sc->helper); in rkdrm_doswitch() 353 struct drm_fb_helper *fb_helper = &sc->helper; in rkdrm_enter_ddb() 367 struct drm_fb_helper *helper = &sc->helper; in rkdrm_attachhook() local 414 drm_fb_helper_prepare(&sc->sc_ddev, &sc->helper, 32, in rkdrm_attachhook() 416 if (drm_fb_helper_init(&sc->sc_ddev, &sc->helper)) { in rkdrm_attachhook() 423 sc->helper.fb = malloc(sizeof(struct rkdrm_framebuffer), in rkdrm_attachhook() 426 drm_fb_helper_initial_config(&sc->helper); in rkdrm_attachhook() 430 drm_fb_helper_restore_fbdev_mode_unlocked(&sc->helper); in rkdrm_attachhook() [all …]
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_fb_helper.c | 141 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() local 145 list_for_each_entry(helper, &kernel_fb_helper_list, kernel_fb_list) { in drm_fb_helper_debug_enter() 146 mutex_lock(&helper->client.modeset_mutex); in drm_fb_helper_debug_enter() 147 drm_client_for_each_modeset(mode_set, &helper->client) { in drm_fb_helper_debug_enter() 164 mutex_unlock(&helper->client.modeset_mutex); in drm_fb_helper_debug_enter() 177 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave() local 178 struct drm_client_dev *client = &helper->client; in drm_fb_helper_debug_leave() 180 struct drm_device *dev = helper->dev; in drm_fb_helper_debug_leave() 278 struct drm_fb_helper *helper; in drm_fb_helper_restore_work_fn() local 281 list_for_each_entry(helper, &kernel_fb_helper_list, kernel_fb_list) { in drm_fb_helper_restore_work_fn() [all …]
|
| D | drm_fbdev_ttm.c | 225 static int drm_fbdev_ttm_helper_fb_dirty(struct drm_fb_helper *helper, in drm_fbdev_ttm_helper_fb_dirty() argument 228 struct drm_device *dev = helper->dev; in drm_fbdev_ttm_helper_fb_dirty() 235 ret = drm_fbdev_ttm_damage_blit(helper, clip); in drm_fbdev_ttm_helper_fb_dirty() 239 if (helper->fb->funcs->dirty) { in drm_fbdev_ttm_helper_fb_dirty() 240 ret = helper->fb->funcs->dirty(helper->fb, NULL, 0, 0, clip, 1); in drm_fbdev_ttm_helper_fb_dirty()
|
| D | drm_fbdev_shmem.c | 186 static int drm_fbdev_shmem_helper_fb_dirty(struct drm_fb_helper *helper, in drm_fbdev_shmem_helper_fb_dirty() argument 189 struct drm_device *dev = helper->dev; in drm_fbdev_shmem_helper_fb_dirty() 196 if (helper->fb->funcs->dirty) { in drm_fbdev_shmem_helper_fb_dirty() 197 ret = helper->fb->funcs->dirty(helper->fb, NULL, 0, 0, clip, 1); in drm_fbdev_shmem_helper_fb_dirty()
|
| D | drm_fbdev_dma.c | 233 static int drm_fbdev_dma_helper_fb_dirty(struct drm_fb_helper *helper, in drm_fbdev_dma_helper_fb_dirty() argument 236 struct drm_device *dev = helper->dev; in drm_fbdev_dma_helper_fb_dirty() 243 if (helper->fb->funcs->dirty) { in drm_fbdev_dma_helper_fb_dirty() 244 ret = helper->fb->funcs->dirty(helper->fb, NULL, 0, 0, clip, 1); in drm_fbdev_dma_helper_fb_dirty()
|
| /openbsd/src/lib/libcbor/src/cbor/internal/ |
| D | loaders.c | 73 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)}; in _cbor_load_float() local 74 return helper.as_float; in _cbor_load_float() 78 union _cbor_double_helper helper = {.as_uint = _cbor_load_uint64(source)}; in _cbor_load_double() local 79 return helper.as_double; in _cbor_load_double()
|
| /openbsd/src/usr.bin/ssh/ssh-pkcs11-helper/ |
| D | Makefile | 5 SRCS= ssh-pkcs11-helper.c ${SRCS_PKCS11} 9 PROG= ssh-pkcs11-helper 12 MAN= ssh-pkcs11-helper.8
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | Block-ABI-Apple.rst | 17 ``_Block_object_dispose`` for all "Object" types in helper functions. 51 // optional helper functions 116 respective helper functions if they are required by the ``Block`` literal. 127 into the ``Block`` that need helper functions for program level 249 imported as ``const`` copies with no need for helper functions. 254 The first case where copy and dispose helper functions are required is for the 327 second case where that requires copy and dispose helper functions to be 328 generated. The copy helper functions generated by the compiler should use the 329 ``_Block_object_assign`` runtime helper function and in the dispose helper the 330 ``_Block_object_dispose`` runtime helper function should be called. [all …]
|
| /openbsd/src/usr.bin/ssh/ssh-sk-helper/ |
| D | Makefile | 5 SRCS= ssh-sk-helper.c 9 PROG= ssh-sk-helper 12 MAN= ssh-sk-helper.8
|
| /openbsd/src/share/man/man1/ |
| D | Makefile | 12 port-getpkgpath-helper.1 port-resolve-lib-helper.1 \ 13 port-search-helper.1 \
|
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | DLL.cpp | 334 TailMergeChunkX64(Chunk *d, Defined *h) : desc(d), helper(h) {} in TailMergeChunkX64() 341 write32le(buf + 44, helper->getRVA() - rva - 48); in writeTo() 345 Defined *helper = nullptr; member in lld::coff::__anonf8fc3ff00111::TailMergeChunkX64 410 : desc(d), helper(h), ctx(ctx) {} in TailMergeChunkX86() 417 write32le(buf + 9, helper->getRVA() - rva - 13); in writeTo() 425 Defined *helper = nullptr; member in lld::coff::__anonf8fc3ff00111::TailMergeChunkX86 460 : desc(d), helper(h), ctx(ctx) { in TailMergeChunkARM() 469 applyBranch24T(buf + 22, helper->getRVA() - rva - 26); in writeTo() 477 Defined *helper = nullptr; member in lld::coff::__anonf8fc3ff00111::TailMergeChunkARM 504 TailMergeChunkARM64(Chunk *d, Defined *h) : desc(d), helper(h) { in TailMergeChunkARM64() [all …]
|
| D | DLL.h | 43 void create(Defined *helper); 59 Defined *helper; variable
|
| /openbsd/src/gnu/llvm/clang/utils/perf-training/ |
| D | CMakeLists.txt | 18 …COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/perf-helper.py clean ${CMAKE_CURRENT_B… 29 …COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/perf-helper.py merge ${LLVM_PROFDATA} … 50 …COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/perf-helper.py clean ${CMAKE_CURRENT_B… 58 …COMMAND "${Python3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/perf-helper.py gen-order-file --binary…
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-xray/ |
| D | CMakeLists.txt | 10 func-id-helper.cpp 13 xray-color-helper.cpp
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/llvm-xray/ |
| D | BUILD.gn | 11 "func-id-helper.cpp", 14 "xray-color-helper.cpp",
|
| /openbsd/src/gnu/llvm/lldb/source/Initialization/ |
| D | SystemInitializerCommon.cpp | 38 HostInfo::SharedLibraryDirectoryHelper *helper) in SystemInitializerCommon() argument 39 : m_shlib_dir_helper(helper) {} in SystemInitializerCommon()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | VPIntrinsics.def | 147 // Specialized helper macro for integer binary operators (%x, %y, %mask, %evl). 150 "The internal helper macro HELPER_REGISTER_BINARY_INT_VP is already defined!" 262 // Specialized helper macro for floating-point binary operators 266 "The internal helper macro HELPER_REGISTER_BINARY_FP_VP is already defined!" 360 // Specialized helper macro for type conversions. 364 "The internal helper macro HELPER_REGISTER_FP_CAST_VP is already defined!" 393 // Specialized helper macro for integer type conversions. 397 "The internal helper macro HELPER_REGISTER_INT_CAST_VP is already defined!" 506 // Specialized helper macro for VP reductions (%start, %x, %mask, %evl). 509 "The internal helper macro HELPER_REGISTER_REDUCTION_VP is already defined!" [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Host/windows/ |
| D | HostInfoWindows.cpp | 43 void HostInfoWindows::Initialize(SharedLibraryDirectoryHelper *helper) { in Initialize() argument 45 HostInfoBase::Initialize(helper); in Initialize()
|