Searched refs:vfile (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/vgem/
H A Dvgem_fence.c89 static struct dma_fence *vgem_fence_create(struct vgem_file *vfile, argument
135 struct vgem_file *vfile = file->driver_priv; local
151 fence = vgem_fence_create(vfile, arg->flags);
177 mutex_lock(&vfile->fence_mutex);
178 ret = idr_alloc(&vfile->fence_idr, fence, 1, 0, GFP_KERNEL);
179 mutex_unlock(&vfile->fence_mutex);
216 struct vgem_file *vfile = file->driver_priv; local
224 mutex_lock(&vfile->fence_mutex);
225 fence = idr_replace(&vfile->fence_idr, NULL, arg->fence);
226 mutex_unlock(&vfile
240 vgem_fence_open(struct vgem_file *vfile) argument
255 vgem_fence_close(struct vgem_file *vfile) argument
[all...]
H A Dvgem_drv.c138 struct vgem_file *vfile; local
141 vfile = kzalloc(sizeof(*vfile), GFP_KERNEL);
142 if (!vfile)
145 file->driver_priv = vfile;
147 ret = vgem_fence_open(vfile);
149 kfree(vfile);
158 struct vgem_file *vfile = file->driver_priv; local
160 vgem_fence_close(vfile);
161 kfree(vfile);
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dimport.c31 static int add_rev (char *message, RCSNode *rcs, char *vfile,
33 static int add_tags (RCSNode *rcs, char *vfile, char *vtag, int targc,
38 static int process_import_file (char *message, char *vfile, char *vtag,
40 static int update_rcs_file (char *message, char *vfile, char *vtag, int targc,
581 process_import_file (char *message, char *vfile, char *vtag, int targc, argument
587 rcs = Xasprintf ("%s/%s%s", repository, vfile, RCSEXT);
592 attic_name = xmalloc (strlen (repository) + strlen (vfile) +
595 vfile, RCSEXT);
620 vfile, RCSEXT);
627 add_log ('N', vfile);
685 update_rcs_file(char *message, char *vfile, char *vtag, int targc, char **targv, int inattic) argument
772 add_rev(char *message, RCSNode *rcs, char *vfile, char *vers) argument
832 add_tags(RCSNode *rcs, char *vfile, char *vtag, int targc, char **targv) argument
[all...]
H A Dclient.h208 (char *message, char *vfile, char *vtag, int targc, char *targv[],
H A Dclient.c4998 client_process_import_file (char *message, char *vfile, char *vtag, int targc,
5017 fullname = xstrdup (vfile);
5023 fullname = Xasprintf ("%s/%s", update_dir, vfile);
5030 vers.options = wrap_rcsoption (vfile, 1);
5052 if (stat (vfile, &sb) < 0)
5066 send_modified (vfile, fullname, &vers);
4997 client_process_import_file(char *message, char *vfile, char *vtag, int targc, char *targv[], char *repository, int all_files_binary, int modtime ) argument
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs2vendor.sh72 for vfile in $srcdir/*,v; do
74 file=`echo $vfile | sed -e 's/,v$//'`
83 cp $vfile $dstdir
H A Drcs2sccs.sh60 for vfile in *,v; do
62 file=`echo $vfile | sed -e 's/,v$//'`
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dconfigure.com196 vfile := CREATE_BUFFER("vfile", "configure.in");
197 rang := CREATE_RANGE(BEGINNING_OF(vfile), END_OF(vfile));
H A Dpei-x86_64.c553 pex64_bfd_print_pdata_section (bfd *abfd, void *vfile, asection *pdata_section) argument
555 FILE *file = (FILE *) vfile;
841 pex64_bfd_print_pdata (bfd *abfd, void *vfile) argument
846 return pex64_bfd_print_pdata_section (abfd, vfile, pdata_section);
849 bfd_map_over_sections (abfd, pex64_print_all_pdata_sections, vfile);
H A Dmach-o-i386.c286 void *vfile, char *buf)
288 FILE *file = (FILE *)vfile;
285 bfd_mach_o_i386_print_thread(bfd *abfd, bfd_mach_o_thread_flavour *thread, void *vfile, char *buf) argument
H A DpeXXigen.c1240 pe_print_idata (bfd * abfd, void * vfile)
1242 FILE *file = (FILE *) vfile;
1516 pe_print_edata (bfd * abfd, void * vfile)
1518 FILE *file = (FILE *) vfile;
1804 pe_print_pdata (bfd * abfd, void * vfile)
1811 FILE *file = (FILE *) vfile;
1976 _bfd_XX_print_ce_compressed_pdata (bfd * abfd, void * vfile)
1979 FILE *file = (FILE *) vfile;
2114 pe_print_reloc (bfd * abfd, void * vfile)
2116 FILE *file = (FILE *) vfile;
1239 pe_print_idata(bfd * abfd, void * vfile) argument
1515 pe_print_edata(bfd * abfd, void * vfile) argument
1803 pe_print_pdata(bfd * abfd, void * vfile) argument
1975 _bfd_XX_print_ce_compressed_pdata(bfd * abfd, void * vfile) argument
2112 pe_print_reloc(bfd * abfd, void * vfile) argument
2406 rsrc_print_section(bfd * abfd, void * vfile) argument
2517 pe_print_debugdata(bfd * abfd, void * vfile) argument
2702 _bfd_XX_print_private_bfd_data_common(bfd * abfd, void * vfile) argument
[all...]
H A Dpeicode.h354 pe_print_private_bfd_data (bfd *abfd, void * vfile)
356 FILE *file = (FILE *) vfile;
358 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile))
366 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile);
353 pe_print_private_bfd_data(bfd *abfd, void * vfile) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dpei-x86_64.c553 pex64_bfd_print_pdata_section (bfd *abfd, void *vfile, asection *pdata_section) argument
555 FILE *file = (FILE *) vfile;
846 pex64_bfd_print_pdata (bfd *abfd, void *vfile) argument
852 return pex64_bfd_print_pdata_section (abfd, vfile, pdata_section);
854 paps.obj = vfile;
H A Dmach-o-i386.c286 void *vfile, char *buf)
288 FILE *file = (FILE *)vfile;
285 bfd_mach_o_i386_print_thread(bfd *abfd, bfd_mach_o_thread_flavour *thread, void *vfile, char *buf) argument
H A DpeXXigen.c1251 pe_print_idata (bfd * abfd, void * vfile)
1253 FILE *file = (FILE *) vfile;
1527 pe_print_edata (bfd * abfd, void * vfile)
1529 FILE *file = (FILE *) vfile;
1815 pe_print_pdata (bfd * abfd, void * vfile)
1822 FILE *file = (FILE *) vfile;
1987 _bfd_XX_print_ce_compressed_pdata (bfd * abfd, void * vfile)
1990 FILE *file = (FILE *) vfile;
2125 pe_print_reloc (bfd * abfd, void * vfile)
2127 FILE *file = (FILE *) vfile;
1250 pe_print_idata(bfd * abfd, void * vfile) argument
1526 pe_print_edata(bfd * abfd, void * vfile) argument
1814 pe_print_pdata(bfd * abfd, void * vfile) argument
1986 _bfd_XX_print_ce_compressed_pdata(bfd * abfd, void * vfile) argument
2123 pe_print_reloc(bfd * abfd, void * vfile) argument
2417 rsrc_print_section(bfd * abfd, void * vfile) argument
2528 pe_print_debugdata(bfd * abfd, void * vfile) argument
2713 _bfd_XX_print_private_bfd_data_common(bfd * abfd, void * vfile) argument
[all...]
H A Dpeicode.h354 pe_print_private_bfd_data (bfd *abfd, void * vfile)
356 FILE *file = (FILE *) vfile;
358 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile))
366 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile);
353 pe_print_private_bfd_data(bfd *abfd, void * vfile) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dpei-x86_64.c537 pex64_bfd_print_pdata_section (bfd *abfd, void *vfile, asection *pdata_section) argument
539 FILE *file = (FILE *) vfile;
821 pex64_bfd_print_pdata (bfd *abfd, void *vfile) argument
827 return pex64_bfd_print_pdata_section (abfd, vfile, pdata_section);
829 paps.obj = vfile;
H A Dmach-o-i386.c286 void *vfile, char *buf)
288 FILE *file = (FILE *)vfile;
285 bfd_mach_o_i386_print_thread(bfd *abfd, bfd_mach_o_thread_flavour *thread, void *vfile, char *buf) argument
H A DpeXXigen.c1252 pe_print_idata (bfd * abfd, void * vfile)
1254 FILE *file = (FILE *) vfile;
1528 pe_print_edata (bfd * abfd, void * vfile)
1530 FILE *file = (FILE *) vfile;
1816 pe_print_pdata (bfd * abfd, void * vfile)
1823 FILE *file = (FILE *) vfile;
1988 _bfd_XX_print_ce_compressed_pdata (bfd * abfd, void * vfile)
1991 FILE *file = (FILE *) vfile;
2128 pe_print_reloc (bfd * abfd, void * vfile)
2130 FILE *file = (FILE *) vfile;
1251 pe_print_idata(bfd * abfd, void * vfile) argument
1527 pe_print_edata(bfd * abfd, void * vfile) argument
1815 pe_print_pdata(bfd * abfd, void * vfile) argument
1987 _bfd_XX_print_ce_compressed_pdata(bfd * abfd, void * vfile) argument
2126 pe_print_reloc(bfd * abfd, void * vfile) argument
2420 rsrc_print_section(bfd * abfd, void * vfile) argument
2531 pe_print_debugdata(bfd * abfd, void * vfile) argument
2719 _bfd_XX_print_private_bfd_data_common(bfd * abfd, void * vfile) argument
[all...]
H A Dpeicode.h356 pe_print_private_bfd_data (bfd *abfd, void * vfile)
358 FILE *file = (FILE *) vfile;
360 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile))
368 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile);
355 pe_print_private_bfd_data(bfd *abfd, void * vfile) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dpei-x86_64.c553 pex64_bfd_print_pdata_section (bfd *abfd, void *vfile, asection *pdata_section) argument
555 FILE *file = (FILE *) vfile;
846 pex64_bfd_print_pdata (bfd *abfd, void *vfile) argument
852 return pex64_bfd_print_pdata_section (abfd, vfile, pdata_section);
854 paps.obj = vfile;
H A Dmach-o-i386.c286 void *vfile, char *buf)
288 FILE *file = (FILE *)vfile;
285 bfd_mach_o_i386_print_thread(bfd *abfd, bfd_mach_o_thread_flavour *thread, void *vfile, char *buf) argument
H A DpeXXigen.c1251 pe_print_idata (bfd * abfd, void * vfile)
1253 FILE *file = (FILE *) vfile;
1527 pe_print_edata (bfd * abfd, void * vfile)
1529 FILE *file = (FILE *) vfile;
1815 pe_print_pdata (bfd * abfd, void * vfile)
1822 FILE *file = (FILE *) vfile;
1987 _bfd_XX_print_ce_compressed_pdata (bfd * abfd, void * vfile)
1990 FILE *file = (FILE *) vfile;
2125 pe_print_reloc (bfd * abfd, void * vfile)
2127 FILE *file = (FILE *) vfile;
1250 pe_print_idata(bfd * abfd, void * vfile) argument
1526 pe_print_edata(bfd * abfd, void * vfile) argument
1814 pe_print_pdata(bfd * abfd, void * vfile) argument
1986 _bfd_XX_print_ce_compressed_pdata(bfd * abfd, void * vfile) argument
2123 pe_print_reloc(bfd * abfd, void * vfile) argument
2417 rsrc_print_section(bfd * abfd, void * vfile) argument
2528 pe_print_debugdata(bfd * abfd, void * vfile) argument
2713 _bfd_XX_print_private_bfd_data_common(bfd * abfd, void * vfile) argument
[all...]
H A Dpeicode.h354 pe_print_private_bfd_data (bfd *abfd, void * vfile)
356 FILE *file = (FILE *) vfile;
358 if (!_bfd_XX_print_private_bfd_data_common (abfd, vfile))
366 return pe_saved_coff_bfd_print_private_bfd_data (abfd, vfile);
353 pe_print_private_bfd_data(bfd *abfd, void * vfile) argument
H A Dcoff-ppc.c1470 dump_toc (void * vfile)
1472 FILE *file = (FILE *) vfile;
1465 dump_toc(void * vfile) argument

Completed in 256 milliseconds