Home
last modified time | relevance | path

Searched refs:interconnect (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dintel.esc118 * 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 Dgcpu.esc129 * Ereports for Compound error codes - bus and interconnect errors
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2598 char *interconnect; in vhci_mpapi_create_item() local
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()
2650 } else if (strncmp(interconnect, in vhci_mpapi_create_item()
2652 strlen(interconnect)) == 0) { in vhci_mpapi_create_item()
2678 ddi_prop_free(interconnect); in vhci_mpapi_create_item()
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DINTEL.dict78 fault.cpu.intel.quickpath.interconnect=50
H A DGMCA.po435 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 DINTEL.po787 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 Dg_adm.c4852 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 Dmap.c5850 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/e1000api/
H A DREADME258 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/e1000g/
H A DREADME258 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 Dscsi_hba.c1104 static const char *interconnect[] = INTERCONNECT_TYPE_ASCII; in scsa_tran_setup() local
1168 (char *)interconnect[tran->tran_interconnect_type]) in scsa_tran_setup()