HomeSort by: relevance | last modified time | path
    Searched refs:handles (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
solib.c 30 static void **handles; variable
38 handles = malloc (sizeof (void *) * number);
39 if (handles == NULL)
48 handles[i] = dlopen (libname, RTLD_LAZY);
49 if (handles[i] == NULL)
68 dlclose (handles[i]);
70 free (handles);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
solib.c 30 static void **handles; variable
38 handles = malloc (sizeof (void *) * number);
39 if (handles == NULL)
48 handles[i] = dlopen (libname, RTLD_LAZY);
49 if (handles[i] == NULL)
68 dlclose (handles[i]);
70 free (handles);
  /src/external/bsd/jemalloc/dist/test/stress/
hookbench.c 33 void *handles[HOOK_MAX]; local
34 size_t sz = sizeof(handles[0]);
37 err = mallctl("experimental.hooks.install", &handles[i],
50 &handles[i], sizeof(handles[i]));
  /src/sys/arch/i386/stand/efiboot/
efipxe.c 48 EFI_HANDLE *handles; local
57 &nhandles, &handles);
62 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
72 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
81 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
  /src/sys/stand/efiboot/
efipxe.c 48 EFI_HANDLE *handles; local
57 &nhandles, &handles);
62 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
72 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
81 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_key.c 111 TCS_HANDLE *handles, handle; local
131 handles = &handle;
134 &handlesLen, &handles, NULL, NULL, NULL, NULL);
148 TCS_HANDLE *handles, handle; local
169 handles = &handle;
172 &pubKeyHash, &handlesLen, &handles, pAuth, NULL,
195 TCS_HANDLE *handles, handle; local
218 handles = &handle;
232 &pubKeyHash, &handlesLen, &handles, pAuth, NULL,
255 TCS_HANDLE *handles, handle local
    [all...]
tsp_bind.c 36 TCS_HANDLE *handles, handle; local
57 handles = &handle;
70 &pubKeyHash, &handlesLen, &handles,
tsp_certify.c 39 TCS_HANDLE *handles, handle[2]; local
67 handles = &handle[0];
73 data, &pubKeyHash1, &handlesLen, &handles,
tsp_sign.c 37 TCS_HANDLE *handles, handle; local
58 handles = &handle;
71 &pubKeyHash, &handlesLen, &handles,
tsp_seal.c 89 TCS_HANDLE *handles, handle; local
111 handles = &handle;
127 &pubKeyHash, &handlesLen, &handles, pubAuth,
151 TCS_HANDLE *handles, handle; local
173 handles = &handle;
189 &pubKeyHash, &handlesLen, &handles, pubAuth,
212 TCS_HANDLE *handles, handle; local
233 handles = &handle;
236 SealedData, &pubKeyHash, &handlesLen, &handles,
tsp_quote.c 40 TCS_HANDLE *handles, handle; local
63 handles = &handle;
76 &pubKeyHash, &handlesLen, &handles,
tsp_quote2.c 43 TCS_HANDLE *handles, handle; local
66 handles = &handle;
80 &pubKeyHash, &handlesLen, &handles,
tsp_selftest.c 55 TCS_HANDLE *handles, handle; local
70 handles = &handle;
76 &pubKeyHash, &handlesLen, &handles, privAuth,
tsp_tick.c 65 TCS_HANDLE *handles, handle; local
87 handles = &handle;
94 data, &pubKeyHash, &handlesLen, &handles,
tsp_migration.c 43 TCS_HANDLE *handles, handle; local
64 handles = &handle;
83 &handles, parentAuth, entityAuth, &decLen,
132 TCS_HANDLE *handles, handle; local
153 handles = &handle;
169 &handles, parentAuth, NULL, &decLen, &dec))) {
tsp_aik.c 38 TCS_HANDLE *handles, handle; local
58 handles = &handle;
61 blob, &pubKeyHash, &handlesLen, &handles,
  /src/external/mit/libuv/dist/test/
benchmark-getaddrinfo.c 33 static uv_getaddrinfo_t handles[CONCURRENT_CALLS]; variable
75 getaddrinfo_initiate(&handles[i]);
test-ipc-send-recv.c 35 union handles { union
49 union handles send;
50 union handles send2;
51 union handles recv;
52 union handles recv2;
61 union handles recv;
62 union handles recv2;
94 union handles* recv;
308 union handles* recv;
  /src/external/gpl3/gdb.old/dist/gdb/
mingw-hdep.c 54 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local
115 handles[num_handles++] = read;
121 handles[num_handles++] = except;
128 handles,
135 HANDLES included an abandoned mutex. Since GDB doesn't use
148 h = handles[event - WAIT_OBJECT_0];
159 fd_h = handles[indx++];
170 fd_h = handles[indx++];
220 /* Alternative for the libc 'fputs' which handles embedded SGR
  /src/external/bsd/wpa/dist/src/utils/
eloop_win.c 68 HANDLE *handles; member in struct:eloop_data
80 eloop.handles = os_malloc(eloop.num_handles *
81 sizeof(eloop.handles[0]));
82 if (eloop.handles == NULL)
89 os_free(eloop.handles);
103 n = os_realloc_array(eloop.handles, eloop.num_handles * 2,
104 sizeof(eloop.handles[0]));
107 eloop.handles = n;
554 eloop.handles[count++] = eloop.events[i].event;
557 eloop.handles[count++] = eloop.readers[i].event
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
mingw-hdep.c 58 HANDLE handles[MAXIMUM_WAIT_OBJECTS]; local
119 handles[num_handles++] = read;
125 handles[num_handles++] = except;
132 handles,
139 HANDLES included an abandoned mutex. Since GDB doesn't use
152 h = handles[event - WAIT_OBJECT_0];
163 fd_h = handles[indx++];
174 fd_h = handles[indx++];
247 /* Alternative for the libc 'fputs' which handles embedded SGR
  /src/sys/arch/ia64/stand/efi/libefi/
efinet.c 235 EFI_HANDLE *handles; local
245 handles = (EFI_HANDLE *) alloc(sz);
246 status = BS->LocateHandle(ByProtocol, &netid, 0, &sz, handles);
248 free(handles);
266 BS->HandleProtocol(handles[i], &netid,
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_caps.c 102 TCS_AUTHHANDLE handles[TSS_MAX_AUTHS_CAP]; local
114 result = TCSP_OIAP_Internal(InternalContext, &(handles[i]), &nonce);
127 internal_TerminateHandle(handles[i]);
  /src/external/bsd/wpa/dist/src/l2_packet/
l2_packet_ndis.c 162 HANDLE handles[2]; local
189 handles[0] = l2_ndisuio_global->stop_request;
190 handles[1] = l2_ndisuio_global->rx_processed;
191 WaitForMultipleObjects(2, handles, FALSE, INFINITE);
200 HANDLE handles[2]; local
204 handles[0] = l2_ndisuio_global->stop_request;
205 handles[1] = l2_ndisuio_global->ready_for_read;
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_uvd.h 66 atomic_t handles[AMDGPU_MAX_UVD_HANDLES]; member in struct:amdgpu_uvd

Completed in 23 milliseconds

1 2 3 4 5 6