| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| tfile.exp | 19 # targets lacking tracepoint support; the program tfile.c has the 20 # ability to generate synthetic trace files directly, and the tfile 26 set tfile_basic [standard_output_file tfile-basic.tf] 27 set tfile_error [standard_output_file tfile-error.tf] 31 set tfile_basic tfile-basic.tf 32 set tfile_error tfile-error.tf 60 remote_download host [remote_upload target tfile-basic.tf] tfile-basic.tf 61 remote_download host [remote_upload target tfile-error.tf] tfile-error.t [all...] |
| mi-traceframe-changed.exp | 20 standard_testfile tfile.c 24 set tfile_basic [standard_output_file tfile-basic.tf] 28 set tfile_basic tfile-basic.tf 47 with_test_prefix "tfile" { 54 mi_gdb_test "-target-select tfile ${tfile_basic}" \ 85 remote_download host [remote_upload target tfile-basic.tf] \ 86 tfile-basic.tf
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| tfile.exp | 19 # targets lacking tracepoint support; the program tfile.c has the 20 # ability to generate synthetic trace files directly, and the tfile 26 set tfile_basic [standard_output_file tfile-basic.tf] 27 set tfile_error [standard_output_file tfile-error.tf] 31 set tfile_basic tfile-basic.tf 32 set tfile_error tfile-error.tf 60 remote_download host [remote_upload target tfile-basic.tf] tfile-basic.tf 61 remote_download host [remote_upload target tfile-error.tf] tfile-error.t [all...] |
| mi-traceframe-changed.exp | 20 standard_testfile tfile.c 24 set tfile_basic [standard_output_file tfile-basic.tf] 28 set tfile_basic tfile-basic.tf 47 with_test_prefix "tfile" { 53 mi_gdb_test "-target-select tfile ${tfile_basic}" \ 84 remote_download host [remote_upload target tfile-basic.tf] \ 85 tfile-basic.tf
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| ttm_object.c | 135 struct ttm_object_file *tfile; member in struct:ttm_ref_object 141 ttm_object_file_ref(struct ttm_object_file *tfile) 143 kref_get(&tfile->refcount); 144 return tfile; 149 struct ttm_object_file *tfile = local 152 kfree(tfile); 158 struct ttm_object_file *tfile = *p_tfile; local 161 kref_put(&tfile->refcount, ttm_object_file_destroy); 165 int ttm_base_object_init(struct ttm_object_file *tfile, 173 struct ttm_object_device *tdev = tfile->tdev 432 struct ttm_object_file *tfile = ref->tfile; local 475 struct ttm_object_file *tfile = *p_tfile; local 501 struct ttm_object_file *tfile = kmalloc(sizeof(*tfile), GFP_KERNEL); local [all...] |
| vmwgfx_prime.c | 82 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 84 return ttm_prime_fd_to_handle(tfile, fd, handle); 92 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 94 return ttm_prime_handle_to_fd(tfile, handle, flags, prime_fd);
|
| ttm_object.h | 103 * @tfile: Pointer to ttm_object_file of the creator. 130 struct ttm_object_file *tfile; member in struct:ttm_base_object 167 * @tfile: Pointer to a struct ttm_object_file. 170 * (different @tfile pointers.) 178 extern int ttm_base_object_init(struct ttm_object_file *tfile, 192 * @tfile: Pointer to a struct ttm_object_file. 199 *tfile, uint32_t key); 208 * This function should only be used when the struct tfile associated with the 229 * @tfile: A struct ttm_object_file representing the application owning the 242 * file corresponding to @tfile is closed, all its reference objects ar [all...] |
| vmwgfx_bo.c | 597 * @tfile: Pointer to a struct ttm_object_file on which to register the user 607 struct ttm_object_file *tfile, 632 ret = ttm_prime_object_init(tfile, 661 * @tfile: Identifying the caller. 664 struct ttm_object_file *tfile) 674 if (likely(ttm_ref_object_exists(tfile, &vmw_user_bo->prime.base))) 688 * @tfile: Identifying the caller. 695 * A blocking grab will be automatically released when @tfile is closed. 698 struct ttm_object_file *tfile, 731 ret = ttm_ref_object_add(tfile, &user_bo->prime.base 778 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 1096 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local [all...] |
| vmwgfx_simple_resource.c | 156 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 197 usimple->base.tfile = NULL; 208 ret = ttm_base_object_init(tfile, &usimple->base, false, 228 * @tfile: struct ttm_object_file identifying the caller. 237 vmw_simple_resource_lookup(struct ttm_object_file *tfile, 245 base = ttm_base_object_lookup(tfile, handle);
|
| vmwgfx_va.c | 124 return ttm_ref_object_base_unref(vmw_fpriv(file_priv)->tfile, 148 * @tfile: struct ttm_object_file identifying the caller. 158 struct ttm_object_file *tfile, 163 vmw_simple_resource_lookup(tfile, *inout_id, &va_stream_func);
|
| ttm_lock.h | 182 * @tfile: Pointer to a struct ttm_object_file to register the lock with. 190 struct ttm_object_file *tfile);
|
| vmwgfx_fence.c | 644 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 682 ret = ttm_base_object_init(tfile, &ufence->base, false, 806 * @tfile: A struct ttm_object_file identifying the caller. 817 vmw_fence_obj_lookup(struct ttm_object_file *tfile, u32 handle) 819 struct ttm_base_object *base = ttm_base_object_lookup(tfile, handle); 846 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 863 base = vmw_fence_obj_lookup(tfile, arg->handle); 888 return ttm_ref_object_base_unref(tfile, arg->handle 901 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 1152 struct ttm_object_file *tfile = vmw_fp->tfile; local [all...] |
| vmwgfx_resource_priv.h | 151 vmw_simple_resource_lookup(struct ttm_object_file *tfile,
|
| vmwgfx_surface.c | 717 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 719 return ttm_ref_object_base_unref(tfile, arg->sid, TTM_REF_USAGE); 742 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 868 user_srf->prime.base.tfile = NULL; 888 ret = vmw_user_bo_alloc(dev_priv, tfile, 901 ret = ttm_prime_object_init(tfile, res->backup_size, &user_srf->prime, 937 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 1023 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 1601 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 1767 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local [all...] |
| vmwgfx_shader.c | 712 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 714 return ttm_ref_object_base_unref(tfile, arg->handle, 725 struct ttm_object_file *tfile, 761 ushader->base.tfile = NULL; 775 ret = ttm_base_object_init(tfile, &ushader->base, false, 851 struct ttm_object_file *tfile = vmw_fpriv(file_priv)->tfile; local 857 ret = vmw_user_bo_lookup(tfile, buffer_handle, 891 num_output_sig, tfile, shader_handle) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| cms-examples.pl | 159 my ( $cmsdir, $tfile ) = @_; 163 . " -in $cmsdir/$tfile -out tmp.der" ); 169 elsif ( !cmp_files( "$cmsdir/$tfile", "tmp.der" ) ) { 179 my ( $cmsdir, $tfile ) = @_; 184 . " -in $cmsdir/$tfile -out tmp.der" ); 196 my ( $cmsdir, $tfile ) = @_; 200 "$cmscmd -data_out -inform DER" . " -in $cmsdir/$tfile -out tmp.txt" ); 216 my ( $cmsdir, $tlist, $tfile ) = @_; 227 . " -in $cmsdir/$tfile -out tmp.txt"; 249 my ( $cmsdir, $tlist, $tfile ) = @_ [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| cms-examples.pl | 159 my ( $cmsdir, $tfile ) = @_; 163 . " -in $cmsdir/$tfile -out tmp.der" ); 169 elsif ( !cmp_files( "$cmsdir/$tfile", "tmp.der" ) ) { 179 my ( $cmsdir, $tfile ) = @_; 184 . " -in $cmsdir/$tfile -out tmp.der" ); 196 my ( $cmsdir, $tfile ) = @_; 200 "$cmscmd -data_out -inform DER" . " -in $cmsdir/$tfile -out tmp.txt" ); 216 my ( $cmsdir, $tlist, $tfile ) = @_; 227 . " -in $cmsdir/$tfile -out tmp.txt"; 249 my ( $cmsdir, $tlist, $tfile ) = @_ [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| cms-examples.pl | 159 my ( $cmsdir, $tfile ) = @_; 163 . " -in $cmsdir/$tfile -out tmp.der" ); 169 elsif ( !cmp_files( "$cmsdir/$tfile", "tmp.der" ) ) { 179 my ( $cmsdir, $tfile ) = @_; 184 . " -in $cmsdir/$tfile -out tmp.der" ); 196 my ( $cmsdir, $tfile ) = @_; 200 "$cmscmd -data_out -inform DER" . " -in $cmsdir/$tfile -out tmp.txt" ); 216 my ( $cmsdir, $tlist, $tfile ) = @_; 227 . " -in $cmsdir/$tfile -out tmp.txt"; 249 my ( $cmsdir, $tlist, $tfile ) = @_ [all...] |
| /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/ |
| 13-taint.t | 77 my $tfile = $file; 78 taint($tfile); 79 should_be_tainted($tfile); 81 should_fail TYPE => 'file', SOURCE => $tfile; 82 should_fail TYPE => 'file', SOURCE => $tfile, UNTAINT => 1; 115 Text::Template::_unconditionally_untaint($tfile); 116 should_be_clean($tfile);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| configure.com | 201 $ open/write tfile []targmatch.h 202 $ write tfile "{ """ + target + "-*-*vms*""" + "," 203 $ write tfile "#if defined (SELECT_VECS)" 204 $ write tfile "SELECT_VECS" 205 $ write tfile "#else" 206 $ write tfile "UNSUPPORTED_TARGET" 207 $ write tfile "#endif" 208 $ write tfile "}," 209 $ close tfile
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| configure.com | 201 $ open/write tfile []targmatch.h 202 $ write tfile "{ """ + target + "-*-*vms*""" + "," 203 $ write tfile "#if defined (SELECT_VECS)" 204 $ write tfile "SELECT_VECS" 205 $ write tfile "#else" 206 $ write tfile "UNSUPPORTED_TARGET" 207 $ write tfile "#endif" 208 $ write tfile "}," 209 $ close tfile
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| configure.com | 201 $ open/write tfile []targmatch.h 202 $ write tfile "{ """ + target + "-*-*vms*""" + "," 203 $ write tfile "#if defined (SELECT_VECS)" 204 $ write tfile "SELECT_VECS" 205 $ write tfile "#else" 206 $ write tfile "UNSUPPORTED_TARGET" 207 $ write tfile "#endif" 208 $ write tfile "}," 209 $ close tfile
|
| /src/external/gpl3/gdb/dist/bfd/ |
| configure.com | 201 $ open/write tfile []targmatch.h 202 $ write tfile "{ """ + target + "-*-*vms*""" + "," 203 $ write tfile "#if defined (SELECT_VECS)" 204 $ write tfile "SELECT_VECS" 205 $ write tfile "#else" 206 $ write tfile "UNSUPPORTED_TARGET" 207 $ write tfile "#endif" 208 $ write tfile "}," 209 $ close tfile
|
| /src/usr.bin/last/ |
| want.c | 99 char *tfile; local 107 if (asprintf(&tfile, "%s/last.XXXXXX", dir ? dir : _PATH_TMP) == -1) 109 tempfd = mkstemp(tfile); 113 unlink(tfile); 123 err(1, "%s: write", tfile);
|
| /src/games/fortune/fortune/ |
| fortune.c | 452 char *tpath, *offensive, *tfile = strdup(file), *tf; local 456 path = tfile; 467 free(tfile); 480 tf = off_name(tfile); 481 free(tfile); 482 tfile = tf; 503 DPRINTF(1, (stderr, "\ttrying \"%s\"\n", tfile)); 504 tf = off_name(tfile); 505 free(tfile); 506 tfile = tf [all...] |