HomeSort by: relevance | last modified time | path
    Searched refs:gpib_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/gpib/
gpibvar.h 136 int gpib_alloc(struct gpib_softc *, u_int8_t);
gpib.c 166 if (gpib_alloc(sc, ga->ga_address))
329 gpib_alloc(struct gpib_softc *sc, u_int8_t address) function in typeref:typename:int
332 DPRINTF(DBG_FOLLOW, ("gpib_alloc: sc=%p address=%d\n", sc, address));
336 panic("gpib_alloc: device address out of range");
cs80bus.c 214 gpib_alloc(device_private(device_parent(sc->sc_dev)), slave);

Completed in 12 milliseconds