![]() |
![]() |
![]() |
Get a list of all properties associated with a node
#include <sys/pmm.h>
int pmm_property_list(pmm_node_t *node, pm_property_attr_t *list,
int size);
libc
This call is used to get a list of all properties associated with a node:
The return value of this call is the actual number of properties.
If list is non-NULL, the minimum of size and the actual number of properties are copied to list.
Each entry in the returned list specifies:
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
![]() |
![]() |
![]() |