Home
last modified time | relevance | path

Searched refs:mediatable (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c325 struct mediatable { struct
424 u8 media_table_storage[(sizeof(struct mediatable) + 32*sizeof(struct medialeaf))];
426 struct mediatable *mtable;
811 struct mediatable *mtable; in parse_eeprom()
819 tp->mtable = mtable = (struct mediatable *)&tp->media_table_storage[0]; in parse_eeprom()
1736 struct mediatable *mtable = tp->mtable; in select_media()