On 11/07/06, Weldon Goree <[EMAIL PROTECTED]> wrote:
the buffer must hold? And how do I get all of them at once like (I
think) sysctl(3) says I can?

You can't get them all at once with one sysctl(3) call, as the memory
they occupy is not allocated continuously -- a linked list is used,
and each driver does sensor allocation on its own, and it's not a
sysctl(3) job to merge this linked list together into an array.

Reply via email to