/src/sys/arch/hp300/stand/common/ |
ite.c | 72 .ite_init = topcat_init, 82 .ite_init = gbox_init, 92 .ite_init = rbox_init, 102 .ite_init = topcat_init, 112 .ite_init = topcat_init, 122 .ite_init = topcat_init, 132 .ite_init = dvbox_init, 142 .ite_init = hyper_init, 152 .ite_init = tvrx_init, 162 .ite_init = sti_iteinit_dio [all...] |
itevar.h | 77 void (*ite_init)(struct ite_data *); member in struct:itesw
|
/src/sys/arch/hppa/stand/cdboot/ |
conf.c | 51 { ite_probe, ite_init, ite_getc, ite_putc },
|
/src/sys/arch/hppa/stand/boot/ |
conf.c | 56 { ite_probe, ite_init, ite_getc, ite_putc },
|
/src/sys/arch/hppa/stand/common/ |
libsa.h | 70 void ite_init(struct consdev *);
|
itecons.c | 105 ite_init(struct consdev *cn) function in typeref:typename:void 140 printf("ite_init: no kbd\n");
|
/src/sys/arch/x68k/dev/ |
itevar.h | 47 void (*ite_init)(struct ite_softc *); member in struct:itesw
|
ite.c | 87 #define SUBR_INIT(ip) ip->isw->ite_init(ip) 2853 * itecnfinish() is called in ite_init() when the device is
|