Home
last modified time | relevance | path

Searched defs:device_table (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mipsco/stand/common/
H A Dsaio.c65 struct device_table { struct
66 char *dt_string; /* device name */
67 int (*dt_init) (int); /* device init routine */
68 int (*dt_open)(int); /* device open routine */
69 int (*dt_strategy)(int); /* device strategy routine, returns cnt */
93 struct device_table *i_dp; /* pointer into device_table */ argument