Searched defs:tfile (Results 1 - 21 of 21) sorted by relevance

/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_prime.c82 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_prime_fd_to_handle
92 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_prime_handle_to_fd
H A Dvmwgfx_simple_resource.c156 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_simple_resource_create_ioctl
237 vmw_simple_resource_lookup(struct ttm_object_file *tfile, argument
H A Dvmwgfx_va.c157 vmw_user_stream_lookup(struct vmw_private * dev_priv,struct ttm_object_file * tfile,uint32_t * inout_id,struct vmw_resource ** out) argument
H A Dttm_object.h130 struct ttm_object_file *tfile; member in struct:ttm_base_object
[all...]
H A Dvmwgfx_ioctl.c256 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_present_ioctl
H A Dttm_object.c135 struct ttm_object_file *tfile; member in struct:ttm_ref_object
141 ttm_object_file_ref(struct ttm_object_file *tfile) argument
149 struct ttm_object_file *tfile = local in function:ttm_object_file_destroy
158 struct ttm_object_file *tfile = *p_tfile; local in function:ttm_object_file_unref
165 int ttm_base_object_init(struct ttm_object_file *tfile, argument
252 ttm_base_object_noref_lookup(struct ttm_object_file * tfile,uint32_t key) argument
270 ttm_base_object_lookup(struct ttm_object_file * tfile,uint32_t key) argument
316 ttm_ref_object_exists(struct ttm_object_file * tfile,struct ttm_base_object * base) argument
351 ttm_ref_object_add(struct ttm_object_file * tfile,struct ttm_base_object * base,enum ttm_ref_type ref_type,bool * existed,bool require_existed) argument
432 struct ttm_object_file *tfile = ref->tfile; variable in typeref:struct:ttm_object_file *
450 ttm_ref_object_base_unref(struct ttm_object_file * tfile,unsigned long key,enum ttm_ref_type ref_type) argument
475 struct ttm_object_file *tfile = *p_tfile; local in function:ttm_object_file_release
501 struct ttm_object_file *tfile = kmalloc(sizeof(*tfile), GFP_KERNEL); local in function:ttm_object_file_init
667 ttm_prime_fd_to_handle(struct ttm_object_file * tfile,int fd,u32 * handle) argument
702 ttm_prime_handle_to_fd(struct ttm_object_file * tfile,uint32_t handle,uint32_t flags,int * prime_fd) argument
797 ttm_prime_object_init(struct ttm_object_file * tfile,size_t size,struct ttm_prime_object * prime,bool shareable,enum ttm_object_type type,void (* refcount_release)(struct ttm_base_object **),void (* ref_obj_release)(struct ttm_base_object *,enum ttm_ref_type ref_type)) argument
[all...]
H A Dvmwgfx_context.c719 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_context_destroy_ioctl
732 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_context_define
H A Dvmwgfx_overlay.c469 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_overlay_ioctl
H A Dvmwgfx_bo.c606 vmw_user_bo_alloc(struct vmw_private * dev_priv,struct ttm_object_file * tfile,uint32_t size,bool shareable,uint32_t * handle,struct vmw_buffer_object ** p_vbo,struct ttm_base_object ** p_base) argument
663 vmw_user_bo_verify_access(struct ttm_buffer_object * bo,struct ttm_object_file * tfile) argument
697 vmw_user_bo_synccpu_grab(struct vmw_user_buffer_object * user_bo,struct ttm_object_file * tfile,uint32_t flags) argument
747 vmw_user_bo_synccpu_release(uint32_t handle,struct ttm_object_file * tfile,uint32_t flags) argument
778 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_user_bo_synccpu_ioctl
912 vmw_user_bo_lookup(struct ttm_object_file * tfile,uint32_t handle,struct vmw_buffer_object ** out,struct ttm_base_object ** p_base) argument
963 vmw_user_bo_noref_lookup(struct ttm_object_file * tfile,u32 handle) argument
995 vmw_user_bo_reference(struct ttm_object_file * tfile,struct vmw_buffer_object * vbo,uint32_t * handle) argument
1096 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_dumb_map_offset
[all...]
H A Dvmwgfx_fence.c644 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_user_fence_create
817 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) argument
846 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_fence_obj_wait_ioctl
901 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_fence_obj_signaled_ioctl
1152 struct ttm_object_file *tfile = vmw_fp->tfile; local in function:vmw_fence_event_ioctl
[all...]
H A Dvmwgfx_resource.c264 vmw_user_resource_lookup_handle(struct vmw_private * dev_priv,struct ttm_object_file * tfile,uint32_t handle,const struct vmw_user_resource_conv * converter,struct vmw_resource ** p_res) argument
309 vmw_user_resource_noref_lookup_handle(struct vmw_private * dev_priv,struct ttm_object_file * tfile,uint32_t handle,const struct vmw_user_resource_conv * converter) argument
334 vmw_user_lookup_handle(struct vmw_private * dev_priv,struct ttm_object_file * tfile,uint32_t handle,struct vmw_surface ** out_surf,struct vmw_buffer_object ** out_buf) argument
H A Dvmwgfx_shader.c712 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_shader_destroy_ioctl
851 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_shader_define
718 vmw_user_shader_alloc(struct vmw_private * dev_priv,struct vmw_buffer_object * buffer,size_t shader_size,size_t offset,SVGA3dShaderType shader_type,uint8_t num_input_sig,uint8_t num_output_sig,struct ttm_object_file * tfile,u32 * handle) argument
[all...]
H A Dvmwgfx_ttm_buffer.c796 struct ttm_object_file *tfile = local in function:vmw_verify_access
H A Dvmwgfx_kms.c1378 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_kms_fb_create
149 vmw_kms_cursor_snoop(struct vmw_surface * srf,struct ttm_object_file * tfile,struct ttm_buffer_object * bo,SVGA3dCmdHeader * header) argument
H A Dvmwgfx_surface.c717 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_surface_destroy_ioctl
742 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_surface_define_ioctl
937 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_surface_handle_reference
1023 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_surface_reference_ioctl
1601 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_gb_surface_define_internal
1767 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local in function:vmw_gb_surface_reference_internal
[all...]
H A Dvmwgfx_drv.h104 struct ttm_object_file *tfile; member in struct:vmw_fpriv
[all...]
/src/usr.bin/last/
H A Dwant.c99 char *tfile; local in function:wtmp
/src/games/fortune/fortune/
H A Dfortune.c452 char *tpath, *offensive, *tfile = strdup(file), *tf; local in function:add_file
[all...]
/src/usr.sbin/makefs/
H A Dcd9660.c1265 cd9660node *tfile; local in function:cd9660_rrip_move_directory
/src/usr.bin/make/
H A Dmain.c2186 mkTempFile(const char *pattern, char *tfile, size_t tfile_sz) argument
[all...]
H A Djob.c2546 Job_TempFile(const char *pattern, char *tfile, size_t tfile_sz) argument

Completed in 29 milliseconds