/src/sys/arch/hp300/stand/common/ |
ite.c | 71 .ite_probe = NULL, 81 .ite_probe = NULL, 91 .ite_probe = NULL, 101 .ite_probe = NULL, 111 .ite_probe = NULL, 121 .ite_probe = NULL, 131 .ite_probe = NULL, 141 .ite_probe = NULL, 151 .ite_probe = NULL, 161 .ite_probe = sti_dio_probe [all...] |
itevar.h | 76 int (*ite_probe)(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 | 69 void ite_probe(struct consdev *);
|
itecons.c | 82 ite_probe(struct consdev *cn) function in typeref:typename:void
|