Searched refs:obio_attach (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dobio.c66 obio_attach(device_t dev) function
76 panic("obio_attach: failed to set up I/O rman");
81 panic("obio_attach: failed to set up IRQ rman");
149 DEVMETHOD(device_attach, obio_attach),
/freebsd-11-stable/sys/mips/adm5120/
H A Dobio.c108 static int obio_attach(device_t);
164 obio_attach(device_t dev) function
174 panic("obio_attach: failed to set up I/O rman");
181 panic("obio_attach: failed to set up IRQ rman");
525 DEVMETHOD(device_attach, obio_attach),
/freebsd-11-stable/sys/mips/alchemy/
H A Dobio.c108 static int obio_attach(device_t);
165 obio_attach(device_t dev) function
175 panic("obio_attach: failed to set up I/O rman");
182 panic("obio_attach: failed to set up IRQ rman");
517 DEVMETHOD(device_attach, obio_attach),
/freebsd-11-stable/sys/mips/cavium/
H A Dobio.c66 static int obio_attach(device_t);
83 obio_attach(device_t dev) function
101 panic("obio_attach: failed to set up I/O rman");
111 panic("obio_attach: failed to set up IRQ rman");
187 DEVMETHOD(device_attach, obio_attach),
/freebsd-11-stable/sys/mips/idt/
H A Dobio.c64 static int obio_attach(device_t);
115 obio_attach(device_t dev) function
125 panic("obio_attach: failed to set up I/O rman");
132 panic("obio_attach: failed to set up IRQ rman");
467 DEVMETHOD(device_attach, obio_attach),
/freebsd-11-stable/sys/mips/malta/
H A Dobio.c60 int obio_attach(device_t);
81 obio_attach(device_t dev) function
93 panic("obio_attach: failed to set up I/O rman");
103 panic("obio_attach: failed to set up IRQ rman");
166 DEVMETHOD(device_attach, obio_attach),
/freebsd-11-stable/sys/mips/rt305x/
H A Dobio.c103 static int obio_attach(device_t);
155 obio_attach(device_t dev) function
165 panic("obio_attach: failed to set up I/O rman");
171 panic("obio_attach: failed to set up IRQ rman");
617 DEVMETHOD(device_attach, obio_attach),

Completed in 135 milliseconds