Home
last modified time | relevance | path

Searched refs:gpibqueue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/gpib/
H A Dgpibvar.h104 struct gpibqueue { struct
105 TAILQ_ENTRY(gpibqueue) hq_list; /* entry on queue */
110 typedef struct gpibqueue *gpib_handle_t; argument
178 TAILQ_HEAD(, gpibqueue) sc_queue; /* GPIB job queue */
H A Dgpib.c233 *hdl = malloc(sizeof(struct gpibqueue), M_DEVBUF, M_WAITOK); in _gpibregister()