Searched defs:om_boottable (Results 1 – 1 of 1) sorted by relevance
120 struct om_boottable { struct121 char b_devname[2]; /* The name of the device */122 int (*b_probe)(void); /* probe() --> -1 or found controller147 struct om_boottable *bootTable; /* Points to table entry for device */ argument