Searched refs:uba_unit (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/qbus/
H A Dubavar.h69 SIMPLEQ_HEAD(, uba_unit) uh_resq; /* resource wait chain */
91 struct uba_unit { struct
92 SIMPLEQ_ENTRY(uba_unit) uu_resq;/* Queue while waiting for resources */
95 int (*uu_ready)(struct uba_unit *);
163 void uba_enqueue(struct uba_unit *);
H A Duda.c97 struct uba_unit sc_unit; /* Struct common for UBA to communicate */
111 static int udaready(struct uba_unit *);
218 * Fill in the uba_unit struct, so we can communicate with the uba.
267 struct uba_unit *uu;
284 uu = malloc(sizeof(struct uba_unit), M_DEVBUF, M_NOWAIT|M_ZERO);
301 udaready(struct uba_unit *uu)
H A Duba.c98 uba_enqueue(struct uba_unit *uu)
119 struct uba_unit *uu;
H A Dts.c119 struct uba_unit sc_unit; /* Struct common for UBA to talk */
122 struct uba_unit sc_uu; /* Struct for UBA to communicate */
166 static int tsready(struct uba_unit *);
493 tsready(struct uba_unit *uu)

Completed in 277 milliseconds