HomeSort by: relevance | last modified time | path
    Searched defs:sources (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/gpl2/libmalloc/dist/
Makefile 28 sources = valloc.c malloc.c free.c cfree.c realloc.c calloc.c morecore.c memalign.c mcheck.c mtrace.c mstats.c vm-limit.c ralloc.c malloc-find.c macro
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
pm.h 15 struct list_head sources; member in struct:nvkm_pm
  /src/external/mpl/bind/dist/lib/dns/include/dns/
ipkeylist.h 30 isc_sockaddr_t *sources; member in struct:dns_ipkeylist
remote.h 37 isc_sockaddr_t *sources; member in struct:dns_remote
168 * 'remote->sources' is not NULL.
  /src/external/bsd/tre/dist/python/
setup.py 33 sources = ["tre-python.c"], variable
  /src/external/gpl2/dtc/dist/pylibfdt/
setup.py 31 sources=['libfdt.i'], variable
  /src/sys/arch/arm/marvell/
mvsoc_intr.c 57 static const char * const sources[] = { variable
156 strlcpy(buf, sources[irq], len);
kirkwood.c 62 static const char * const sources[64] = { variable
200 strlcpy(buf, sources[pic->pic_irqbase + irq], len);
mv78xx0.c 64 static const char * const sources[64] = { variable
176 strlcpy(buf, sources[pic->pic_irqbase + irq], len);
orion.c 61 static const char * const sources[64] = { variable
156 strlcpy(buf, sources[pic->pic_irqbase + irq], len);
dove.c 102 static const char * const sources[64] = { variable
245 strlcpy(buf, sources[pic->pic_irqbase + irq], len);
  /src/external/bsd/iscsi/dist/src/initiator/
libkmod.c 58 static const char *sources[] = { variable
112 module->source = strdup(sources[ms->ms_source]);
  /src/sbin/modstat/
main.c 62 static const char *sources[] = { variable
67 const unsigned int source_max = __arraycount(sources);
222 source = sources[ms->ms_source];
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
__init__.py 38 from . import sources # noqa: F401 namespace
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
__init__.py 39 from . import sources # noqa: F401 namespace
  /src/sys/arch/arm/gemini/
gemini_icu.c 102 static const char * const sources[32] = { variable
117 strlcpy(buf, sources[irq], len);
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 94 const char *const *sources = crtc->funcs->get_crc_sources(crtc, local
99 if (count == 0 || !sources)
103 if (!crtc->funcs->verify_crc_source(crtc, sources[i],
105 if (strcmp(sources[i], crtc->crc.source))
106 seq_printf(m, "%s\n", sources[i]);
108 seq_printf(m, "%s*\n", sources[i]);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_irq.h 70 struct amdgpu_irq_src **sources; member in struct:amdgpu_irq_client
86 /* interrupt sources */
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-archive.cc 106 " loadobjects and sources (on), the other options support a more\n"
423 mod->read_stabs (false); // Find all Sources
435 Vector<SourceFile*> *sources = dbeSession->get_sources (); local
436 for (long i = 0, sz = VecSize(sources); i < sz; i++)
438 SourceFile *src = sources->get (i);
Function.h 169 Vector<SourceFile*> *sources; member in class:Function
DbeSession.h 436 Vector<SourceFile*> *sources; // list of SourceFiles member in class:DbeSession
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gp-archive.cc 106 " loadobjects and sources (on), the other options support a more\n"
423 mod->read_stabs (false); // Find all Sources
435 Vector<SourceFile*> *sources = dbeSession->get_sources (); local
436 for (long i = 0, sz = VecSize(sources); i < sz; i++)
438 SourceFile *src = sources->get (i);
Function.h 169 Vector<SourceFile*> *sources; member in class:Function
  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.h 40 /* Next pointer in a linked list of sources of a value. */
75 /* The list of sources from which this value originates. */
76 ipcp_value_source <valtype> *sources = nullptr; member in class:ipcp_value
83 according their sources. */
136 sources referencing them. */
  /src/external/mpl/bind/dist/bin/named/
config.c 602 isc_sockaddr_t *sources; member in struct:__anon23941
611 size_t count; /* common to addrs, sources, keys and tlss */
737 grow_array(mctx, s->sources, s->count, s->sourcesallocated);
792 s->sources[s->count] = src4;
795 s->sources[s->count] = src6;
859 shrink_array(mctx, s.sources, s.count, s.sourcesallocated);
864 ipkl->sources = s.sources;
915 if (s.sources != NULL) {
916 isc_mem_cput(mctx, s.sources, s.sourcesallocated
    [all...]

Completed in 72 milliseconds

1 2