Home
last modified time | relevance | path

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

1234567

/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dgcpu.esc53 * some set of @chip, @core, and @strand resources since this is
56 * cache per chip, another may have an L2 per core.
88 ERPT_EVENT(core, itlb-uc);
91 ERPT_EVENT(core, dtlb-uc);
94 ERPT_EVENT(core, icache-uc);
96 ERPT_EVENT(core, dcache-uc);
98 ERPT_EVENT(core, ireg-uc);
101 ERPT_EVENT(core, freg-uc);
104 ERPT_EVENT(core, mreg-uc);
107 ERPT_EVENT(core, l2data-uc);
[all …]
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc57 * "prop foo@chip/memory-controller/dimm/rank -> blah@chip/core/strand"
122 event ereport.cpu.amd.ic.inf_sys_ecc1@chip/core/strand{within(5s)};
123 event ereport.cpu.amd.dc.inf_sys_ecc1@chip/core/strand{within(5s)};
124 event ereport.cpu.amd.bu.s_ecc1@chip/core/strand{within(5s)};
125 event ereport.cpu.amd.nb.mem_ce@chip/core/strand{within(5s)};
246 ereport.cpu.amd.dc.inf_sys_ecc1@chip/core<>/strand<>,
247 ereport.cpu.amd.bu.s_ecc1@chip/core<>/strand<>,
248 ereport.cpu.amd.nb.mem_ce@chip/core<>/strand<>;
253 ereport.cpu.amd.dc.inf_sys_ecc1@chip/core<>/strand<>,
254 ereport.cpu.amd.bu.s_ecc1@chip/core<>/strand<>,
[all …]
H A Dgcpu.esc44 event ereport.cpu.generic-x86.leafclass@chip/core/strand { within(1s) }
63 engine serd.cpu.generic-x86.simple@chip/core/strand, N=SMPL_N, T=72h;
64 event fault.cpu.generic-x86.internal@chip/core/strand,
65 engine=serd.cpu.generic-x86.simple@chip/core/strand;
67 prop fault.cpu.generic-x86.internal@chip/core/strand
70 ereport.cpu.generic-x86.microcode_rom_parity@chip/core/strand,
71 ereport.cpu.generic-x86.internal_timer@chip/core/strand,
72 ereport.cpu.generic-x86.internal_parity@chip/core/strand,
73 ereport.cpu.generic-x86.unclassified@chip/core/strand,
74 ereport.cpu.generic-x86.internal_unclassified@chip/core/strand,
[all …]
H A Dgcpu_amd.esc95 event ereport.cpu.generic-x86.mem_ce@chip/core/strand { within(1s) };
96 event ereport.cpu.generic-x86.mem_ue@chip/core/strand { within(1s) };
143 ereport.cpu.generic-x86.mem_ce@chip/core<>/strand<>;
147 ereport.cpu.generic-x86.mem_ce@chip/core<>/strand<>;
149 event upset.memory.generic-x86.discard@chip/core/strand;
150 prop upset.memory.generic-x86.discard@chip/core/strand
152 ereport.cpu.generic-x86.mem_ce@chip/core/strand;
168 ereport.cpu.generic-x86.mem_ue@chip/core<>/strand<>;
172 ereport.cpu.generic-x86.mem_ue@chip/core<>/strand<>;
177 ereport.cpu.generic-x86.mem_ue@chip/core<>/strand<>;
[all …]
H A Dintel.esc37 event ereport.cpu.intel.leafclass@chip/core/strand { within(t) }
56 engine serd.cpu.intel.simple@chip/core/strand, N=3, T=72h;
57 event fault.cpu.intel.internal@chip/core/strand,
58 engine=serd.cpu.intel.simple@chip/core/strand;
60 prop fault.cpu.intel.internal@chip/core/strand
62 ereport.cpu.intel.microcode_rom_parity@chip/core/strand,
63 ereport.cpu.intel.internal_timer@chip/core/strand,
64 ereport.cpu.intel.internal_parity@chip/core/strand,
65 ereport.cpu.intel.unclassified@chip/core/strand,
66 ereport.cpu.intel.frc@chip/core/strand;
[all …]
/titanic_41/usr/src/lib/libproc/common/
H A DPcore.c140 core_info_t *core = data; in Pcred_core() local
142 if (core->core_cred != NULL) { in Pcred_core()
148 ngroups = MIN(ngroups, core->core_cred->pr_ngroups); in Pcred_core()
150 (void) memcpy(pcrp, core->core_cred, in Pcred_core()
164 core_info_t *core = data; in Ppriv_core() local
166 if (core->core_priv == NULL) { in Ppriv_core()
171 *pprv = malloc(core->core_priv_size); in Ppriv_core()
176 (void) memcpy(*pprv, core->core_priv, core->core_priv_size); in Ppriv_core()
191 core_info_t *core = data; in Pfini_core() local
193 if (core != NULL) { in Pfini_core()
[all …]
/titanic_41/usr/src/cmd/psrinfo/
H A Dpsrinfo.c71 struct core { struct
91 struct core *v_core; argument
229 struct core *core; in print_vp() local
279 core = l2->l_ptr; in print_vp()
282 core->c_nvcpu, in print_vp()
285 print_links(core->c_vcpus); in print_vp()
442 struct core *core; in main() local
577 core = find_link(&cores, vc->v_core_id, &ins); in main()
578 if (core == NULL) { in main()
579 core = zalloc(sizeof (struct core)); in main()
[all …]
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dkmem.c77 kvm_t kvm_open(kernel, core, swap, mode, errstr) in kvm_open() argument
78 char *kernel, *core, *swap; in kvm_open()
87 if (core == NULL)
88 core = "/dev/kmem";
90 fd = open(core, mode);
136 int openkmem(kern, core) in openkmem() argument
137 char *kern, *core; in openkmem()
139 kvm_f = kvm_open(kern, core, NULL, O_RDONLY, NULL);
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_003_pos.ksh61 [[ -f core ]] && log_must rm -f core
67 [[ -f core ]] || log_fail "$ZPOOL did not dump core by request."
68 [[ -f core ]] && log_must rm -f core
H A Dzpool_002_pos.ksh57 corepath=$TESTDIR/core
82 $COREADM -p ${corepath}/core.%f
87 corefile=${corepath}/core.zpool
/titanic_41/usr/src/lib/fm/libfmd_msg/
H A DMakefile.com50 CLOBBERFILES += fmd_msg_test fmd_msg_test.core fmd_msg_test.out
82 @coreadm -p core $$$$
85 @chmod 0444 core; mv -f core fmd_msg_test.core
90 @echo ::findleaks | mdb fmd_msg_test.core
92 @echo ::umem_verify | mdb fmd_msg_test.core | grep -v clean
/titanic_41/usr/src/lib/print/
H A DMakefile33 libipp-core \
34 libhttp-core \
89 libipp-core: libpapi-common
90 libpapi-ipp: libpapi-common libipp-core libhttp-core
91 libipp-listener: libpapi-dynamic libipp-core
/titanic_41/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c637 int core; in dr_fill_cmp_stat() local
667 for (core = 1; core < ncores; core++) { in dr_fill_cmp_stat()
672 ASSERT(psp->ps_unit == DR_UNUM2SBD_UNUM(csp[core].cs_unit, in dr_fill_cmp_stat()
675 if (csp[core].cs_speed > psp->ps_speed) in dr_fill_cmp_stat()
676 psp->ps_speed = csp[core].cs_speed; in dr_fill_cmp_stat()
677 if (csp[core].cs_ecache > psp->ps_ecache) in dr_fill_cmp_stat()
678 psp->ps_ecache = csp[core].cs_ecache; in dr_fill_cmp_stat()
680 psp->ps_cpuid[core] = csp[core].cs_cpuid; in dr_fill_cmp_stat()
684 if (csp[core].cs_time > psp->ps_time) { in dr_fill_cmp_stat()
685 psp->ps_time = csp[core].cs_time; in dr_fill_cmp_stat()
[all …]
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c326 tnode_t *core; in create_core() local
340 if ((core = topo_node_lookup(pnode, CORE_NODE_NAME, coreid)) == NULL) { in create_core()
341 if ((core = create_node(mod, pnode, auth, CORE_NODE_NAME, in create_core()
349 (void) topo_node_fru_set(core, NULL, 0, &perr); in create_core()
357 if (topo_node_resource(core, &fmri, &err) != 0) in create_core()
369 if (topo_node_resource(core, &fmri, &err) == -1) { in create_core()
376 (void) topo_node_asru_set(core, fmri, 0, &err); in create_core()
380 if (topo_method_register(mod, core, strands_retire_methods) < 0) in create_core()
384 (void) topo_pgroup_create(core, &core_pgroup, &err); in create_core()
385 nerr -= add_nvlist_longprops(mod, core, cpu, PGNAME(CORE), NULL, in create_core()
[all …]
/titanic_41/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c700 int core; in dr_fill_cmp_stat() local
730 for (core = 1; core < ncores; core++) { in dr_fill_cmp_stat()
736 ASSERT(psp->ps_unit == DR_UNUM2SBD_UNUM(csp[core].cs_unit, in dr_fill_cmp_stat()
738 ASSERT(psp->ps_speed == csp[core].cs_speed); in dr_fill_cmp_stat()
740 psp->ps_cpuid[core] = csp[core].cs_cpuid; in dr_fill_cmp_stat()
749 psp->ps_ecache += csp[core].cs_ecache; in dr_fill_cmp_stat()
753 if (csp[core].cs_time > psp->ps_time) { in dr_fill_cmp_stat()
754 psp->ps_time = csp[core].cs_time; in dr_fill_cmp_stat()
757 psp->ps_busy |= csp[core].cs_busy; in dr_fill_cmp_stat()
763 if (csp[core].cs_ostate == SBD_STAT_CONFIGURED) { in dr_fill_cmp_stat()
[all …]
/titanic_41/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c166 int core; in sbd_fill_cmp_stat() local
196 for (core = 1; core < ncores; core++) { in sbd_fill_cmp_stat()
202 ASSERT(psp->ps_unit == SBD_CMP_NUM(csp[core].cs_unit)); in sbd_fill_cmp_stat()
203 ASSERT(psp->ps_speed == csp[core].cs_speed); in sbd_fill_cmp_stat()
205 psp->ps_cpuid[core] = csp[core].cs_cpuid; in sbd_fill_cmp_stat()
214 psp->ps_ecache += csp[core].cs_ecache; in sbd_fill_cmp_stat()
218 if (csp[core].cs_time > psp->ps_time) { in sbd_fill_cmp_stat()
219 psp->ps_time = csp[core].cs_time; in sbd_fill_cmp_stat()
222 psp->ps_busy |= csp[core].cs_busy; in sbd_fill_cmp_stat()
228 if (csp[core].cs_ostate == SBD_STAT_CONFIGURED) { in sbd_fill_cmp_stat()
[all …]
H A Dopl_cfg.c743 hwd_core_t *core; in opl_create_cpu() local
749 core = &chip->chip_cores[probe->pr_core]; in opl_create_cpu()
750 cpu = &core->core_cpus[probe->pr_cpu]; in opl_create_cpu()
770 hwd_core_t *core; in opl_probe_cpus() local
774 core = &chip->chip_cores[probe->pr_core]; in opl_probe_cpus()
775 cpus = &core->core_cpus[0]; in opl_probe_cpus()
811 hwd_core_t *core; in opl_create_core() local
817 core = &chip->chip_cores[probe->pr_core]; in opl_create_core()
824 OPL_UPDATE_PROP(int, node, "manufacturer#", core->core_manufacturer); in opl_create_core()
826 core->core_implementation); in opl_create_core()
[all …]
/titanic_41/usr/src/lib/print/libpapi-ipp/
H A DMakefile.com50 CPPFLAGS += -I../../libipp-core/common
51 CPPFLAGS += -I../../libhttp-core/common
59 LDLIBS += -L$(ROOTLIBDIR) -R/usr/lib/print -lhttp-core -lmd5
60 LDLIBS += -lipp-core -lc
/titanic_41/usr/src/pkg/manifests/
H A Dprint-lp-ipp-libipp.mf29 set name=pkg.summary value="Internet Printing Protocol(IPP) core libraries"
35 file path=usr/lib/libipp-core.so.0
39 name="Internet Printing Protocol(IPP) core libraries, (usr)" \
43 link path=usr/lib/libipp-core.so target=./libipp-core.so.0
/titanic_41/usr/src/cmd/fm/dicts/
H A DSCF.dict36 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.fe=12
37 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.strand.fe=13
39 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.se=15
40 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.se-offlinereq=16
41 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.strand.se=17
43 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.ce=19
44 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.ce-offlinereq=20
50 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.ce-warn=26
184 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VII.core.fe=225
185 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VII.core.strand.fe=226
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_002_pos.ksh66 corepath=$TESTDIR/core
92 log_must $COREADM -p ${corepath}/core.%f
97 corefile=${corepath}/core.zfs
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipnat.c111 char *file, *core, *kernel; local
120 core = NULL;
150 core = optarg;
181 if ((kernel != NULL) || (core != NULL)) {
196 if (!(opts & OPT_DONOTHING) && (kernel == NULL) && (core == NULL)) {
198 if (openkmem(kernel, core) == -1)
224 } else if ((kernel != NULL) || (core != NULL)) {
225 if (openkmem(kernel, core) == -1)
H A Dippool.c383 char *kernel, *core, *poolname; local
391 core = NULL;
412 core = optarg;
467 poollist_dead(role, poolname, type, kernel, core);
539 void poollist_dead(role, poolname, type, kernel, core) in poollist_dead() argument
541 char *poolname, *kernel, *core;
546 if (openkmem(kernel, core) == -1)
647 char *kernel, *core; local
651 core = NULL;
670 core = optarg;
/titanic_41/usr/src/uts/common/sys/
H A Dcore.h56 struct core { struct
76 extern int core(int, int); argument
/titanic_41/usr/src/lib/libkvm/common/
H A Dtest.c68 char *core; variable
120 core = argv[optind++]; in main()
121 if (*core == '\0') in main()
122 core = NULL; in main()
124 core = NULL; in main()
132 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY)); in main()

1234567