Searched refs:_cb (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/regress/lib/libcrypto/dh/
H A Ddhtest.c92 BN_GENCB *_cb; local
99 if ((_cb = BN_GENCB_new()) == NULL)
102 BN_GENCB_set(_cb, &cb, NULL);
113 if (!DH_generate_parameters_ex(dh, 64, DH_GENERATOR_5, _cb))
167 BN_GENCB_free(_cb);
/openbsd-current/usr.bin/vi/common/
H A Dcut.h18 struct _cb { struct
19 LIST_ENTRY(_cb) q; /* Linked list of cut buffers. */
H A Dcommon.h22 typedef struct _cb CB;
H A Dgs.h105 LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ids.c89 struct dma_fence_cb *_cb)
92 container_of(_cb, struct amdgpu_pasid_cb, cb);
88 amdgpu_pasid_free_cb(struct dma_fence *fence, struct dma_fence_cb *_cb) argument
H A Damdgpu_vm.c1293 * @_cb: the callback function
1295 static void amdgpu_vm_prt_cb(struct dma_fence *fence, struct dma_fence_cb *_cb) argument
1297 struct amdgpu_prt_cb *cb = container_of(_cb, struct amdgpu_prt_cb, cb);
/openbsd-current/lib/libc/include/
H A Dthread_private.h113 void _thread_set_callbacks(const struct thread_callbacks *_cb, size_t _len);
/openbsd-current/lib/libtls/
H A Dtls_internal.h307 int tls_config_set_sign_cb(struct tls_config *_config, tls_sign_cb _cb,

Completed in 226 milliseconds