HomeSort by: relevance | last modified time | path
    Searched defs:handles (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_prime.h 51 struct rb_root handles; member in struct:drm_prime_file_private
  /src/sys/arch/i386/stand/efiboot/
efipxe.c 48 EFI_HANDLE *handles; local in function:efi_pxe_probe
57 &nhandles, &handles);
62 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
72 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
81 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
efinet.c 325 EFI_HANDLE *handles; local in function:efi_net_probe
332 &nhandles, &handles);
343 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
359 status = uefi_call_wrapper(BS->OpenProtocol, 6, handles[i],
393 FreePool(handles);
400 FreePool(handles);
efidisk.c 87 EFI_HANDLE *handles; local in function:efi_disk_probe
97 &nhandles, &handles);
114 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
131 handles[i], &DevicePathProtocol, (void **)&dp);
145 FreePool(handles);
eficons.c 812 EFI_HANDLE *handles; local in function:efi_com_probe
819 &nhandles, &handles);
829 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
851 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
859 FreePool(handles);
boot.c 779 EFI_HANDLE *handles; local in function:command_devpath
797 &nhandles, &handles);
802 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
  /src/sys/stand/efiboot/
efipxe.c 48 EFI_HANDLE *handles; local in function:efi_pxe_probe
57 &nhandles, &handles);
62 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
72 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
81 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
efinet.c 332 EFI_HANDLE *handles; local in function:efi_net_probe
339 &nhandles, &handles);
364 status = uefi_call_wrapper(BS->HandleProtocol, 3, handles[i],
380 status = uefi_call_wrapper(BS->OpenProtocol, 6, handles[i],
403 FreePool(handles);
416 FreePool(handles);
  /src/sys/arch/ia64/stand/efi/libefi/
efinet.c 235 EFI_HANDLE *handles; local in function:efinet_init_driver
245 handles = (EFI_HANDLE *) alloc(sz);
246 status = BS->LocateHandle(ByProtocol, &netid, 0, &sz, handles);
248 free(handles);
266 BS->HandleProtocol(handles[i], &netid,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vce.h 44 atomic_t handles[AMDGPU_MAX_VCE_HANDLES]; member in struct:amdgpu_vce
amdgpu_uvd.h 66 atomic_t handles[AMDGPU_MAX_UVD_HANDLES]; member in struct:amdgpu_uvd
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_abi16.h 35 u64 handles; member in struct:nouveau_abi16
  /src/sys/external/bsd/drm2/dist/drm/
drm_gem.c 76 * struct file. However, file descriptors as handles to a struct file have
83 * This led to a plan of using our own integer IDs (called handles, following
228 * drm_gem_object_handle_free - release resources bound to userspace handles
409 * drop it before returning. Used to avoid races in establishing new handles
412 * Handles must be release again through drm_gem_handle_delete(). This is done
413 * when userspace closes @file_priv for all attached handles, or through the
414 * GEM_CLOSE ioctl for individual handles.
532 * This function is idempotent and handles an already allocated mmap offset
783 * drm_gem_objects_lookup - look up GEM objects from an array of handles
789 * Takes an array of userspace handles and returns a newly allocated array o
805 u32 *handles; local in function:drm_gem_objects_lookup
    [all...]
drm_syncobj.c 73 * &DRM_IOCTL_SYNCOBJ_WAIT takes an array of syncobj handles and does a
103 * All exported file descriptors and any syncobj handles created as a
1310 uint32_t i, *handles; local in function:drm_syncobj_array_find
1314 handles = kmalloc_array(count_handles, sizeof(*handles), GFP_KERNEL);
1315 if (handles == NULL)
1318 if (copy_from_user(handles, user_handles,
1331 syncobjs[i] = drm_syncobj_find(file_private, handles[i]);
1338 kfree(handles);
1347 kfree(handles);
    [all...]
drm_ioc32.c 582 u32 send_indices; /**< List of handles to buffers */
882 u32 handles[4]; member in struct:drm_mode_fb_cmd232
969 * appropriate. Note that this only handles DRM core IOCTLs, if the driver has
  /src/sys/compat/netbsd32/
netbsd32_drm.c 530 netbsd32_pointer_t send_indices; /**< List of handles to buffers */
875 uint32_t handles[4]; member in struct:drm_mode_fb_cmd232
903 req64.handles[i] = req32.handles[i];
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h 522 __u32 handles[4]; member in struct:drm_mode_fb_cmd2
drm.h 427 int __user *send_indices; /**< List of handles to buffers */
775 __u64 handles; member in struct:drm_syncobj_wait
785 __u64 handles; member in struct:drm_syncobj_timeline_wait
786 /* wait on specific timeline point for every handles*/
798 __u64 handles; member in struct:drm_syncobj_array
805 __u64 handles; member in struct:drm_syncobj_timeline_array
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 1721 atomic_t handles[RADEON_MAX_UVD_HANDLES]; member in struct:radeon_uvd
1763 atomic_t handles[RADEON_MAX_VCE_HANDLES]; member in struct:radeon_vce

Completed in 25 milliseconds