Lines Matching refs:more_printf
40 more_printf("PCI\n");
41 more_printf(" NB Devices : %d\n", hardware->nb_pci_devices);
60 more_printf("show device <number>\n");
66 more_printf("This PCI device number is incorrect\n");
70 more_printf("PCI device %d doesn't exist\n", pcidev);
94 more_printf("We were enabled to find PCI device %d\n", pcidev);
111 more_printf("PCI Device %d\n", pcidev);
114 more_printf("Vendor Name : %s\n", pci_device->dev_info->vendor_name);
115 more_printf("Product Name : %s\n", pci_device->dev_info->product_name);
116 more_printf("Class Name : %s\n", pci_device->dev_info->class_name);
120 more_printf("Kernel module : %s\n", kernel_modules);
123 more_printf("Vendor ID : %04x\n", pci_device->vendor);
124 more_printf("Product ID : %04x\n", pci_device->product);
125 more_printf("SubVendor ID : %04x\n", pci_device->sub_vendor);
126 more_printf("SubProduct ID : %04x\n", pci_device->sub_product);
127 more_printf("Class ID : %02x.%02x.%02x\n", pci_device->class[2],
129 more_printf("Revision : %02x\n", pci_device->revision);
132 more_printf("IRQ : %0d\n", pci_device->dev_info->irq);
133 more_printf("Latency : %0d\n", pci_device->dev_info->latency);
134 more_printf("PCI Bus : %02d\n", bus);
135 more_printf("PCI Slot : %02d\n", slot);
136 more_printf("PCI Func : %02d\n", func);
141 more_printf("Mac Address : %s\n", hardware->pxe.mac_addr);
142 more_printf("PXE : Current boot device\n");
162 more_printf("%d PCI devices detected\n", hardware->nb_pci_devices);
208 more_printf("%s", first_line);
209 more_printf("%s", second_line);
210 more_printf("\n");
213 more_printf("%02d: %04x:%04x [%04x:%04x] \n",
218 more_printf
236 more_printf("%d PCI devices detected\n", hardware->nb_pci_devices);
237 more_printf("IRQ : product\n");
238 more_printf("-------------\n");
250 more_printf("%02d : %s %s \n",
255 more_printf("%02d : %04x:%04x [%04x:%04x] \n",