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

1234567891011

/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/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-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-coremask.h50 * select a specific core, a group of cores, or all available cores, for
80 * @param fec_ppid is the active core's id.
112 * Is ``core'' set in the coremask?
115 * @param core
116 * @return 1 if core is set and 0 if not.
119 int core)
123 n = core % CVMX_COREMASK_HLDRSZ;
124 i = core / CVMX_COREMASK_HLDRSZ;
130 * Set ``core'' in the coremask.
133 * @param core
118 cvmx_coremask_is_set_core(struct cvmx_coremask *pcm, int core) argument
136 cvmx_coremask_set_core(struct cvmx_coremask *pcm, int core) argument
155 cvmx_coremask_clear_core(struct cvmx_coremask *pcm, int core) argument
[all...]
H A Dcvmx-pow.c140 int core; local
152 /* Read all core related state */
153 for (core=0; core<num_cores; core++)
160 load_addr.sstatus.coreid = core;
167 dump->sstatus[core][bits].u64 = -1;
169 dump->sstatus[core][bits].u64 = cvmx_read_csr(load_addr.u64);
220 int core; local
232 /* Read all core relate
403 int core; local
574 int core; local
[all...]
H A Dcvmx-gpio.h76 int core = cvmx_get_core_num(); local
79 gpio_bit.u64 = cvmx_read_csr(CVMX_GPIO_BIT_CFGX(core));
82 edge detection, then GPIO<4..7> interrupts are per core */
85 /* Clear GPIO<4..7> per core */
87 ciu_sum0.u64 = cvmx_read_csr(CVMX_CIU_INTX_SUM0(core * 2));
89 cvmx_write_csr(CVMX_CIU_INTX_SUM0(core * 2), ciu_sum0.u64);
/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/sbin/geom/
H A DMakefile7 ${.CURDIR}/core \
15 CFLAGS+=-I${.CURDIR} -I${.CURDIR}/core -DSTATIC_GEOM_CLASSES
24 SUBDIR= core class
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c100 /* The ABI specifies that the unwind routines may only use core registers,
113 struct core_regs core; member in struct:__anon1037
125 struct core_regs core; member in struct:__anon1038
139 /* Restore core register state. Never returns. */
190 *(_uw *) valuep = vrs->core.r[regno];
222 vrs->core.r[regno] = *(_uw *) valuep;
258 ptr = (_uw *) vrs->core.r[R_SP];
263 vrs->core.r[i] = *(ptr++);
267 vrs->core.r[R_SP] = (_uw) ptr;
298 sp = (_uw *) vrs->core
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/contrib/opie/libmissing/
H A DMakefile.in34 -rm -f *~ core* "\#*\#" *.o *.a Makefile

Completed in 135 milliseconds

1234567891011