Lines Matching defs:dev

52         device_t dev;
56 dev = ha->pci_dev;
59 device_printf(dev, "%s: %s dump start\n", __func__, msg);
62 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n",
70 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]);
73 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]);
76 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n",
82 device_printf(dev, "%s: %s dump end\n", __func__, msg);
91 device_t dev;
95 dev = ha->pci_dev;
98 device_printf(dev, "%s: %s dump start\n", __func__, msg);
101 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x"
110 device_printf(dev,"0x%08x: 0x%04x\n", i, buf[0]);
113 device_printf(dev,"0x%08x: 0x%04x 0x%04x\n", i, buf[0], buf[1]);
116 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x\n",
120 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x\n", i,
124 device_printf(dev,"0x%08x:"
129 device_printf(dev,"0x%08x:"
134 device_printf(dev,"0x%04x: 0x%04x 0x%04x 0x%04x 0x%04x"
141 device_printf(dev, "%s: %s dump end\n", __func__, msg);
150 device_t dev;
154 dev = ha->pci_dev;
157 device_printf(dev, "%s: %s 0x%x dump start\n", __func__, msg, len);
160 device_printf(dev,"0x%08x:"
173 device_printf(dev,"0x%08x: %02x\n", i, buf[0]);
176 device_printf(dev,"0x%08x: %02x %02x\n", i, buf[0], buf[1]);
179 device_printf(dev,"0x%08x: %02x %02x %02x\n",
183 device_printf(dev,"0x%08x: %02x %02x %02x %02x\n", i,
187 device_printf(dev,"0x%08x:"
192 device_printf(dev,"0x%08x:"
197 device_printf(dev,"0x%08x:"
202 device_printf(dev,"0x%08x:"
208 device_printf(dev,"0x%08x:"
215 device_printf(dev,"0x%08x:"
222 device_printf(dev,"0x%08x:"
229 device_printf(dev,"0x%08x:"
236 device_printf(dev,"0x%08x:"
243 device_printf(dev,"0x%08x:"
251 device_printf(dev,"0x%08x:"
262 device_printf(dev, "%s: %s dump end\n", __func__, msg);