Home
last modified time | relevance | path

Searched defs:handles (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_device.c65 u32 *handles; in gather_objects_handle() local
100 u32 *handles; in UVERBS_HANDLER() local
/freebsd/stand/efi/libefi/
H A Defi_driver_utils.c40 EFI_HANDLE *handles; in connect_controllers() local
H A Deficom.c97 EFI_HANDLE *handles; in efi_serial_init() local
163 EFI_HANDLE *handles, handle; in efi_serial_get_handle() local
H A Dhandles.c42 efi_register_handles(struct devsw *sw, EFI_HANDLE *handles, in efi_register_handles()
H A Definet.c360 EFI_HANDLE *handles, *handles2; in efinet_dev_init() local
H A Ddevpath.c747 efi_devpath_to_handle(EFI_DEVICE_PATH *path, EFI_HANDLE *handles, unsigned nhandles) in efi_devpath_to_handle()
/freebsd/stand/efi/gptboot/
H A Dproto.c200 probe_handles(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in probe_handles()
222 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol()
/freebsd/stand/efi/boot1/
H A Dproto.c154 choice_protocol(EFI_HANDLE *handles, UINTN nhandles, EFI_DEVICE_PATH *imgpath) in choice_protocol()
H A Dboot1.c172 EFI_HANDLE *handles; in efi_main() local
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c162 HANDLE handles[2]; in l2_packet_rx_thread_try_read() local
200 HANDLE handles[2]; in l2_packet_rx_thread() local
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c1053 non_descendant_idx(zfs_handle_t **handles, size_t num_handles, int idx) in non_descendant_idx()
1086 zfs_dispatch_mount(libzfs_handle_t *hdl, zfs_handle_t **handles, in zfs_dispatch_mount()
1163 zfs_handle_t **handles = mp->mnt_zhps; in zfs_mount_task() local
1218 zfs_foreach_mountpoint(libzfs_handle_t *hdl, zfs_handle_t **handles, in zfs_foreach_mountpoint()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp268 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept() local
/freebsd/contrib/libxo/doc/
H A Dapi.rst10 .. _handles: target in The libxo API
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c126 #define pipe(handles) socketpair(AF_LOCAL, SOCK_STREAM, 0, handles) argument
651 int handles[2]; in initialize_mousetype() local
/freebsd/contrib/wpa/src/utils/
H A Deloop_win.c68 HANDLE *handles; member
/freebsd/sys/dev/isp/
H A Disp.c1561 isp_gethandles(ispsoftc_t *isp, int chan, uint16_t *handles, int *num, int loop) in isp_gethandles()
1961 uint16_t *handles; in isp_scan_loop() local
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c55 struct handle *handles; member
/freebsd/sys/dev/drm2/
H A Ddrm_mode.h311 __u32 handles[4]; member
/freebsd/crypto/openssh/
H A Dsftp-server.c326 static Handle *handles = NULL; variable