On Tue, 13 May 2008, leno wrote:

> in solaris 10, which  operatio call xxx_detach()?

Try it out:

        dtrace -n "fbt::*detach:entry { stack(); ustack(); }"

Caveat: not sure if the wildcard, '*', works in all variants of S10; 
definitely does in opensolaris, and quite probably in recent S10 update 
releases as well.

See dtrace's "-A" option if you want to see the above during boot.

FrankH.
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to