On Fri, 2008-09-19 at 12:02 -0400, Andrew Gallatin wrote: > Hi, > > I'm trying to debug something with a GLDv3 network driver. > How can I do the equivalent of ddi_get_driver_private() > from inside mdb? > > Alternatively, how can I get it via the GLDv3 attachment > (eg, macp->m_driver). > > I guess what I'm really asking is how to walk the macps, > and/or walk the dips, looking for some way to get at > my driver's data structs.
Does this do what you want? ::walk mac_impl_cache | ::print mac_impl_t mi_driver -Seb _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
