OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mba_device
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/vax/mba/
mbavar.h
89
struct
mba_device
{
struct
90
STAILQ_ENTRY(
mba_device
) md_link; /* linked list of runnable devices */
91
void (*md_start)(struct
mba_device
*);
93
int (*md_attn)(struct
mba_device
*);
95
enum xfer_action (*md_finish)(struct
mba_device
*, int, int *);
106
STAILQ_HEAD(,
mba_device
) sc_xfers;
109
struct
mba_device
*sc_md[MAXMBADEV];
119
void mbaqueue(struct
mba_device
*);
mba.c
70
void mbaqueue(struct
mba_device
*);
169
struct
mba_device
*md;
250
mbaqueue(struct
mba_device
*md)
268
struct
mba_device
* const md = STAILQ_FIRST(&sc->sc_xfers);
hp.c
70
struct
mba_device
sc_md; /* Common struct used by mbaqueue. */
76
void hpstart(struct
mba_device
*);
77
int hpattn(struct
mba_device
*);
78
enum xfer_action hpfinish(struct
mba_device
*, int, int *);
235
hpstart(struct
mba_device
*md)
358
hpfinish(struct
mba_device
*md, int mbasr, int *attn)
409
hpattn(struct
mba_device
*md)
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025