Home
last modified time | relevance | path

Searched refs:slot_rwd_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A Dpci_i86pc.h45 slot_rwd_t x4600_rewrites[] = {
59 slot_rwd_t netra_x4200_rewrites[] = {
65 slot_rwd_t x4250_rewrites[] = {
74 sizeof (x4600_rewrites) / sizeof (slot_rwd_t),
77 sizeof (x4600_rewrites) / sizeof (slot_rwd_t),
80 sizeof (x4250_rewrites) / sizeof (slot_rwd_t),
83 sizeof (netra_x4200_rewrites) / sizeof (slot_rwd_t),
/titanic_50/usr/src/lib/fm/topo/modules/sun4u/pcibus/
H A Dpci_sun4u.h51 slot_rwd_t v240_rewrites[] = {
58 slot_rwd_t sunfire_rewrites[] = {
67 sizeof (v240_rewrites) / sizeof (slot_rwd_t),
70 sizeof (sunfire_rewrites) / sizeof (slot_rwd_t),
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.h66 } slot_rwd_t; typedef
H A Dpcibus_labels.c114 slot_rwd_t rw; in pci_label_slotname_lookup()