On Mon, 2010-07-26 at 12:49 -0400, John Martin wrote:
> Slight hijack of this thread, but somewhat on topic.
> The man page for ddi_fls() says:
> 
>       int ddi_fls(long mask);
> ...
>       mask    A 32-bit argument value to search through.
> 
> I assume the man page was written prior to LP64.
> What is the expected behavior on LP64?

I'd expect that on LP64 its just an int rather than a long, but you can
check the code yourself.  When last I looked,the code for this function
was quite easy to grok.

        -Garrett
> 
> 
> _______________________________________________
> driver-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/driver-discuss


_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to