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

1 2 3

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_prime.h 51 struct rb_root handles; member in struct:drm_prime_file_private
drm_prime.h 51 struct rb_root handles; member in struct:drm_prime_file_private
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],
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],
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);
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);
  /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],
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],
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);
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,
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,
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_vce.h 44 atomic_t handles[AMDGPU_MAX_VCE_HANDLES]; member in struct:amdgpu_vce
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
amdgpu_uvd.h 66 atomic_t handles[AMDGPU_MAX_UVD_HANDLES]; member in struct:amdgpu_uvd
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
nouveau_abi16.h 35 u64 handles; member in struct:nouveau_abi16

Completed in 39 milliseconds

1 2 3