snow stated: < The content I got from command line with modinfo is different from the content I got from MDB -K with ::dmods,is it right?
Well yes. dmods are the Debugger Modules (extenstions to mdb if you will). Whereas modinfo tells you the Solaris OS modules (aka drivers) that are currently loaded. The dcmd command '::modinfo' in mdb is what you want i think. # mdb -k Loading modules: [ unix genunix specfs dtrace cpu.AuthenticAMD.15 uppc pcplusmp scsi_vhci ufs ip hook neti sctp arp usba s1394 fctl nca lofs audiosup zfs random cpc crypto fcip logindmux ptm sppp ipc nfs ] > ::help dmods NAME dmods - list loaded debugger modules SYNOPSIS ::dmods [-l] [mod] ATTRIBUTES Target: kvm Module: mdb Interface Stability: Evolving > < < < This message posted from opensolaris.org < _______________________________________________ < opensolaris-code mailing list < [email protected] < http://mail.opensolaris.org/mailman/listinfo/opensolaris-code -- Sean. . _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
