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

  /src/sys/dev/gpib/
gpib.c 312 gpib_isalloc(struct gpib_softc *sc, u_int8_t address) function in typeref:typename:int
315 DPRINTF(DBG_FOLLOW, ("gpib_isalloc: sc=%p address=%d\n", sc, address));
319 panic("gpib_isalloc: device address out of range");
339 if (!gpib_isalloc(sc, address)) {
359 if (!gpib_isalloc(sc, address))
gpibvar.h 137 int gpib_isalloc(struct gpib_softc *, u_int8_t);
cs80bus.c 118 if (gpib_isalloc(device_private(device_parent(sc->sc_dev)),

Completed in 13 milliseconds