Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 131) sorted by relevance

123456

/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_irq.c127 if (!adev->irq.client[i].sources) in amdgpu_irq_disable_all()
131 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all()
285 if (!adev->irq.client[i].sources) in amdgpu_irq_fini()
289 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini()
299 adev->irq.client[i].sources[j] = NULL; in amdgpu_irq_fini()
302 kfree(adev->irq.client[i].sources); in amdgpu_irq_fini()
303 adev->irq.client[i].sources = NULL; in amdgpu_irq_fini()
333 if (!adev->irq.client[client_id].sources) { in amdgpu_irq_add_id()
334 adev->irq.client[client_id].sources = in amdgpu_irq_add_id()
338 if (!adev->irq.client[client_id].sources) in amdgpu_irq_add_id()
[all …]
/dragonfly/crypto/
HDREADME4 holds crypto sources. In other words, this holds raw sources obtained
8 is the result of an old USA law, which made these sources export
/dragonfly/contrib/lvm2/dist/
HDREADME9 ftp://sources.redhat.com/pub/lvm2/
12 cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 login
14 cvs -d :pserver:cvs@sources.redhat.com:/cvs/lvm2 co LVM2
/dragonfly/contrib/gcc-4.7/gcc/
HDgcov.c266 static source_t *sources; /* Array of source files */ variable
423 sources = XNEWVEC (source_t, a_sources); in main()
609 for (prev = &sources[src].functions; in process_file()
627 if (line >= sources[src].num_lines) in process_file()
628 sources[src].num_lines = line + 1; in process_file()
638 if (line >= sources[src].num_lines) in process_file()
639 sources[src].num_lines = line + 1; in process_file()
661 for (ix = n_sources, src = sources; ix--; src++) in generate_results()
684 file_name = sources[name_map->src].coverage.name; in generate_results()
689 for (ix = n_sources, src = sources; ix--; src++) in generate_results()
[all …]
HDipa-cp.c154 struct ipcp_value_source *sources; member
339 for (s = val->sources; s; s = s->next) in print_all_lattices()
830 src->next = val->sources; in add_value_source()
831 val->sources = src; in add_value_source()
856 for (s = val->sources; s ; s = s->next) in add_value_to_lattice()
873 while (val->sources) in add_value_to_lattice()
875 struct ipcp_value_source *src = val->sources; in add_value_to_lattice()
876 val->sources = src->next; in add_value_to_lattice()
1463 for (src = cur_val->sources; src; src = src->next) in add_val_to_toposort()
1612 for (src = val->sources; src; src = src->next) in propagate_effects()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
DMakefile.am32 sources = \ macro
62 libc__11convenience_la_SOURCES = $(sources) $(inst_sources)
/dragonfly/gnu/usr.bin/binutils234/block2/gprof/
HDMakefile13 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \ macro
17 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_1998/
HDMakefile.src34 sources = \
68 libc__98convenience_la_SOURCES = $(sources)
/dragonfly/gnu/usr.bin/binutils227/block2/gprof/
HDMakefile13 sources = basic_blocks.c call_graph.c cg_arcs.c cg_dfn.c \ macro
17 gprof_SOURCES = $(sources) flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_supc/
HDMakefile.src6 sources = \
74 libsupc__convenience_la_SOURCES = $(sources) $(c_sources) $(vtv_sources)
/dragonfly/
HDREADME5 sources in this tree - please see the specific source directories for
68 stand Boot loader sources.
70 sys Kernel sources.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
DMakefile.am48 sources = \ macro
98 libsupc___la_SOURCES = $(sources) $(c_sources)
99 libsupc__convenience_la_SOURCES = $(sources) $(c_sources)
/dragonfly/gnu/lib/gcc80/libstdcxx/components/libconv_2011/
HDMakefile.src17 sources = \
72 libc__11convenience_la_SOURCES = $(sources) $(inst_sources)
/dragonfly/contrib/gcc-8.0/gcc/
HDgcov.c406 static vector<source_info> sources; variable
1179 source_info *s = &sources[src]; in process_all_functions()
1195 s = &sources[block->locations[i].source_file_idx]; in process_all_functions()
1202 s = &sources[block->locations[i].source_file_idx]; in process_all_functions()
1292 file_name = sources[it->src].coverage.name; in generate_results()
1310 for (vector<source_info>::iterator it = sources.begin (); in generate_results()
1311 it != sources.end (); it++) in generate_results()
1364 sources.resize (0); in release_structures()
1470 idx = sources.size (); in find_source()
1474 sources.push_back (source_info ()); in find_source()
[all …]
/dragonfly/contrib/smbfs/
HDINSTALL5 process requires kernel sources in order to compile KLD module. If you want
9 Note for FreeBSD-current: it have kernel module sources in the base
HDCREDITS2 In the development process next sources were used:
/dragonfly/contrib/cvs-1.12/contrib/
HDREADME97 Patch to RCS 5.7 sources of 1995-06-16 to support
101 Patch to RCS 5.7 sources from 2003-10-24
109 Patch to RCS 5.7 sources from 2001-01-05
114 rcs-to-cvs Script to import sources that may have been under
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
DMakefile.am112 sources = \ macro
144 libc__98convenience_la_SOURCES = $(sources)
/dragonfly/share/installer/
HDMakefile3 FILES= cmdnames.conf fred.txt sources.conf
/dragonfly/contrib/nvi2/regex/
HDCOPYRIGHT13 explicit claim or by omission. Since few users ever read sources,
18 ever read sources, credits must appear in the documentation.
/dragonfly/usr.sbin/ppp/
HDREADME.devel35 <brian@Awfulhak.org>. The sources for both operating systems are the
39 The latest sources are available in FreeBSD-current and OpenBSD-current.
/dragonfly/contrib/bmake/
HDbmake.cat129 command and by making the sources of a dependency line in se-
270 more sources. This creates a relationship where the targets "depend" on
271 the sources and are customarily created from them. A target is consid-
273 less than that of any of its sources. An out-of-date target is re-cre-
274 ated, but not until all sources have been examined and themselves re-cre-
278 attached shell commands. All sources named in all dependency lines
287 is handled independently: its sources are considered and the at-
289 spect to (only) those sources. Thus, different groups of the at-
291 Furthermore, unlike :, for dependency lines with no sources, the
297 Targets and sources may contain the shell wildcard values `?', `*', `[]',
[all …]
/dragonfly/lib/csu/
HDREADME4 Every GCC carries some own CSU sources which need to be used. However, we
/dragonfly/contrib/elftoolchain/
HDREADME61 The subversion branch for the current set of sources may be accessed
71 Checked-out sources may be kept upto-date by running ``svn update``
/dragonfly/contrib/tcpdump/
HDREADME.DRAGONFLY18 These sources are used in:

123456