On (09/19/08 13:24), Andrew Gallatin wrote: > > > 0xffffff039660d900::print struct myri10ge_priv > mdb: failed to look up type struct myri10ge_priv: no symbol corresponds > to address > > How do I get mdb to recognize my types?
Have you tried <module>`<type> e.g., 0xffffff039660d900::print myri10ge_priv`struct myri10ge_priv _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
