/titanic_51/usr/src/data/perfmon/ |
H A D | mapfile.csv | 2 GenuineIntel-6-2E,V2,/NHM-EX/NehalemEX_core_V2.json,core 3 GenuineIntel-6-1E,V2,/NHM-EP/NehalemEP_core_V2.json,core 4 GenuineIntel-6-1F,V2,/NHM-EP/NehalemEP_core_V2.json,core 5 GenuineIntel-6-1A,V2,/NHM-EP/NehalemEP_core_V2.json,core 6 GenuineIntel-6-2F,V2,/WSM-EX/WestmereEX_core_V2.json,core 7 GenuineIntel-6-25,V2,/WSM-EP-SP/WestmereEP-SP_core_V2.json,core 8 GenuineIntel-6-2C,V2,/WSM-EP-DP/WestmereEP-DP_core_V2.json,core 9 GenuineIntel-6-37,V14,/SLM/Silvermont_core_V14.json,core 11 GenuineIntel-6-4D,V14,/SLM/Silvermont_core_V14.json,core 13 GenuineIntel-6-4C,V14,/SLM/Silvermont_core_V14.json,core [all...] |
/titanic_51/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | gcpu.esc | 53 * 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, l2dat [all...] |
/titanic_51/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 57 * "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<>/stran [all...] |
H A D | gcpu.esc | 44 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/stran [all...] |
H A D | gcpu_amd.esc | 95 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<>/stran [all...] |
H A D | intel.esc | 37 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/stran [all...] |
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 58 * Pcore.c - Code to initialize a ps_prochandle from a core dump. We 59 * allocate an additional structure to hold information from the core 66 * stored in the core file and associated shared libraries. We compute the 140 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 in Ppriv_core() 191 core_info_t *core = data; Pfini_core() local 238 core_info_t *core = data; Pplatform_core() local 253 core_info_t *core = data; Puname_core() local 267 core_info_t *core = data; Pzonename_core() local 282 core_info_t *core = data; Pldt_core() local 324 core_info_t *core = P->data; lwpid2info() local 366 core_info_t *core = P->data; note_pstatus() local 400 core_info_t *core = P->data; note_lwpstatus() local 477 core_info_t *core = P->data; note_linux_psinfo() local 594 core_info_t *core = P->data; note_linux_prstatus() local 643 core_info_t *core = P->data; note_psinfo() local 677 core_info_t *core = P->data; note_lwpsinfo() local 729 core_info_t *core = P->data; note_platform() local 751 core_info_t *core = P->data; note_utsname() local 782 core_info_t *core = P->data; note_content() local 801 core_info_t *core = P->data; note_cred() local 841 core_info_t *core = P->data; note_ldt() local 869 core_info_t *core = P->data; note_priv() local 892 core_info_t *core = P->data; note_priv_info() local 918 core_info_t *core = P->data; note_zonename() local 945 core_info_t *core = P->data; note_auxv() local 1005 core_info_t *core = P->data; note_xreg() local 1029 core_info_t *core = P->data; note_gwindows() local 1067 core_info_t *core = P->data; note_asrs() local 1093 core_info_t *core = P->data; note_spymaster() local 1255 core_info_t *core = P->data; core_add_mapping() local 1907 core_info_t *core = P->data; core_iter_mapping() local 2224 elf_file_t core; global() local 2782 Pgrab_core(const char * core,const char * aout,int gflag,int * perr) global() argument [all...] |
/titanic_51/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 51 * cpu id, core id, or chip id. We generalize this with simple node. 71 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() 281 _("The core"), in print_vp() 282 core->c_nvcpu, in print_vp() 285 print_links(core->c_vcpus); in print_vp() 442 struct core *cor in main() local [all...] |
/titanic_51/usr/src/cmd/ipf/lib/common/ |
H A D | kmem.c | 77 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_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/ |
H A D | zpool_003_pos.ksh | 61 [[ -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 D | zpool_002_pos.ksh | 31 # With ZFS_ABORT set, all zpool commands should be able to abort and generate a core file. 36 # 3. Verify the command aborts and generate a core file 53 log_assert "With ZFS_ABORT set, all zpool commands can abort and generate a core file." 57 corepath=$TESTDIR/core 82 $COREADM -p ${corepath}/core.%f 87 corefile=${corepath}/core.zpool 89 log_fail "$ZPOOL $subcmd cannot generate core file with ZFS_ABORT set." 94 log_pass "With ZFS_ABORT set, zpool command can abort and generate core file as expected."
|
/titanic_51/usr/src/lib/fm/libfmd_msg/ |
H A D | Makefile.com | 50 CLOBBERFILES += fmd_msg_test fmd_msg_test.core fmd_msg_test.out 72 # calls, and then forks into the background and dumps core. After the test 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_51/usr/src/lib/print/ |
H A D | Makefile | 33 libipp-core \ 34 libhttp-core \ 87 libipp-core: libpapi-common 88 libpapi-ipp: libpapi-common libipp-core libhttp-core 89 libipp-listener: libpapi-dynamic libipp-core
|
/titanic_51/usr/src/uts/i86pc/io/dr/ |
H A D | dr_cpu.c | 148 * it has to be kept in the core or cmp node so in dr_cpu_set_prop() 637 int core; in dr_fill_cmp_stat() local 645 * on the data for the first core. in dr_fill_cmp_stat() 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] in dr_fill_cmp_stat() 704 int core; dr_cpu_status() local [all...] |
/titanic_51/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip.c | 225 * Inherit FRU from core node, in native use cpu scheme ASRU, in create_strand() 326 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() 347 * scheme ASRU for the core node. 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_method in create_core() [all...] |
/titanic_51/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_cpu.c | 163 * kept in the core or cmp node so we just keep looking. in dr_cpu_set_prop() 200 * it has to be kept in the core or cmp node so in dr_cpu_set_prop() 700 int core; in dr_fill_cmp_stat() local 708 * on the data for the first core. in dr_fill_cmp_stat() 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] in dr_fill_cmp_stat() 773 int core; dr_cpu_status() local [all...] |
/titanic_51/usr/src/lib/print/libpapi-ipp/ |
H A D | Makefile.com | 50 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_51/usr/src/uts/sun4u/io/ |
H A D | sbd_cpu.c | 166 int core; in sbd_fill_cmp_stat() local 174 * on the data for the first core. in sbd_fill_cmp_stat() 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() 210 * for each core mus in sbd_fill_cmp_stat() 274 int core; sbd_cpu_flags() local [all...] |
/titanic_51/usr/src/pkg/manifests/ |
H A D | print-lp-ipp-libipp.mf | 29 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_51/usr/src/cmd/fm/dicts/ |
H A D | SCF.dict | 36 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 [all...] |
/titanic_51/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | tag_list.c | 55 tagList->u.core.flags = 1; in InitTagList() 56 tagList->u.core.pagesize = PAGE_SIZE; in InitTagList() 57 tagList->u.core.rootdev = 0xff; in InitTagList()
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/ |
H A D | zfs_002_pos.ksh | 37 # core file. 42 # 3. Verify the command aborts and generate a core file 62 "core file." 66 corepath=$TESTDIR/core 92 log_must $COREADM -p ${corepath}/core.%f 97 corefile=${corepath}/core.zfs 99 log_fail "$ZFS $subcmd cannot generate core file with " \ 105 log_pass "With ZFS_ABORT set, zfs command can abort and generate core file " \
|
/titanic_51/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 111 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)
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | core.h | 50 * module's core files. Following the header, copies of the data and stack 51 * segments and a copy of the user struct were recorded in the core file. 52 * These core files have not been produced since SunOS 5.5; new debuggers 56 struct core { struct 58 int c_len; /* Sizeof (struct core) */ argument 76 extern int core(int, int); argument
|
/titanic_51/usr/src/lib/libkvm/common/ |
H A D | test.c | 68 char *core; variable 109 fprintf(stderr, "usage: %s [-w] [name] [core] [swap]\n", in main() 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()
|