| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-queue-foreach-delete.c | 72 static void name##2_cb(__VA_ARGS__) { \ 81 static void name##1_cb(__VA_ARGS__) { \ 86 static void name##0_cb(__VA_ARGS__) { \ 95 static const uv_##name##_cb name##_cbs[] = { \ 96 name##0_cb, \ 97 name##1_cb, \ 98 name##2_cb, \
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | loop-watcher.c | 28 handle->name##_cb = NULL; \ 32 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \ 36 handle->name##_cb = cb; \ 58 h->name##_cb(h); \
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | loop-watcher.c | 46 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \ 69 handle->name##_cb = cb; \ 116 handle->name##_cb(handle); \
|
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | cut.h | 17 struct _cb { struct 18 LIST_ENTRY(_cb) q; /* Linked list of cut buffers. */
|
| H A D | common.h | 37 typedef struct _cb CB;
|
| H A D | screen.h | 64 LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | dhtest.c | 35 BN_GENCB *_cb = NULL; in dh_test() local 131 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test() 133 BN_GENCB_set(_cb, &cb, NULL); in dh_test() 136 DH_GENERATOR_5, _cb))) in dh_test() 222 BN_GENCB_free(_cb); in dh_test()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | dhtest.c | 44 BN_GENCB *_cb = NULL; in dh_test() local 155 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test() 157 BN_GENCB_set(_cb, &cb, NULL); in dh_test() 160 DH_GENERATOR_5, _cb))) in dh_test() 251 BN_GENCB_free(_cb); in dh_test()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dst_openssl.h | |
| H A D | openssldh_link.c | |
| H A D | opensslrsa_link.c | 408 BN_GENCB _cb; opensslrsa_generate() local
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dst_openssl.h | 40 #define BN_GENCB_new() (&_cb)
|
| H A D | openssldh_link.c | 269 BN_GENCB _cb; in openssldh_generate() local
|
| H A D | opensslrsa_link.c | 462 BN_GENCB _cb; in opensslrsa_generate() local
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | nssov.h | 300 static int nssov_##db##_cb(Operation *op, SlapReply *rs) \ 336 cb.sc_response = nssov_##db##_cb; \
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_ids.c | 100 struct dma_fence_cb *_cb) in amdgpu_pasid_free_cb() argument 103 container_of(_cb, struct amdgpu_pasid_cb, cb); in amdgpu_pasid_free_cb()
|
| H A D | amdgpu_vm.c | 1914 static void amdgpu_vm_prt_cb(struct dma_fence *fence, struct dma_fence_cb *_cb) in amdgpu_vm_prt_cb() argument 1916 struct amdgpu_prt_cb *cb = container_of(_cb, struct amdgpu_prt_cb, cb); in amdgpu_vm_prt_cb()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
| H A D | zfs_context.h | 376 #define kmem_cache_set_move(_c, _cb) /* nothing */ argument
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | ChangeLog | 4887 * include: uv_read{2}_cb now takes const uv_buf_t* (Ben Noordhuis)
|