Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sun68k/stand/libsa/
H A Dsaio.h63 struct boottab { struct
64 char b_dev[2]; /* The name of the device */
65 int (*b_probe)(void); /* probe() --> -1 or found controller
67 int (*b_boot)(char *); /* boot(bp) --> -1 or start address */
68 int (*b_open)(struct saioreq *); /* open(iobp) --> -1 or 0 */
69 int (*b_close)(struct saioreq *); /* close(iobp) --> -1 or 0 */
70 int (*b_strategy)(struct saioreq *, int); /* strategy(iobp,rw)
72 char *b_desc; /* Printable string describing dev */
73 struct devinfo *b_devinfo; /* Information to configure device */
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dbootxx.c83 const char *boottab[] = { variable