HomeSort by relevance Sort by last modified time
    Searched refs:PCI_DEVICE (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_hc.h 68 #define PCI_DEVICE "pcidev"
hc.c 171 { PCI_DEVICE, TOPO_STABILITY_PRIVATE },
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/
pcibus.h 45 #define PCI_DEVICE "pcidev"
util.c 107 if ((strcmp(name, PCI_DEVICE) == 0) ||
pcibus.c 346 if ((ntn = pci_tnode_create(mod, parent, PCI_DEVICE, i, dn)) == NULL)
391 if (child_range_add(mod, ntn, PCI_DEVICE, 0, MAX_PCIBUS_DEVS) < 0) {
402 topo_node_range_destroy(ntn, PCI_DEVICE);
pcibus_labels.c 432 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 &&
479 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 &&
did_props.c 584 if (strcmp(nm, IOBOARD) != 0 && strcmp(nm, PCI_DEVICE) != 0 &&
596 } else if (strcmp(nm, PCI_DEVICE) == 0 ||
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_pci.c 47 #define PCI_DEVICE(x) (((x)>>11) & 0x1f)
70 *slot = (int)PCI_DEVICE(regs_list[0]);
  /onnv/onnv-gate/usr/src/lib/libprtdiag/inc/
libprtdiag.h 52 #define PCI_DEVICE(x) ((x >> 11) & 0x1f)
  /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
desktop.c 476 log_printf("%3d ", PCI_DEVICE(reghi), 0);
487 PCI_BUS(reghi), PCI_DEVICE(reghi), name, model, compat);
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/
pci_sun4v.c 144 if (strcmp(nm, PCI_DEVICE) != 0 &&
  /onnv/onnv-gate/usr/src/lib/libprtdiag/common/
io.c 122 return (PCI_DEVICE(*(int *)value));
139 return (PCI_DEVICE(*(int *)value));

Completed in 781 milliseconds