Home
last modified time | relevance | path

Searched refs:gpib_isalloc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/gpib/
H A Dgpib.c312 gpib_isalloc(struct gpib_softc *sc, u_int8_t address) in gpib_isalloc() function
339 if (!gpib_isalloc(sc, address)) { in gpib_alloc()
359 if (!gpib_isalloc(sc, address)) in gpib_dealloc()
H A Dgpibvar.h137 int gpib_isalloc(struct gpib_softc *, u_int8_t);
H A Dcs80bus.c118 if (gpib_isalloc(device_private(device_parent(sc->sc_dev)), in cs80busattach()