HomeSort by: relevance | last modified time | path
    Searched refs:_cb (Results 1 - 16 of 16) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
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); \
  /src/external/mit/libuv/dist/test/
test-queue-foreach-delete.c 73 static void name##2_cb(__VA_ARGS__) { \
82 static void name##1_cb(__VA_ARGS__) { \
87 static void name##0_cb(__VA_ARGS__) { \
96 static const uv_##name##_cb name##_cbs[] = { \
97 name##0_cb, \
98 name##1_cb, \
99 name##2_cb, \
  /src/external/bsd/nvi/dist/common/
cut.h 17 struct _cb { struct
18 LIST_ENTRY(_cb) q; /* Linked list of cut buffers. */
common.h 37 typedef struct _cb CB;
screen.h 64 LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */
  /src/external/mit/libuv/dist/src/win/
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); \
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_openssl.h 32 * These are new in OpenSSL 1.1.0. BN_GENCB _cb needs to be declared in
36 * _cb;
40 #define BN_GENCB_new() (&_cb)
openssldh_link.c 269 BN_GENCB _cb; local
opensslrsa_link.c 462 BN_GENCB _cb; local
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.c 100 struct dma_fence_cb *_cb)
103 container_of(_cb, struct amdgpu_pasid_cb, cb);
amdgpu_vm.c 1912 * @_cb: the callback function
1914 static void amdgpu_vm_prt_cb(struct dma_fence *fence, struct dma_fence_cb *_cb)
1916 struct amdgpu_prt_cb *cb = container_of(_cb, struct amdgpu_prt_cb, cb);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.h 300 static int nssov_##db##_cb(Operation *op, SlapReply *rs) \
336 cb.sc_response = nssov_##db##_cb; \
  /src/crypto/external/bsd/openssl.old/dist/test/
dhtest.c 35 BN_GENCB *_cb = NULL; local
131 if (!TEST_ptr(_cb = BN_GENCB_new()))
133 BN_GENCB_set(_cb, &cb, NULL);
136 DH_GENERATOR_5, _cb)))
222 BN_GENCB_free(_cb);
  /src/crypto/external/apache2/openssl/dist/test/
dhtest.c 44 BN_GENCB *_cb = NULL; local
155 if (!TEST_ptr(_cb = BN_GENCB_new()))
157 BN_GENCB_set(_cb, &cb, NULL);
160 DH_GENERATOR_5, _cb)))
251 BN_GENCB_free(_cb);
  /src/crypto/external/bsd/openssl/dist/test/
dhtest.c 44 BN_GENCB *_cb = NULL; local
155 if (!TEST_ptr(_cb = BN_GENCB_new()))
157 BN_GENCB_set(_cb, &cb, NULL);
160 DH_GENERATOR_5, _cb)))
251 BN_GENCB_free(_cb);
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 376 #define kmem_cache_set_move(_c, _cb) /* nothing */

Completed in 45 milliseconds