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

12

/freebsd-10.2-release/sys/boot/efi/libefi/
H A Definet.c259 EFI_HANDLE *handles; local
265 handles = NULL;
268 handles = (EFI_HANDLE *)malloc(sz);
270 handles);
272 free(handles);
277 err = efi_register_handles(&efinet_dev, handles, NULL, nifs);
278 free(handles);
H A DMakefile6 SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
H A Dhandles.c28 __FBSDID("$FreeBSD: releng/10.2/sys/boot/efi/libefi/handles.c 271135 2014-09-04 21:01:10Z emaste $");
44 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, argument
55 entry[idx].handle = handles[unit];
/freebsd-10.2-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-10.2-release/contrib/wpa/src/utils/
H A Deloop_win.c67 HANDLE *handles; member in struct:eloop_data
78 eloop.handles = os_malloc(eloop.num_handles *
79 sizeof(eloop.handles[0]));
80 if (eloop.handles == NULL)
87 os_free(eloop.handles);
101 n = os_realloc_array(eloop.handles, eloop.num_handles * 2,
102 sizeof(eloop.handles[0]));
105 eloop.handles = n;
475 eloop.handles[count++] = eloop.events[i].event;
478 eloop.handles[coun
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Dsftp-server.c281 /* handle handles */
300 Handle *handles = NULL; variable
306 handles[i].use = HANDLE_UNUSED;
307 handles[i].next_unused = first_unused_handle;
320 handles = xrealloc(handles, num_handles, sizeof(Handle));
325 first_unused_handle = handles[i].next_unused;
327 handles[i].use = use;
328 handles[i].dirp = dirp;
329 handles[
[all...]
/freebsd-10.2-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-10.2-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-10.2-release/sys/boot/amd64/boot1.efi/
H A Dboot1.c109 EFI_HANDLE handles[128]; local
111 UINTN i, nparts = sizeof(handles);
132 &BlockIoProtocolGUID, NULL, &nparts, handles);
133 nparts /= sizeof(handles[0]);
136 status = systab->BootServices->HandleProtocol(handles[i],
144 status = systab->BootServices->HandleProtocol(handles[i],
159 bootdevhandle = handles[i];
/freebsd-10.2-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-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c775 /* Get a list of handles of shared libs loaded by the current
783 HMODULE *handles;
808 handles = apr_palloc(pool, size + sizeof *handles);
809 if (! EnumProcessModules_(current, handles, size, &size))
811 handles[size / sizeof *handles] = NULL;
812 return handles;
861 HMODULE *handles = enum_loaded_modules(pool);
864 for (module = handles; modul
779 HMODULE *handles; local
857 HMODULE *handles = enum_loaded_modules(pool); local
[all...]
/freebsd-10.2-release/share/mk/
H A Dbsd.nls.mk3 # This include file <bsd.nls.mk> handles building and installing Native
H A Dbsd.dep.mk3 # The include file <bsd.dep.mk> handles Makefile dependencies.
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.man.mk3 # The include file <bsd.man.mk> handles installing manual pages and
/freebsd-10.2-release/sys/conf/
H A Ddtb.mk3 # The include file <dtb.mk> handles building and installing dtb files.
/freebsd-10.2-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c519 int handles[2]; local
521 if (pipe(handles) < 0) {
541 sp->_emxmouse_wfd = handles[1];
542 M_FD(sp) = handles[0];
544 setmode(handles[0], O_BINARY);
545 setmode(handles[1], O_BINARY);
/freebsd-10.2-release/usr.bin/kdump/
H A Dmksubr203 * simply handles the necessary "if" statement used in many lines
/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_mode.h313 __u32 handles[4]; member in struct:drm_mode_fb_cmd2
/freebsd-10.2-release/contrib/bmake/mk/
H A Dwarnings.mk86 # The first :@ "loop" handles multiple sets in WARNINGS_SET
/freebsd-10.2-release/sys/dev/ieee488/
H A Dibfoo.c88 LIST_HEAD(,handle) handles;
382 LIST_FOREACH(h, &ib->handles, list) {
586 LIST_INSERT_HEAD(&ib->handles, h, list);
924 LIST_INIT(&ib->handles);
972 /* XXX: free handles */
/freebsd-10.2-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 310 milliseconds

12