/src/sys/dev/isa/ |
com_multi.h | 42 int commultiprint(void *, const char *);
|
commultiprint.c | 1 /* $NetBSD: commultiprint.c,v 1.4 2007/12/11 11:56:46 lukem Exp $ */ 4 __KERNEL_RCSID(0, "$NetBSD: commultiprint.c,v 1.4 2007/12/11 11:56:46 lukem Exp $"); 13 commultiprint(void *vca, const char *pnp) function in typeref:typename:int
|
ast.c | 181 slave = config_found(self, &ca, commultiprint, CFARGS_NONE);
|
ioat66.c | 182 sc->sc_slaves[i] = config_found(self, &ca, commultiprint,
|
moxa_isa.c | 174 sc->sc_slaves[i] = config_found(self, &ca, commultiprint,
|
addcom_isa.c | 227 sc->sc_slaves[i] = config_found(self, &ca, commultiprint,
|
boca.c | 183 sc->sc_slaves[i] = config_found(self, &ca, commultiprint,
|
rtfps.c | 192 sc->sc_slaves[i] = config_found(self, &ca, commultiprint,
|
tcom.c | 222 slave = config_found(self, &ca, commultiprint, CFARGS_NONE);
|