Searched defs:trans_device (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c563 int trans_device; local
594 trans_device = func >> 3;
596 trans_device = device;
599 bus, trans_device, func & 7, &highest_bus,
604 "[0x%x]\n", bus, trans_device);
609 bus, trans_device, func &7);
626 bus, trans_device, func & 7);
634 trans_device, func & 7)) == NULL) {
667 trans_device);
1459 int max_function, trans_device; local
4059 int trans_device; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c717 int trans_device; local
751 trans_device = func >> 3;
753 trans_device = device;
756 bus, trans_device, func & 7);
761 switch (rv = pcicfg_fcode_probe(devi, bus, trans_device,
766 bus, trans_device);
771 bus, trans_device, func & 7);
788 bus, trans_device, func & 7);
796 trans_device, (func & 7))) == NULL) {
865 trans_device
1555 int trans_device; local
4910 int trans_device; local
[all...]

Completed in 81 milliseconds