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

12

/freebsd-10-stable/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 DMakefile9 SRCS= delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
H A Dhandles.c45 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, argument
56 entry[idx].handle = handles[unit];
/freebsd-10-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-10-stable/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-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-10-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-10-stable/crypto/openssh/
H A Dsftp-server.c270 /* handle handles */
289 Handle *handles = NULL; variable
295 handles[i].use = HANDLE_UNUSED;
296 handles[i].next_unused = first_unused_handle;
309 handles = xreallocarray(handles, num_handles, sizeof(Handle));
314 first_unused_handle = handles[i].next_unused;
316 handles[i].use = use;
317 handles[i].dirp = dirp;
318 handles[
[all...]
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c47 /* The initial number of handles used to query EFI for partitions. */
564 EFI_HANDLE *handles; local
616 /* Get all the device handles */
618 if ((status = bs->AllocatePool(EfiLoaderData, hsize, (void **)&handles))
620 panic("Failed to allocate %d handles (%lu)", NUM_HANDLES_INIT,
624 &hsize, handles);
629 (void)bs->FreePool(handles);
631 (void **)&handles)) != EFI_SUCCESS) {
632 panic("Failed to allocate %zu handles (%lu)", hsize /
633 sizeof(*handles), EFI_ERROR_COD
[all...]
/freebsd-10-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-10-stable/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-10-stable/share/mk/
H A Dbsd.nls.mk3 # This include file <bsd.nls.mk> handles building and installing Native
H A Dbsd.info.mk3 # The include file <bsd.info.mk> handles installing GNU (tech)info files.
H A Dbsd.doc.mk4 # The include file <bsd.doc.mk> handles installing BSD troff documents.
H A Dbsd.obj.mk3 # The include file <bsd.obj.mk> handles creating the 'obj' directory
/freebsd-10-stable/sys/conf/
H A Ddtb.mk3 # The include file <dtb.mk> handles building and installing dtb files.
/freebsd-10-stable/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-stable/sys/boot/fdt/dts/powerpc/
H A Dp2041si.dtsi1098 fsl,port-handles = <&fman0_rx0 &fman0_tx0>;
1113 fsl,port-handles = <&fman0_rx1 &fman0_tx1>;
1128 fsl,port-handles = <&fman0_rx2 &fman0_tx2>;
1143 fsl,port-handles = <&fman0_rx3 &fman0_tx3>;
1158 fsl,port-handles = <&fman0_rx4 &fman0_tx4>;
1173 fsl,port-handles = <&fman0_rx5 &fman0_tx5>;
H A Dp3041si.dtsi1100 fsl,port-handles = <&fman0_rx0 &fman0_tx0>;
1116 fsl,port-handles = <&fman0_rx1 &fman0_tx1>;
1132 fsl,port-handles = <&fman0_rx2 &fman0_tx2>;
1148 fsl,port-handles = <&fman0_rx3 &fman0_tx3>;
1163 fsl,port-handles = <&fman0_rx4 &fman0_tx4>;
1179 fsl,port-handles = <&fman0_rx5 &fman0_tx5>;
H A Dp5020si.dtsi1145 fsl,port-handles = <&fman0_rx0 &fman0_tx0>;
1161 fsl,port-handles = <&fman0_rx1 &fman0_tx1>;
1177 fsl,port-handles = <&fman0_rx2 &fman0_tx2>;
1193 fsl,port-handles = <&fman0_rx3 &fman0_tx3>;
1209 fsl,port-handles = <&fman0_rx4 &fman0_tx4>;
1225 fsl,port-handles = <&fman0_rx5 &fman0_tx5>;
/freebsd-10-stable/usr.bin/kdump/
H A Dmksubr203 * simply handles the necessary "if" statement used in many lines
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_mode.h313 __u32 handles[4]; member in struct:drm_mode_fb_cmd2
/freebsd-10-stable/contrib/bmake/mk/
H A Dwarnings.mk93 # The first :@ "loop" handles multiple sets in WARNINGS_SET
/freebsd-10-stable/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 */

Completed in 131 milliseconds

12