Lines Matching defs:err
90 int err = ENXIO;
116 err = bus_setup_intr(res->start, 0, (driver_intr_t *)xhci_interrupt, sc);
117 if (err) {
138 err = xhci_halt_controller(sc);
140 if (err == 0)
141 err = xhci_start_controller(sc);
144 if (err == 0)
145 err = device_probe_and_attach(sc->sc_bus.bdev);
147 if (err) {
148 device_printf(self, "XHCI halt/start/probe failed err=%d\n", err);
156 device_printf(self, "XHCI halt/start/probe failed err=%d\n", err);
161 return (err);