OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mba_device
(Results
1 - 2
of
2
) 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
*);
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
*);
Completed in 53 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025