lpt_cd             51 arch/i386/compile/GENERIC/ioconf.c extern struct cfdriver lpt_cd;
lpt_cd           1370 arch/i386/compile/GENERIC/ioconf.c     {&lpt_isa_ca,	&lpt_cd,	 0, NORM, loc+196,    0, pv+291, 148, 0,    0},
lpt_cd           1372 arch/i386/compile/GENERIC/ioconf.c     {&lpt_isa_ca,	&lpt_cd,	 1, NORM, loc+203,    0, pv+291, 148, 0,    1},
lpt_cd           1374 arch/i386/compile/GENERIC/ioconf.c     {&lpt_isa_ca,	&lpt_cd,	 2, NORM, loc+210,    0, pv+291, 148, 0,    2},
lpt_cd           1504 arch/i386/compile/GENERIC/ioconf.c     {&lpt_puc_ca,	&lpt_cd,	 3, STAR, loc+361,    0, pv+251, 165, 0,    3},
lpt_cd             93 dev/ic/lpt.c   struct cfdriver lpt_cd = {
lpt_cd            167 dev/ic/lpt.c   	if (unit >= lpt_cd.cd_ndevs)
lpt_cd            169 dev/ic/lpt.c   	sc = lpt_cd.cd_devs[unit];
lpt_cd            279 dev/ic/lpt.c   	struct lpt_softc *sc = lpt_cd.cd_devs[unit];
lpt_cd            372 dev/ic/lpt.c   	struct lpt_softc *sc = lpt_cd.cd_devs[LPTUNIT(dev)];