Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd-12-stable/stand/efi/libefi/
Defi_driver_utils.c42 EFI_HANDLE *handles; in connect_controllers() local
54 handles = malloc(hsize); in connect_controllers()
55 if (handles == NULL) in connect_controllers()
60 &hsize, handles); in connect_controllers()
67 BS->ConnectController(handles[i], NULL, NULL, true); in connect_controllers()
70 free(handles); in connect_controllers()
Definet.c363 EFI_HANDLE *handles, *handles2; in efinet_dev_init() local
370 handles = NULL; in efinet_dev_init()
373 handles = (EFI_HANDLE *)malloc(sz); in efinet_dev_init()
374 if (handles == NULL) in efinet_dev_init()
377 handles); in efinet_dev_init()
379 free(handles); in efinet_dev_init()
385 free(handles); in efinet_dev_init()
390 devpath = efi_lookup_devpath(handles[i]); in efinet_dev_init()
400 handles2[nifs] = handles[i]; in efinet_dev_init()
403 free(handles); in efinet_dev_init()
Dhandles.c45 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, in efi_register_handles() argument
58 entry[idx].handle = handles[unit]; in efi_register_handles()
DMakefile21 handles.c \
/freebsd-12-stable/contrib/wpa/src/utils/
Deloop_win.c68 HANDLE *handles; member
80 eloop.handles = os_malloc(eloop.num_handles * in eloop_init()
81 sizeof(eloop.handles[0])); in eloop_init()
82 if (eloop.handles == NULL) in eloop_init()
89 os_free(eloop.handles); in eloop_init()
103 n = os_realloc_array(eloop.handles, eloop.num_handles * 2, in eloop_prepare_handles()
104 sizeof(eloop.handles[0])); in eloop_prepare_handles()
107 eloop.handles = n; in eloop_prepare_handles()
554 eloop.handles[count++] = eloop.events[i].event; in eloop_run()
557 eloop.handles[count++] = eloop.readers[i].event; in eloop_run()
[all …]
/freebsd-12-stable/sys/fs/fuse/
Dfuse_file.c225 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_validrw()
237 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_validrw()
261 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_get()
271 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_get()
296 LIST_FOREACH(fufh, &fvdat->handles, next) { in fuse_filehandle_get_anyflags()
305 fufh = LIST_FIRST(&fvdat->handles); in fuse_filehandle_get_anyflags()
348 LIST_INSERT_HEAD(&fvdat->handles, fufh, next); in fuse_filehandle_init()
Dfuse_node.h106 LIST_HEAD(, fuse_filehandle) handles;
/freebsd-12-stable/crypto/heimdal/appl/gssmask/
Dgssmask.c55 struct handle *handles; member
113 h->next = c->handles; in add_handle()
114 c->handles = h; in add_handle()
286 struct handle *h = c->handles; in HandleOP()
326 ctx = find_handle(c->handles, hContext, handle_context); in HandleOP()
329 creds = find_handle(c->handles, hCred, handle_cred); in HandleOP()
382 del_handle(&c->handles, hContext); in HandleOP()
436 ctx = find_handle(c->handles, hContext, handle_context); in HandleOP()
462 del_handle(&c->handles, hContext); in HandleOP()
510 del_handle(&c->handles, handle); in HandleOP()
[all …]
/freebsd-12-stable/contrib/wpa/src/l2_packet/
Dl2_packet_ndis.c162 HANDLE handles[2]; in l2_packet_rx_thread_try_read() local
189 handles[0] = l2_ndisuio_global->stop_request; in l2_packet_rx_thread_try_read()
190 handles[1] = l2_ndisuio_global->rx_processed; in l2_packet_rx_thread_try_read()
191 WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread_try_read()
200 HANDLE handles[2]; in l2_packet_rx_thread() local
204 handles[0] = l2_ndisuio_global->stop_request; in l2_packet_rx_thread()
205 handles[1] = l2_ndisuio_global->ready_for_read; in l2_packet_rx_thread()
225 res = WaitForMultipleObjects(2, handles, FALSE, INFINITE); in l2_packet_rx_thread()
/freebsd-12-stable/stand/efi/boot1/
Dboot1.c155 EFI_HANDLE *handles; in efi_main() local
213 handles = malloc(hsize); in efi_main()
214 if (handles == NULL) in efi_main()
218 NULL, &hsize, handles); in efi_main()
221 nhandles = hsize / sizeof(*handles); in efi_main()
249 choice_protocol(handles, nhandles, imgpath); in efi_main()
Dproto.c157 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol() argument
199 rv = probe_handle(handles[i], imgpath); in choice_protocol()
Dproto.h28 void choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_mount.c1317 non_descendant_idx(zfs_handle_t **handles, size_t num_handles, int idx) in non_descendant_idx() argument
1323 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, parent, in non_descendant_idx()
1327 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, child, in non_descendant_idx()
1350 zfs_dispatch_mount(libzfs_handle_t *hdl, zfs_handle_t **handles, in zfs_dispatch_mount() argument
1357 mnt_param->mnt_zhps = handles; in zfs_dispatch_mount()
1416 zfs_handle_t **handles = mp->mnt_zhps; in zfs_mount_task() local
1420 verify(zfs_prop_get(handles[idx], ZFS_PROP_MOUNTPOINT, mountpoint, in zfs_mount_task()
1423 if (mp->mnt_func(handles[idx], mp->mnt_data) != 0) in zfs_mount_task()
1435 i = non_descendant_idx(handles, num_handles, i)) { in zfs_mount_task()
1437 verify(zfs_prop_get(handles[i], ZFS_PROP_MOUNTPOINT, in zfs_mount_task()
[all …]
/freebsd-12-stable/crypto/openssh/
Dsftp-server.c326 static Handle *handles = NULL; variable
332 handles[i].use = HANDLE_UNUSED; in handle_unused()
333 handles[i].next_unused = first_unused_handle; in handle_unused()
346 handles = xreallocarray(handles, num_handles, sizeof(Handle)); in handle_new()
351 first_unused_handle = handles[i].next_unused; in handle_new()
353 handles[i].use = use; in handle_new()
354 handles[i].dirp = dirp; in handle_new()
355 handles[i].fd = fd; in handle_new()
356 handles[i].flags = flags; in handle_new()
357 handles[i].name = xstrdup(name); in handle_new()
[all …]
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dwinservice.c326 HANDLE handles[2]; in winservice_start() local
364 handles[0] = winservice_start_event; in winservice_start()
365 handles[1] = winservice_dispatcher_thread; in winservice_start()
366 wait_status = WaitForMultipleObjects(2, handles, FALSE, INFINITE); in winservice_start()
/freebsd-12-stable/stand/efi/gptboot/
Dproto.c203 probe_handles(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in probe_handles() argument
208 probe_handle(handles[i], imgpath); in probe_handles()
225 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol() argument
238 probe_handles(handles, nhandles, imgpath); in choice_protocol()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTokenKinds.def777 // handles them.
782 // handles them.
787 // handles them.
792 // handles them.
802 // handles them.
807 // handles them.
812 // handles them.
817 // handles them.
822 // handles them.
827 // handles them.
[all …]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dsysinfo.c1087 HMODULE *handles; in enum_loaded_modules() local
1112 handles = apr_palloc(pool, size + sizeof *handles); in enum_loaded_modules()
1113 if (! EnumProcessModules_(current, handles, size, &size)) in enum_loaded_modules()
1115 handles[size / sizeof *handles] = NULL; in enum_loaded_modules()
1116 return handles; in enum_loaded_modules()
1165 HMODULE *handles = enum_loaded_modules(pool); in win32_shared_libs() local
1168 for (module = handles; module && *module; ++module) in win32_shared_libs()
/freebsd-12-stable/contrib/file/
DMAINT32 (handles statbuf modes for DEV)
33 (handles statbuf modes for executable &c.
/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_mouse.c125 #define pipe(handles) socketpair(AF_LOCAL, SOCK_STREAM, 0, handles) argument
565 int handles[2]; in initialize_mousetype() local
567 if (pipe(handles) < 0) { in initialize_mousetype()
587 sp->_emxmouse_wfd = handles[1]; in initialize_mousetype()
588 M_FD(sp) = handles[0]; in initialize_mousetype()
590 setmode(handles[0], O_BINARY); in initialize_mousetype()
591 setmode(handles[1], O_BINARY); in initialize_mousetype()
/freebsd-12-stable/contrib/ntp/sntp/harden/
DREADME4 ../scripts/genHardFlags handles the parsing of these files.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DTCPSocket.cpp265 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept() local
270 handles.emplace_back(accept_loop.RegisterReadObject( in Accept()
/freebsd-12-stable/contrib/ntp/sntp/loc/
DREADME4 ../scripts/genLocInfo handles the parsing of these files.
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
Derr.copyoutstrbadaddr.ksh37 * Verify that copyout() handles bad addresses.
Derr.copyoutbadaddr.ksh38 * Verify that copyout() handles bad addresses.

12345678910