Home
last modified time | relevance | path

Searched defs:tfile (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dttm_object.c135 struct ttm_object_file *tfile; member
141 ttm_object_file_ref(struct ttm_object_file *tfile) in ttm_object_file_ref()
149 struct ttm_object_file *tfile = in ttm_object_file_destroy() local
158 struct ttm_object_file *tfile = *p_tfile; in ttm_object_file_unref() local
165 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init()
252 ttm_base_object_noref_lookup(struct ttm_object_file *tfile, uint32_t key) in ttm_base_object_noref_lookup()
270 struct ttm_base_object *ttm_base_object_lookup(struct ttm_object_file *tfile, in ttm_base_object_lookup()
316 bool ttm_ref_object_exists(struct ttm_object_file *tfile, in ttm_ref_object_exists()
351 int ttm_ref_object_add(struct ttm_object_file *tfile, in ttm_ref_object_add()
432 struct ttm_object_file *tfile = ref->tfile; in ttm_ref_object_release() local
[all …]
H A Dvmwgfx_bo.c607 struct ttm_object_file *tfile, in vmw_user_bo_alloc()
664 struct ttm_object_file *tfile) in vmw_user_bo_verify_access()
698 struct ttm_object_file *tfile, in vmw_user_bo_synccpu_grab()
748 struct ttm_object_file *tfile, in vmw_user_bo_synccpu_release()
778 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_bo_synccpu_ioctl() local
912 int vmw_user_bo_lookup(struct ttm_object_file *tfile, in vmw_user_bo_lookup()
963 vmw_user_bo_noref_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_user_bo_noref_lookup()
995 int vmw_user_bo_reference(struct ttm_object_file *tfile, in vmw_user_bo_reference()
1096 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_dumb_map_offset() local
H A Dvmwgfx_prime.c82 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_fd_to_handle() local
92 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_prime_handle_to_fd() local
H A Dvmwgfx_simple_resource.c156 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_simple_resource_create_ioctl() local
237 vmw_simple_resource_lookup(struct ttm_object_file *tfile, in vmw_simple_resource_lookup()
H A Dvmwgfx_fence.c644 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_user_fence_create() local
817 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) in vmw_fence_obj_lookup()
846 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_wait_ioctl() local
901 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_fence_obj_signaled_ioctl() local
1152 struct ttm_object_file *tfile = vmw_fp->tfile; in vmw_fence_event_ioctl() local
H A Dvmwgfx_va.c158 struct ttm_object_file *tfile, in vmw_user_stream_lookup()
H A Dvmwgfx_resource.c265 struct ttm_object_file *tfile, in vmw_user_resource_lookup_handle()
310 struct ttm_object_file *tfile, in vmw_user_resource_noref_lookup_handle()
335 struct ttm_object_file *tfile, in vmw_user_lookup_handle()
H A Dvmwgfx_surface.c717 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_destroy_ioctl() local
742 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_define_ioctl() local
937 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_handle_reference() local
1023 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_surface_reference_ioctl() local
1601 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_define_internal() local
1767 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_gb_surface_reference_internal() local
H A Dttm_object.h130 struct ttm_object_file *tfile; member
H A Dvmwgfx_shader.c712 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_destroy_ioctl() local
725 struct ttm_object_file *tfile, in vmw_user_shader_alloc()
851 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_shader_define() local
H A Dvmwgfx_ioctl.c256 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_present_ioctl() local
H A Dvmwgfx_context.c719 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_destroy_ioctl() local
732 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_context_define() local
H A Dvmwgfx_ttm_buffer.c796 struct ttm_object_file *tfile = in vmw_verify_access() local
H A Dvmwgfx_overlay.c469 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_overlay_ioctl() local
H A Dvmwgfx_kms.c150 struct ttm_object_file *tfile, in vmw_kms_cursor_snoop()
1378 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; in vmw_kms_fb_create() local
H A Dvmwgfx_drv.h104 struct ttm_object_file *tfile; member
/netbsd-src/usr.bin/last/
H A Dwant.c99 char *tfile; in wtmp() local
/netbsd-src/usr.bin/make/
H A Djob.c1594 char tfile[MAXPATHLEN]; JobWriteShellCommands() local
2767 Job_TempFile(const char * pattern,char * tfile,size_t tfile_sz) Job_TempFile() argument
H A Dmain.c2193 mkTempFile(const char * pattern,char * tfile,size_t tfile_sz) mkTempFile() argument
[all...]
/netbsd-src/games/fortune/fortune/
H A Dfortune.c452 char *tpath, *offensive, *tfile = strdup(file), *tf; in add_file() local
/netbsd-src/usr.sbin/makefs/
H A Dcd9660.c1265 cd9660node *tfile; in cd9660_rrip_move_directory() local
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_link.c1713 char tfile[PATH_MAX]; in dtrace_program_link() local
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c1191 char *tfile; in compile_input() local
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclient.c4329 char *tfile = Xasprintf ("%s.CVSBFCTMP", file); in send_modified() local
4410 char *tfile = Xasprintf ("%s.CVSBFCTMP", file); in send_modified() local