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

12

/freebsd-11.0-release/sys/boot/efi/libefi/
H A Definet.c276 EFI_HANDLE *handles, *handles2; local
282 handles = NULL;
285 handles = (EFI_HANDLE *)malloc(sz);
287 handles);
289 free(handles);
296 devpath = efi_lookup_devpath(handles[i]);
309 status = BS->OpenProtocol(handles[i], &sn_guid, (void **)&net,
316 handles2[nifs] = handles[i];
319 free(handles);
H A DMakefile8 handles.c libefi.c
H A Dhandles.c28 __FBSDID("$FreeBSD: releng/11.0/sys/boot/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];
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/crypto/openssh/
H A Dsftp-server.c273 /* handle handles */
292 Handle *handles = NULL; variable
298 handles[i].use = HANDLE_UNUSED;
299 handles[i].next_unused = first_unused_handle;
312 handles = xreallocarray(handles, num_handles, sizeof(Handle));
317 first_unused_handle = handles[i].next_unused;
319 handles[i].use = use;
320 handles[i].dirp = dirp;
321 handles[
[all...]
/freebsd-11.0-release/sys/boot/efi/boot1/
H A Dboot1.c47 /* The initial number of handles used to query EFI for partitions. */
565 EFI_HANDLE *handles; local
617 /* Get all the device handles */
619 if ((status = bs->AllocatePool(EfiLoaderData, hsize, (void **)&handles))
621 panic("Failed to allocate %d handles (%lu)", NUM_HANDLES_INIT,
625 &hsize, handles);
630 (void)bs->FreePool(handles);
632 (void **)&handles)) != EFI_SUCCESS) {
633 panic("Failed to allocate %zu handles (%lu)", hsize /
634 sizeof(*handles), EFI_ERROR_COD
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c870 /* Get a list of handles of shared libs loaded by the current
878 HMODULE *handles;
903 handles = apr_palloc(pool, size + sizeof *handles);
904 if (! EnumProcessModules_(current, handles, size, &size))
906 handles[size / sizeof *handles] = NULL;
907 return handles;
956 HMODULE *handles = enum_loaded_modules(pool);
959 for (module = handles; modul
874 HMODULE *handles; local
952 HMODULE *handles = enum_loaded_modules(pool); local
[all...]
/freebsd-11.0-release/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.0-release/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.obj.mk3 # The include file <bsd.obj.mk> handles creating the 'obj' directory
H A Dbsd.dep.mk3 # The include file <bsd.dep.mk> handles Makefile dependencies.
251 # ignored if using meta+filemon since it handles all dependencies. The other
H A Dbsd.man.mk3 # The include file <bsd.man.mk> handles installing manual pages and
/freebsd-11.0-release/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.0-release/sys/conf/
H A Ddtb.mk3 # The include file <dtb.mk> handles building and installing dtb files.
/freebsd-11.0-release/usr.bin/kdump/
H A Dmksubr201 * simply handles the necessary "if" statement used in many lines
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_mode.h313 __u32 handles[4]; member in struct:drm_mode_fb_cmd2
/freebsd-11.0-release/contrib/bmake/mk/
H A Dwarnings.mk93 # The first :@ "loop" handles multiple sets in WARNINGS_SET
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc540 // Close all the handles except for the view. It will keep the other handles
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_display.c1113 obj = drm_gem_object_lookup(dev, file_priv, mode_cmd->handles[0]);
1116 "can't create framebuffer\n", mode_cmd->handles[0]);

Completed in 98 milliseconds

12