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