Searched refs:handles (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/stand/efi/libefi/
H A Defi_driver_utils.c42 EFI_HANDLE *handles; local
54 handles = malloc(hsize);
58 &hsize, handles);
65 BS->ConnectController(handles[i], NULL, NULL, true);
68 free(handles);
H A Definet.c273 EFI_HANDLE *handles, *handles2; local
280 handles = NULL;
283 handles = (EFI_HANDLE *)malloc(sz);
285 handles);
287 free(handles);
293 free(handles);
298 devpath = efi_lookup_devpath(handles[i]);
313 status = BS->OpenProtocol(handles[i], &sn_guid, (void **)&net,
321 handles2[nifs] = handles[i];
324 free(handles);
[all...]
H A Dhandles.c28 __FBSDID("$FreeBSD: stable/11/stand/efi/libefi/handles.c 294068 2016-01-15 02:33:47Z smh $");
45 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, argument
56 entry[idx].handle = handles[unit];
H A DMakefile20 handles.c \
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dwinservice.c90 an atexit handler, which handles cleaning up some of the service logic,
327 HANDLE handles[2];
365 handles[0] = winservice_start_event;
366 handles[1] = winservice_dispatcher_thread;
367 wait_status = WaitForMultipleObjects(2, handles, FALSE, INFINITE);
409 /* This should never happen! This indicates that our handles are
437 service has stopped. This function also handles cleaning up the
326 HANDLE handles[2]; local
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop_win.c68 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[coun
[all...]
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c50 /* The initial number of handles used to query EFI for partitions. */
388 EFI_HANDLE *handles; local
492 /* Get all the device handles */
494 handles = malloc(hsize);
495 if (handles == NULL)
496 printf("Failed to allocate %d handles\n", NUM_HANDLES_INIT);
499 &hsize, handles);
504 free(handles);
505 handles = malloc(hsize);
506 if (handles
[all...]
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmask.c55 struct handle *handles; member in struct:client
113 h->next = c->handles;
114 c->handles = h;
286 struct handle *h = c->handles;
326 ctx = find_handle(c->handles, hContext, handle_context);
329 creds = find_handle(c->handles, hCred, handle_cred);
382 del_handle(&c->handles, hContext);
436 ctx = find_handle(c->handles, hContext, handle_context);
462 del_handle(&c->handles, hContext);
510 del_handle(&c->handles, handl
[all...]
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c162 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);
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c269 /* handle handles */
288 Handle *handles = NULL; variable
294 handles[i].use = HANDLE_UNUSED;
295 handles[i].next_unused = first_unused_handle;
308 handles = xreallocarray(handles, num_handles, sizeof(Handle));
313 first_unused_handle = handles[i].next_unused;
315 handles[i].use = use;
316 handles[i].dirp = dirp;
317 handles[
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c1317 non_descendant_idx(zfs_handle_t **handles, size_t num_handles, int idx) argument
1323 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, parent,
1327 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child,
1350 zfs_dispatch_mount(libzfs_handle_t *hdl, zfs_handle_t **handles, argument
1357 mnt_param->mnt_zhps = handles;
1416 zfs_handle_t **handles = mp->mnt_zhps; local
1420 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint,
1423 if (mp->mnt_func(handles[idx], mp->mnt_data) != 0)
1435 i = non_descendant_idx(handles, num_handles, i)) {
1437 verify(zfs_prop_get(handles[
1468 zfs_foreach_mountpoint(libzfs_handle_t *hdl, zfs_handle_t **handles, size_t num_handles, zfs_iter_f func, void *data, boolean_t parallel) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.copyoutbadaddr.ksh38 * Verify that copyout() handles bad addresses.
H A Derr.copyoutstrbadaddr.ksh37 * Verify that copyout() handles bad addresses.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1083 /* Get a list of handles of shared libs loaded by the current
1091 HMODULE *handles;
1116 handles = apr_palloc(pool, size + sizeof *handles);
1117 if (! EnumProcessModules_(current, handles, size, &size))
1119 handles[size / sizeof *handles] = NULL;
1120 return handles;
1169 HMODULE *handles = enum_loaded_modules(pool);
1172 for (module = handles; modul
1087 HMODULE *handles; local
1165 HMODULE *handles = enum_loaded_modules(pool); local
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.nls.mk3 # This include file <bsd.nls.mk> handles building and installing Native
H A Dbsd.doc.mk4 # The include file <bsd.doc.mk> handles installing BSD troff documents.
H A Dbsd.info.mk3 # The include file <bsd.info.mk> handles installing GNU (tech)info files.
H A Dbsd.dep.mk3 # The include file <bsd.dep.mk> handles Makefile dependencies.
270 # ignored if using meta+filemon since it handles all dependencies. The other
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c125 #define pipe(handles) socketpair(AF_LOCAL, SOCK_STREAM, 0, handles)
565 int handles[2]; local
567 if (pipe(handles) < 0) {
587 sp->_emxmouse_wfd = handles[1];
588 M_FD(sp) = handles[0];
590 setmode(handles[0], O_BINARY);
591 setmode(handles[1], O_BINARY);
/freebsd-11-stable/sys/conf/
H A Ddtb.mk3 # The include file <dtb.mk> handles building and installing dtb files.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp253 std::vector<MainLoopBase::ReadHandleUP> handles; local
258 handles.emplace_back(accept_loop.RegisterReadObject(
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha512-armv4.S459 vld1.64 {d0},[r1]! @ handles unaligned
496 vld1.64 {d1},[r1]! @ handles unaligned
533 vld1.64 {d2},[r1]! @ handles unaligned
570 vld1.64 {d3},[r1]! @ handles unaligned
607 vld1.64 {d4},[r1]! @ handles unaligned
644 vld1.64 {d5},[r1]! @ handles unaligned
681 vld1.64 {d6},[r1]! @ handles unaligned
718 vld1.64 {d7},[r1]! @ handles unaligned
755 vld1.64 {d8},[r1]! @ handles unaligned
792 vld1.64 {d9},[r1]! @ handles unaligne
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mode.h313 __u32 handles[4]; member in struct:drm_mode_fb_cmd2
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk93 # The first :@ "loop" handles multiple sets in WARNINGS_SET
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c291 gem_obj = drm_gem_object_lookup(drm, file, cmd->handles[i]);

Completed in 220 milliseconds

12