HomeSort by: relevance | last modified time | path
    Searched defs:cs80bus_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/gpib/
cs80bus.c 68 static int cs80bus_alloc(struct cs80bus_softc *, int, int);
184 if (cs80bus_alloc(sc, ca->ca_slave, ca->ca_punit))
206 cs80bus_alloc(struct cs80bus_softc *sc, int slave, int punit) function in typeref:typename:int
209 DPRINTF(DBG_FOLLOW, ("cs80bus_alloc: sc=%p\n", sc));
212 panic("cs80bus_alloc: device address out of range");

Completed in 12 milliseconds