Home
last modified time | relevance | path

Searched refs:object_free_values (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/svc/configd/
H A Dconfigd.h745 void object_free_values(const char *, uint32_t, size_t, size_t);
H A Drc_node.c1762 object_free_values(np->rn_values, np->rn_valtype, in rc_node_destroy()
2238 object_free_values(vals, type, count, size); in rc_node_create_property()
2248 object_free_values(vals, type, count, size); in rc_node_create_property()
2256 object_free_values(vals, type, count, size); in rc_node_create_property()
H A Dfile_object.c696 object_free_values(const char *vals, uint32_t type, size_t count, size_t size) in object_free_values() function