Searched refs:object_free_values (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | configd.h | 744 void object_free_values(const char *, uint32_t, size_t, size_t);
|
H A D | rc_node.c | 1752 object_free_values(np->rn_values, np->rn_valtype, in rc_node_destroy() 2228 object_free_values(vals, type, count, size); in rc_node_create_property() 2238 object_free_values(vals, type, count, size); in rc_node_create_property() 2246 object_free_values(vals, type, count, size); in rc_node_create_property()
|
H A D | file_object.c | 695 object_free_values(const char *vals, uint32_t type, size_t count, size_t size) in object_free_values() function
|