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))
|