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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info-shared.c 28 void *handle1, *handle2; local
31 handle1 = dlopen (SHLIB1_NAME, RTLD_LAZY);
32 assert (handle1 != NULL);
39 func = (void (*)(int)) dlsym (handle1, "foo");
45 dlclose (handle1);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-shared.c 28 void *handle1, *handle2; local
31 handle1 = dlopen (SHLIB1_NAME, RTLD_LAZY);
32 assert (handle1 != NULL);
39 func = (void (*)(int)) dlsym (handle1, "foo");
45 dlclose (handle1);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_transport.c 132 TCS_HANDLE handle1 = 0, handle2 = 0; local
178 handle1 = val1 = *rghHandles[0];
199 handle1 = *rghHandles[0];
203 if ((result = get_slot_lite(hContext, handle1, &val1)))
213 if ((result = ctx_remove_key_loaded(hContext, handle1)))
216 if ((result = key_mgr_dec_ref_count(handle1)))
220 mc_set_slot_by_handle(handle1, NULL_TPM_HANDLE);
400 if ((result = load_key_final(hContext, handle1, &tcs_handle, NULL, val1)))
tcs_pbg.c 947 UINT32 handle1 = va_arg(ap, UINT32); local
961 LoadBlob_UINT32(outOffset, handle1, out_blob);
  /src/external/mit/libuv/dist/test/
test-udp-reuseport.c 35 uv_udp_t handle1, handle2, handle3; local
45 r = uv_udp_init(loop, &handle1);
48 r = uv_udp_bind(&handle1, (const struct sockaddr*) &addr1, UV_UDP_REUSEADDR);
  /src/sys/kern/
subr_device.c 85 devhandle_compare(devhandle_t handle1, devhandle_t handle2)
87 devhandle_type_t type1 = devhandle_type(handle1);
106 intptr_t impl1 = (intptr_t)handle1.impl;
117 if (handle1.integer < handle2.integer) {
120 if (handle1.integer > handle2.integer) {
  /src/external/bsd/jemalloc/dist/test/unit/
hook.c 175 void *handle1 = hook_install(TSDN_NULL, &hooks1); local
180 expect_ptr_ne(handle1, NULL, "Hook installation failed");
199 hook_remove(TSDN_NULL, handle1);

Completed in 33 milliseconds