Searched defs:boottab (Results 1 – 2 of 2) sorted by relevance
63 struct boottab { struct64 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 */
83 const char *boottab[] = { variable