The di_prom_prop_next() function obtains a handle to the next property on the PROM property list associated with node. If prom_prop is DI_PROM_PROP_NIL, the first property associated with node is returned.
The di_prom_prop_name() function returns the name of the prom_prop property.
The di_prom_prop_data() function returns the value of the prom_prop property. The return value is a non-negative integer specifying the size in number of bytes in prop_data.
All memory allocated by these functions is managed by the library and must not be freed by the caller.
|