Home
last modified time | relevance | path

Searched defs:out_handle (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.h19 struct xdr_netobj out_handle; member
H A Dsvcauth_gss.c77 struct xdr_netobj out_handle, out_token; member
1060 gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, struct xdr_netobj *out_handle, int *major_status) gss_write_init_verf() argument
1208 gss_write_resv(struct kvec *resv, size_t size_limit, struct xdr_netobj *out_handle, struct xdr_netobj *out_token, int major_status, int minor_status) gss_write_resv() argument
[all...]
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.h19 struct xdr_netobj out_handle; member
H A Dsvcauth_gss.c101 struct xdr_netobj out_handle, out_token; member
1020 svcauth_gss_proc_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, struct xdr_netobj *out_handle, int *major_status, u32 seq_num) svcauth_gss_proc_init_verf() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/panfrost/drm/
H A Dpanfrost_drm_winsys.c41 panfrost_create_kms_dumb_buffer_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) panfrost_create_kms_dumb_buffer_for_resource() argument
/third_party/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c54 renderonly_create_kms_dumb_buffer_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) renderonly_create_kms_dumb_buffer_for_resource() argument
110 renderonly_create_gpu_import_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) renderonly_create_gpu_import_for_resource() argument
H A Drenderonly.h83 renderonly_scanout_for_resource(struct pipe_resource *rsc, struct renderonly *ro, struct winsys_handle *out_handle) renderonly_scanout_for_resource() argument
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c50 dg_create_handle(u32 resource_id, u32 flags, u32 priv_flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) dg_create_handle() argument
403 vmci_datagram_create_handle_priv(u32 resource_id, u32 flags, u32 priv_flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) vmci_datagram_create_handle_priv() argument
438 vmci_datagram_create_handle(u32 resource_id, u32 flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) vmci_datagram_create_handle() argument
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c50 dg_create_handle(u32 resource_id, u32 flags, u32 priv_flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) dg_create_handle() argument
403 vmci_datagram_create_handle_priv(u32 resource_id, u32 flags, u32 priv_flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) vmci_datagram_create_handle_priv() argument
438 vmci_datagram_create_handle(u32 resource_id, u32 flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) vmci_datagram_create_handle() argument
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c858 acpi_status acpi_os_create_lock(acpi_spinlock * out_handle) in acpi_os_create_lock() argument
590 acpi_os_create_semaphore(u32 max_units, u32 initial_units, acpi_handle *out_handle) acpi_os_create_semaphore() argument
627 acpi_os_create_semaphore(u32 max_units, u32 initial_units, acpi_handle *out_handle) acpi_os_create_semaphore() argument
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c858 acpi_status acpi_os_create_lock(acpi_spinlock * out_handle) in acpi_os_create_lock() argument
590 acpi_os_create_semaphore(u32 max_units, u32 initial_units, acpi_handle *out_handle) acpi_os_create_semaphore() argument
627 acpi_os_create_semaphore(u32 max_units, u32 initial_units, acpi_handle *out_handle) acpi_os_create_semaphore() argument
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dvmci_transport.c581 vmci_transport_datagram_create_hnd(u32 resource_id, u32 flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) vmci_transport_datagram_create_hnd() argument
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvmci_transport.c581 vmci_transport_datagram_create_hnd(u32 resource_id, u32 flags, vmci_datagram_recv_cb recv_cb, void *client_data, struct vmci_handle *out_handle) vmci_transport_datagram_create_hnd() argument
/third_party/libdrm/amdgpu/
H A Damdgpu_cs.c951 amdgpu_cs_fence_to_handle(amdgpu_device_handle dev, struct amdgpu_cs_fence *fence, uint32_t what, uint32_t *out_handle) amdgpu_cs_fence_to_handle() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c1412 crocus_bo_export_gem_handle_for_device(struct crocus_bo *bo, int drm_fd, uint32_t *out_handle) crocus_bo_export_gem_handle_for_device() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c2039 iris_bo_export_gem_handle_for_device(struct iris_bo *bo, int drm_fd, uint32_t *out_handle) iris_bo_export_gem_handle_for_device() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c984 HANDLE out_handle; in resource_object_create() local
1528 HANDLE out_handle; in zink_memobj_create_from_handle() local

Completed in 23 milliseconds