Symbol: gpib_softc
sys/dev/gpib/gpib.c
111
struct gpib_softc *sc = device_private(self);
sys/dev/gpib/gpib.c
156
struct gpib_softc *sc = device_private(parent);
sys/dev/gpib/gpib.c
215
struct gpib_softc *sc = v;
sys/dev/gpib/gpib.c
229
_gpibregister(struct gpib_softc *sc, int slave, gpib_callback_t callback,
sys/dev/gpib/gpib.c
245
_gpibrequest(struct gpib_softc *sc, gpib_handle_t hdl)
sys/dev/gpib/gpib.c
261
_gpibrelease(struct gpib_softc *sc, gpib_handle_t hdl)
sys/dev/gpib/gpib.c
276
_gpibawait(struct gpib_softc *sc)
sys/dev/gpib/gpib.c
290
_gpibswait(struct gpib_softc *sc, int slave)
sys/dev/gpib/gpib.c
312
gpib_isalloc(struct gpib_softc *sc, u_int8_t address)
sys/dev/gpib/gpib.c
329
gpib_alloc(struct gpib_softc *sc, u_int8_t address)
sys/dev/gpib/gpib.c
350
gpib_dealloc(struct gpib_softc *sc, u_int8_t address)
sys/dev/gpib/gpib.c
367
_gpibsend(struct gpib_softc *sc, int slave, int sec, void *ptr, int origcnt)
sys/dev/gpib/gpib.c
420
_gpibrecv(struct gpib_softc *sc, int slave, int sec, void *ptr, int origcnt)
sys/dev/gpib/gpib.c
485
struct gpib_softc *sc;
sys/dev/gpib/gpib.c
503
struct gpib_softc *sc;
sys/dev/gpib/gpib.c
519
struct gpib_softc *sc;
sys/dev/gpib/gpib.c
533
struct gpib_softc *sc;
sys/dev/gpib/gpib.c
547
struct gpib_softc *sc;
sys/dev/gpib/gpib.c
568
struct gpib_softc *sc;
sys/dev/gpib/gpib.c
66
CFATTACH_DECL_NEW(gpib, sizeof(struct gpib_softc),
sys/dev/gpib/gpibvar.h
112
int _gpibregister(struct gpib_softc *, int, void (*cb)(void *, int),
sys/dev/gpib/gpibvar.h
114
int _gpibrequest(struct gpib_softc *, gpib_handle_t);
sys/dev/gpib/gpibvar.h
115
void _gpibrelease(struct gpib_softc *, gpib_handle_t);
sys/dev/gpib/gpibvar.h
116
int _gpibswait(struct gpib_softc *, int);
sys/dev/gpib/gpibvar.h
117
void _gpibawait(struct gpib_softc *);
sys/dev/gpib/gpibvar.h
118
int _gpibsend(struct gpib_softc *, int, int, void *, int);
sys/dev/gpib/gpibvar.h
119
int _gpibrecv(struct gpib_softc *, int, int, void *, int);
sys/dev/gpib/gpibvar.h
136
int gpib_alloc(struct gpib_softc *, u_int8_t);
sys/dev/gpib/gpibvar.h
137
int gpib_isalloc(struct gpib_softc *, u_int8_t);
sys/dev/gpib/gpibvar.h
138
void gpib_dealloc(struct gpib_softc *, u_int8_t);
sys/dev/gpib/gpibvar.h
65
struct gpib_softc;
sys/dev/gpib/gpibvar.h
82
struct gpib_softc *bus;
sys/dev/isa/cec.c
235
(struct gpib_softc *)config_found(self, &ga, gpibdevprint,
sys/dev/isa/cec.c
80
struct gpib_softc *sc_gpib;