Searched refs:interconnect (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | intel.esc | 118 * Ereports for Compound error codes - bus and interconnect errors 602 event ereport.cpu.intel.quickpath.interconnect@chip 604 event upset.cpu.intel.quickpath.interconnect@chip; 606 prop upset.cpu.intel.quickpath.interconnect@chip 608 ereport.cpu.intel.quickpath.interconnect@chip; 610 engine serd.cpu.intel.quickpath.interconnect@chip, 612 event fault.cpu.intel.quickpath.interconnect@chip, 613 engine=serd.cpu.intel.quickpath.interconnect@chip; 616 prop fault.cpu.intel.quickpath.interconnect@chip 618 ereport.cpu.intel.quickpath.interconnect@chip;
|
H A D | gcpu.esc | 129 * Ereports for Compound error codes - bus and interconnect errors
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | mpapi_impl.c | 2598 char *interconnect; in vhci_mpapi_create_item() local 2620 &interconnect) != DDI_PROP_SUCCESS)) { in vhci_mpapi_create_item() 2626 interconnect = kmem_zalloc(len, KM_SLEEP); in vhci_mpapi_create_item() 2627 (void) strlcpy(interconnect, "UNKNOWN", len); in vhci_mpapi_create_item() 2635 if (strncmp(interconnect, in vhci_mpapi_create_item() 2637 strlen(interconnect)) == 0) { in vhci_mpapi_create_item() 2640 } else if (strncmp(interconnect, in vhci_mpapi_create_item() 2642 strlen(interconnect)) == 0) { in vhci_mpapi_create_item() 2645 } else if (strncmp(interconnect, in vhci_mpapi_create_item() 2647 strlen(interconnect)) == 0) { in vhci_mpapi_create_item() [all …]
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | INTEL.dict | 78 fault.cpu.intel.quickpath.interconnect=50
|
H A D | GMCA.po | 435 msgstr "Errors reported by a bus or interconnect (typically IO or memory errors) have exceeded acce… 451 msgstr "\n Errors reported by a bus or interconnect for memory accesses\n have exceeded acceptable … 467 msgstr "Errors reported by a bus or interconnect for IO accesses have exceeded acceptable levels R…
|
H A D | INTEL.po | 787 msgstr "Memory controller received bad transaction tracker ID from interconnect. Refer to %s for m… 812 # keys: fault.cpu.intel.quickpath.interconnect
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | g_adm.c | 4852 Interconnect_st interconnect; in mb_messages() local 4862 (void *)&interconnect, sizeof (interconnect)); in mb_messages() 4865 if (interconnect.code == S_OK) { in mb_messages() 4869 } else if (interconnect.code == S_NOT_INSTALLED) { in mb_messages() 4872 } else if (interconnect.code == S_CRITICAL) { in mb_messages() 4873 if (interconnect.eprom_fail != 0) { in mb_messages() 4881 } else if (interconnect.code == S_NONCRITICAL) { in mb_messages() 4882 if (interconnect.eprom_fail != 0) { in mb_messages() 4890 } else if (interconnect.code == S_NOT_AVAILABLE) { in mb_messages()
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 5850 char *interconnect = NULL; in my_devfs_path() local 5887 "initiator-interconnect-type", &interconnect); in my_devfs_path() 5890 ((strcmp(interconnect, "FABRIC") != 0) && in my_devfs_path() 5891 (strcmp(interconnect, "FIBRE") != 0))) { in my_devfs_path()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | README | 258 4932422 interconnect remains faulted after adapter disconnected and then reconnected 469 …6467860 e1000g configured/used as cluster interconnect goes up and down when connected back to back
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README | 258 4932422 interconnect remains faulted after adapter disconnected and then reconnected 469 …6467860 e1000g configured/used as cluster interconnect goes up and down when connected back to back
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 1104 static const char *interconnect[] = INTERCONNECT_TYPE_ASCII; in scsa_tran_setup() local 1168 (char *)interconnect[tran->tran_interconnect_type]) in scsa_tran_setup()
|