how to get information(using APIs) about physical disks on solaris 8,9?

i want to extract physical disk vendor name ,model and all other information.which solaris APIs can be used to get this information.
[146 byte] By [agnihotri22] at [2007-11-26 5:55:06]
# 1
Hi,You can use:# iostat -EnThis will give you Vendor / Product / Revision / Serial Number of disks installed in the system relating to their logical name (c0t0d0 etc etc)HTHTom
tbeardsell1978 at 2007-7-6 13:09:16 > top of Java-index,Administration Tools,Solstice Enterprise Agents...
# 2
i am aware of the command, however, i am looking for corrosponding C APIs which will give me the same information
agnihotri22 at 2007-7-6 13:09:16 > top of Java-index,Administration Tools,Solstice Enterprise Agents...