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

12345678910

/freebsd-9.3-release/tools/tools/netrate/tcpp/
H A Dparallelism.csh20 foreach core (`jot $cores`)
22 set mflag=`echo $ptcps / $core | bc`
23 set tflag=`echo $ntcps / $core | bc`
24 echo -n $2,${core},${trial}, >> $1
25 ./tcpp -c 192.168.100.102 -p $core -b $totalbytes -m $mflag \
/freebsd-9.3-release/tools/debugscripts/
H A Dkgdb40 echo "Need core number."
52 core="$crashpath/vmcore.$corenum"
63 python $kld_debpy "$kernsrc" "$core" $@ > "$tmpfile" &&
66 (cd "$kernsrc"; kgdb "$kernsrc/kernel.debug" "$core")
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat_internal.h39 struct procstat_core *core; member in struct:procstat
H A Dcore.h48 void procstat_core_close(struct procstat_core *core);
49 void *procstat_core_get(struct procstat_core *core, enum psc_type type,
H A Dcore.c47 #include "core.h"
59 static bool core_offset(struct procstat_core *core, off_t offset);
60 static bool core_read(struct procstat_core *core, void *buf, size_t len);
61 static ssize_t core_read_mem(struct procstat_core *core, void *buf,
63 static void *get_args(struct procstat_core *core, vm_offset_t psstrings,
69 struct procstat_core *core; local
118 core = malloc(sizeof(struct procstat_core));
119 if (core == NULL) {
123 core->pc_magic = PROCSTAT_CORE_MAGIC;
124 core
139 procstat_core_close(struct procstat_core *core) argument
150 procstat_core_get(struct procstat_core *core, enum psc_type type, void *buf, size_t *lenp) argument
279 core_offset(struct procstat_core *core, off_t offset) argument
292 core_read(struct procstat_core *core, void *buf, size_t len) argument
311 core_read_mem(struct procstat_core *core, void *buf, size_t len, vm_offset_t addr, bool readall) argument
351 get_args(struct procstat_core *core, vm_offset_t psstrings, enum psc_type type, void *args, size_t *lenp) argument
[all...]
/freebsd-9.3-release/sys/modules/rdma/
H A DMakefile6 SUBDIR+= core
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_wdog.c78 int core; local
80 core = cvmx_get_core_num();
82 printf("cpu%u: NMI detected\n", core);
83 printf("cpu%u: Exception PC: %p\n", core, (void *)mips_rd_excpc());
84 printf("cpu%u: status %#x cause %#x\n", core, mips_rd_status(), mips_rd_cause());
97 octeon_watchdog_arm_core(int core) argument
102 cvmx_write_csr(CVMX_CIU_PP_POKEX(core), 1);
115 cvmx_write_csr(CVMX_CIU_WDOGX(core), ciu_wdog.u64);
119 octeon_watchdog_disarm_core(int core) argument
122 cvmx_write_csr(CVMX_CIU_WDOGX(core),
129 int core; local
165 octeon_wdog_setup(struct octeon_wdog_softc *sc, int core) argument
231 int core, i; local
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c137 int core; local
149 /* Read all core related state */
150 for (core=0; core<num_cores; core++)
157 load_addr.sstatus.coreid = core;
164 dump->sstatus[core][bits].u64 = -1;
166 dump->sstatus[core][bits].u64 = cvmx_read_csr(load_addr.u64);
313 int core; local
335 /* Print the core stat
[all...]
H A Dcvmx-debug.c54 #include <asm/octeon/cvmx-core.h>
63 #include "cvmx-core.h"
183 static inline int __cvmx_debug_in_focus(cvmx_debug_state_t state, unsigned core) argument
185 return state.focus_core == core;
188 static void cvmx_debug_install_handler(unsigned core) argument
192 trampoline += core;
196 cvmx_debug_printf("Debug handled installed on core %d at %p\n", core, trampoline);
273 int core; local
293 core
401 cvmx_debug_active_core(cvmx_debug_state_t state, int core) argument
522 int core; local
914 cvmx_debug_stop_core(cvmx_debug_state_t state, unsigned core, cvmx_debug_register_t *debug_reg, int proxy) argument
936 cvmx_debug_set_focus_core(cvmx_debug_state_t *state, int core) argument
944 cvmx_debug_may_elect_as_focus_core(cvmx_debug_state_t *state, int core, cvmx_debug_register_t *debug_reg) argument
991 cvmx_debug_delay_focus_core(cvmx_debug_state_t state, unsigned core, cvmx_debug_register_t *debug_reg) argument
1014 cvmx_debug_delay_isr_core(unsigned core, uint32_t depc, int single_stepped_exc_only, cvmx_debug_state_t state) argument
1036 unsigned core = cvmx_get_core_num(); local
1335 unsigned core = cvmx_get_core_num(); local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Drs6000-core.c26 compiled on an RS/6000 host. -- no archive support, no core files.
59 /* Support for core file stuff.. */
66 #include <sys/core.h>
74 /* AIX 4.1 changed the names and locations of a few items in the core file.
79 CORE_VERSION_1 is defined (by AIX core.h) as 2 on AIX 4.3+ and as 1 on AIX
104 /* Union of old and new core dump structures. */
108 struct core_dumpx new; /* new AIX 4.3+ core dump */
112 struct core_dump old; /* old AIX 4.2- core dump, still used on
237 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile,
246 /* Size of the leading portion that old and new core dum
264 read_hdr(bfd *abfd, CoreHdr *core) argument
310 CoreHdr core; local
638 CoreHdr core; local
714 CoreHdr *core = core_hdr (abfd); local
727 CoreHdr *core = core_hdr (abfd); local
[all...]
H A Dcorefile.c30 These are functions pertaining to core files.
46 when it failed and produced the core file @var{abfd}.
69 Returns the signal number which caused the core dump which
93 Return <<TRUE>> if the core file attached to @var{core_bfd}
120 Return TRUE if the core file attached to @var{core_bfd}
125 Note: When not able to determine the core file failing
127 though we're not sure that core file and executable match.
136 char *core; local
147 core = (char *) bfd_core_file_failing_command (core_bfd);
148 if (core
[all...]
H A Dnetbsd-core.c1 /* BFD back end for NetBSD style core files
31 #include <sys/core.h>
49 struct core core; member in struct:netbsd_core_struct
52 /* Handle NetBSD-style core dump file. */
61 struct core core; local
63 bfd_size_type amt = sizeof core;
65 val = bfd_bread (&core, amt, abfd);
66 if (val != sizeof core)
[all...]
/freebsd-9.3-release/tools/regression/environ/
H A DMakefile.retention9 CLEANFILES= *~ ${PROG}.core
H A DMakefile.timings9 CLEANFILES= ${PROG}.core
H A DMakefile.envctl9 CLEANFILES= ${PROG}.core
/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A Dctm_conf.ports-cur6 set CTMbogus {\\.core$|/#cvs|/\\.#}
H A Dctm_conf.smp-cur6 set CTMbogus {\\.core$|/#cvs|/\\.#}
H A Dctm_conf.src-special6 set CTMdont {\.core$|/CVS$|/CVS/|^/secure|^/eBones|/#cvs|/\.#}
H A Dctm_conf.cvs-cur6 set CTMbogus {\\.core$|/#cvs|/\\.#}
H A Dctm_conf.src-cur6 set CTMbogus {\\.core$|/#cvs|/\\.#}
/freebsd-9.3-release/sbin/geom/
H A DMakefile7 ${.CURDIR}/core \
15 CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
24 SUBDIR= core class
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_gcore.sh24 # Script to generate a core file of a running program.
34 # Need to check for -o option, but set default basename to "core".
35 name=core
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dkmem.c72 kvm_t kvm_open(kernel, core, swap, mode, errstr)
73 char *kernel, *core, *swap;
82 if (core == NULL)
83 core = "/dev/kmem";
85 fd = open(core, mode);
129 int openkmem(kern, core)
130 char *kern, *core;
132 kvm_f = kvm_open(kern, core, NULL, O_RDONLY, NULL);
/freebsd-9.3-release/contrib/opie/libmissing/
H A DMakefile.in34 -rm -f *~ core* "\#*\#" *.o *.a Makefile
/freebsd-9.3-release/tools/regression/usr.bin/lastcomm/
H A Dvalues.sh58 # Flags: core, fork, signal
59 echo 'main(){volatile int s; fork(); s = *(int *)0;}' >core.c
60 cc -o core core.c
62 ./core

Completed in 147 milliseconds

12345678910