Home
last modified time | relevance | path

Searched refs:core (Results 1 – 25 of 1377) sorted by relevance

12345678910>>...56

/netbsd/src/sys/external/bsd/drm/conf/
Dfiles.drm9 … CPPFLAGS+="-I$S/external/bsd/drm/dist/bsd-core -I$S/external/bsd/drm/dist/shared-core"
11 file external/bsd/drm/dist/bsd-core/drm_agpsupport.c drmbase & agp
12 file external/bsd/drm/dist/bsd-core/drm_auth.c drmbase
13 file external/bsd/drm/dist/bsd-core/drm_bufs.c drmbase
14 file external/bsd/drm/dist/bsd-core/drm_context.c drmbase
15 file external/bsd/drm/dist/bsd-core/drm_dma.c drmbase
16 file external/bsd/drm/dist/bsd-core/drm_drawable.c drmbase
17 file external/bsd/drm/dist/bsd-core/drm_drv.c drmbase
18 file external/bsd/drm/dist/bsd-core/drm_fops.c drmbase
19 file external/bsd/drm/dist/bsd-core/drm_hashtab.c drmbase
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Drs6000-core.c289 read_hdr (bfd *abfd, CoreHdr *core) in read_hdr() argument
299 if (bfd_read (core, size, abfd) != size) in read_hdr()
303 if (CORE_NEW (*core)) in read_hdr()
304 size = sizeof (core->new_dump); in read_hdr()
307 size = sizeof (core->old); in read_hdr()
310 return bfd_read ((char *) core + CORE_COMMONSZ, size, abfd) == size; in read_hdr()
337 CoreHdr core; in rs6000coff_core_p() local
350 if (!read_hdr (abfd, &core)) in rs6000coff_core_p()
358 if (CORE_NEW (core) && CNEW_IS_CORE_DUMPXX (core)) in rs6000coff_core_p()
365 if (CORE_NEW (core)) in rs6000coff_core_p()
[all …]
Daix5ppc-core.c56 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local
70 != bfd_read (&core, sizeof (struct core_dumpxx), abfd)) in xcoff64_core_p()
89 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) in xcoff64_core_p()
90 || (0 != core.c_entries) in xcoff64_core_p()
91 || (! (IS_PROC64 (&core.c_u.U_proc))) in xcoff64_core_p()
92 || ((CHECK_FILE_OFFSET (statbuf, core.c_fdsinfox))) in xcoff64_core_p()
93 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader))) in xcoff64_core_p()
94 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader + core.c_lsize))) in xcoff64_core_p()
95 || ((CHECK_FILE_OFFSET (statbuf, core.c_thr))) in xcoff64_core_p()
96 || ((CHECK_FILE_OFFSET (statbuf, core.c_segregion))) in xcoff64_core_p()
[all …]
Dnetbsd-core.c49 struct core core; member
61 struct core core; in netbsd_core_file_p() local
63 size_t amt = sizeof core; in netbsd_core_file_p()
65 val = bfd_read (&core, amt, abfd); in netbsd_core_file_p()
66 if (val != sizeof core) in netbsd_core_file_p()
73 if (CORE_GETMAGIC (core) != COREMAGIC) in netbsd_core_file_p()
84 rawptr->core = core; in netbsd_core_file_p()
87 offset = core.c_hdrsize; in netbsd_core_file_p()
88 for (i = 0; i < core.c_nseg; i++) in netbsd_core_file_p()
108 offset += core.c_seghdrsize; in netbsd_core_file_p()
[all …]
Dcorefile.c161 const char *core; in generic_core_file_matches_executable_p() local
172 core = bfd_core_file_failing_command (core_bfd); in generic_core_file_matches_executable_p()
173 if (core == NULL) in generic_core_file_matches_executable_p()
180 last_slash = strrchr (core, '/'); in generic_core_file_matches_executable_p()
182 core = last_slash + 1; in generic_core_file_matches_executable_p()
188 return filename_cmp (exec, core) == 0; in generic_core_file_matches_executable_p()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Drs6000-core.c289 read_hdr (bfd *abfd, CoreHdr *core) in read_hdr() argument
299 if (bfd_read (core, size, abfd) != size) in read_hdr()
303 if (CORE_NEW (*core)) in read_hdr()
304 size = sizeof (core->new_dump); in read_hdr()
307 size = sizeof (core->old); in read_hdr()
310 return bfd_read ((char *) core + CORE_COMMONSZ, size, abfd) == size; in read_hdr()
337 CoreHdr core; in rs6000coff_core_p() local
350 if (!read_hdr (abfd, &core)) in rs6000coff_core_p()
358 if (CORE_NEW (core) && CNEW_IS_CORE_DUMPXX (core)) in rs6000coff_core_p()
365 if (CORE_NEW (core)) in rs6000coff_core_p()
[all …]
Daix5ppc-core.c56 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local
70 != bfd_read (&core, sizeof (struct core_dumpxx), abfd)) in xcoff64_core_p()
89 if ((CORE_VERSION_1 != (core.c_flag & CORE_VERSION_1)) in xcoff64_core_p()
90 || (0 != core.c_entries) in xcoff64_core_p()
91 || (! (IS_PROC64 (&core.c_u.U_proc))) in xcoff64_core_p()
92 || ((CHECK_FILE_OFFSET (statbuf, core.c_fdsinfox))) in xcoff64_core_p()
93 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader))) in xcoff64_core_p()
94 || ((CHECK_FILE_OFFSET (statbuf, core.c_loader + core.c_lsize))) in xcoff64_core_p()
95 || ((CHECK_FILE_OFFSET (statbuf, core.c_thr))) in xcoff64_core_p()
96 || ((CHECK_FILE_OFFSET (statbuf, core.c_segregion))) in xcoff64_core_p()
[all …]
Dnetbsd-core.c49 struct core core; member
61 struct core core; in netbsd_core_file_p() local
63 size_t amt = sizeof core; in netbsd_core_file_p()
65 val = bfd_read (&core, amt, abfd); in netbsd_core_file_p()
66 if (val != sizeof core) in netbsd_core_file_p()
73 if (CORE_GETMAGIC (core) != COREMAGIC) in netbsd_core_file_p()
84 rawptr->core = core; in netbsd_core_file_p()
87 offset = core.c_hdrsize; in netbsd_core_file_p()
88 for (i = 0; i < core.c_nseg; i++) in netbsd_core_file_p()
108 offset += core.c_seghdrsize; in netbsd_core_file_p()
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Darm.h453 unsigned long core[3]; member
459 (((CPU).core[0] & (FEAT).core[0]) != 0 \
460 || ((CPU).core[1] & (FEAT).core[1]) != 0 \
461 || ((CPU).core[2] & (FEAT).core[2]) != 0 \
466 (((A).core[0] & (B).core[0]) == (A).core[0] \
467 && ((A).core[1] & (B).core[1]) == (A).core[1] \
468 && ((A).core[2] & (B).core[2]) == (A).core[2] \
472 ((CPU).core[0] == ((arm_feature_set)ARM_ANY).core[0] \
473 && (CPU).core[1] == ((arm_feature_set)ARM_ANY).core[1] \
474 && (CPU).core[2] == ((arm_feature_set)ARM_ANY).core[2])
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Darm.h454 unsigned long core[3]; member
460 (((CPU).core[0] & (FEAT).core[0]) != 0 \
461 || ((CPU).core[1] & (FEAT).core[1]) != 0 \
462 || ((CPU).core[2] & (FEAT).core[2]) != 0 \
467 (((A).core[0] & (B).core[0]) == (A).core[0] \
468 && ((A).core[1] & (B).core[1]) == (A).core[1] \
469 && ((A).core[2] & (B).core[2]) == (A).core[2] \
473 ((CPU).core[0] == ((arm_feature_set)ARM_ANY).core[0] \
474 && (CPU).core[1] == ((arm_feature_set)ARM_ANY).core[1] \
475 && (CPU).core[2] == ((arm_feature_set)ARM_ANY).core[2])
[all …]
/netbsd/src/sys/kern/
Dcore_netbsd.c71 struct CORENAME(core) core;
85 cs.core.c_midmag = 0; in CORENAME()
86 strncpy(cs.core.c_name, p->p_comm, MAXCOMLEN); in CORENAME()
87 cs.core.c_nseg = 0; in CORENAME()
88 cs.core.c_signo = p->p_sigctx.ps_info._signo; in CORENAME()
89 cs.core.c_ucode = p->p_sigctx.ps_info._code; in CORENAME()
90 cs.core.c_cpusize = 0; in CORENAME()
91 cs.core.c_tsize = (u_long)ctob(vm->vm_tsize); in CORENAME()
92 cs.core.c_dsize = (u_long)ctob(vm->vm_dsize); in CORENAME()
93 cs.core.c_ssize = (u_long)round_page(ctob(vm->vm_ssize)); in CORENAME()
[all …]
/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Drust-demangle-expected52 _ZN54_$LT$I$u20$as$u20$core..iter..traits..IntoIterator$GT$9into_iter17h8581507801fb8615E
53 <I as core::iter::traits::IntoIterator>::into_iter
60 _ZN65_$LT$std..env..Args$u20$as$u20$core..iter..iterator..Iterator$GT$4next17h420a7c8d0c7eef40E
61 <std::env::Args as core::iter::iterator::Iterator>::next
65 core::str::from_utf8
69 core::mem::size_of
77 core::ptr::null_mut
81 core::ptr::<impl *mut T>::is_null
92 _ZN70_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$9deref_mut17hf299b860dc5…
93 <collections::vec::Vec<T> as core::ops::DerefMut>::deref_mut
[all …]
/netbsd/src/doc/
DRESPONSIBLE38 installboot(mi) core
57 ping6 core
59 postinstall core
68 tcpdump core
83 citrus core
89 pcap core
258 kame/ipv6 core
268 amd64 core
269 algor core
275 bebox core
[all …]
/netbsd/src/sys/arch/hppa/hppa/
Dcore_machdep.c60 struct core *core) in cpu_coredump() argument
67 CORE_SETMAGIC(*core, COREMAGIC, MID_MACHINE, 0); in cpu_coredump()
68 core->c_hdrsize = ALIGN(sizeof(*core)); in cpu_coredump()
69 core->c_seghdrsize = ALIGN(sizeof(cseg)); in cpu_coredump()
70 core->c_cpusize = sizeof(md_core); in cpu_coredump()
71 core->c_nseg++; in cpu_coredump()
86 cseg.c_size = core->c_cpusize; in cpu_coredump()
89 core->c_seghdrsize), ENOSYS, error); in cpu_coredump()
/netbsd/src/sys/dev/ic/
Dbwfm.c1040 struct bwfm_core *core; in bwfm_chip_attach() local
1083 LIST_FOREACH(core, &sc->sc_chip.ch_list, co_link) { in bwfm_chip_attach()
1085 DEVNAME(sc), core->co_id, core->co_rev, in bwfm_chip_attach()
1086 core->co_base, core->co_wrapbase)); in bwfm_chip_attach()
1088 switch (core->co_id) { in bwfm_chip_attach()
1120 if ((core = bwfm_chip_get_core(sc, BWFM_AGENT_CORE_ARM_CR4)) != NULL) { in bwfm_chip_attach()
1121 bwfm_chip_tcm_ramsize(sc, core); in bwfm_chip_attach()
1123 } else if ((core = bwfm_chip_get_core(sc, BWFM_AGENT_SYS_MEM)) != NULL) { in bwfm_chip_attach()
1124 bwfm_chip_sysmem_ramsize(sc, core); in bwfm_chip_attach()
1126 } else if ((core = bwfm_chip_get_core(sc, BWFM_AGENT_INTERNAL_MEM)) != NULL) { in bwfm_chip_attach()
[all …]
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dnetbsd53 0 name netbsd-core
66 0 belong&0377777777 041400507 a.out NetBSD/i386 core
67 >0 use netbsd-core
78 0 belong&0377777777 041600507 a.out NetBSD/m68k core
79 >0 use \^netbsd-core
90 0 belong&0377777777 042000507 a.out NetBSD/m68k4k core
91 >0 use \^netbsd-core
102 0 belong&0377777777 042200507 a.out NetBSD/ns32532 core
103 >0 use netbsd-core
105 0 belong&0377777777 045200507 a.out NetBSD/powerpc core
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dhw_core.c54 core *memory = (core*)device_data(me); in hw_core_init_address_callback()
68 core *memory = (core*)device_data(me); in hw_core_attach_address_callback()
88 core *memory = (core*)device_data(me); in hw_core_dma_read_buffer_callback()
104 core *memory = (core*)device_data(me); in hw_core_dma_write_buffer_callback()
133 core *memory = core_create(); in hw_core_create()
Dcorefile.h57 typedef struct _core core; typedef
63 (core *) core_create
67 (core *) core_from_device
72 (core *memory);
106 (core *map,
160 (core *memory);
164 (core *memory);
168 (core *memory);
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-generic.md45 (define_cpu_unit "core" "arm")
51 "core+write_buf*3+write_blockage*5")
57 "core+write_buf*4+write_blockage*7")
63 "core+write_buf*5+write_blockage*9")
69 "core+write_buf*6+write_blockage*11")
75 "core*3")
81 "core*4")
87 "core*5")
93 "core")
100 "core")
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcoredump-filter.exp35 proc do_save_core { filter_flag core dump_excluded } {
46 gdb_gcore_cmd "$core" "save corefile"
54 proc do_load_and_test_core { core var working_var working_value dump_excluded } {
57 set core_loaded [gdb_core_cmd "$core" "load core"]
59 fail "loading $core"
89 proc test_disasm { core address should_fail } {
102 set core_loaded [gdb_core_cmd "$core" "load core"]
104 fail "loading $core"
121 set core_loaded [gdb_core_cmd "$core" "load core"]
123 fail "loading $core"
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Dgenmultilib.awk144 core = name
147 if (core == "avr1")
150 if (with_multilib_list != "" && !(core in multilibs))
153 option[core] = "mmcu=" core
155 m_options = m_options m_sep option[core]
156 m_dirnames = m_dirnames " " core
163 if (core == "avr1")
166 if (with_multilib_list != "" && !(core in multilibs))
169 opts = option[core]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Ds390-multiarch.exp83 proc test_all_core64 {core type} {
86 gdb_core_cmd $core "core-file"
91 gdb_core_cmd "${core}.2" "core-file #2"
93 gdb_core_cmd "${core}.3" "core-file #3"
98 proc test_all_core31 {core type} {
101 gdb_core_cmd $core "core-file"
107 gdb_core_cmd "${core}.1" "core-file #1 "
109 gdb_core_cmd "${core}.2" "core-file #2"
111 gdb_core_cmd "${core}.3" "core-file #3"
/netbsd/src/sys/external/bsd/drm/dist/scripts/
Dcreate_lk_drm.sh12 if [ ! -d shared-core -o ! -d linux-core ] ;then
22 ( cd linux-core/ ; make drm_pciids.h )
23 cp shared-core/*.[ch] $OUTDIR/.tmp
24 cp linux-core/*.[ch] $OUTDIR/.tmp
25 cp linux-core/Makefile.kernel $OUTDIR/.tmp/Makefile
28 cp linux-core/Kconfig $OUTDIR/.tmp
Dcreate_lk_gpu.sh12 if [ ! -d shared-core -o ! -d linux-core ] ;then
24 ( cd linux-core/ ; make drm_pciids.h )
25 cp shared-core/*.[ch] $DRMDIR/.tmp
26 cp linux-core/*.[ch] $DRMDIR/.tmp
27 cp linux-core/Makefile.kernel $DRMDIR/.tmp/Makefile
30 cp linux-core/Kconfig $DRMDIR/.tmp
/netbsd/src/external/bsd/ipf/dist/lib/
Dkmem.c72 kvm_t kvm_open(kernel, core, swap, mode, errstr) in kvm_open() argument
73 char *kernel, *core, *swap; in kvm_open()
82 if (core == NULL)
83 core = "/dev/kmem";
85 fd = open(core, mode);
129 int openkmem(kern, core) in openkmem() argument
130 char *kern, *core; in openkmem()
132 kvm_f = kvm_open(kern, core, NULL, O_RDONLY, NULL);

12345678910>>...56