Searched refs:pool_value_set_string (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 206 pool_value_set_string(pool_value_t *pv, const char *val) function 336 if (pool_value_set_string(pv, sval) != PO_SUCCESS)
|
H A D | pool.h | 248 extern int pool_value_set_string(pool_value_t *, const char *);
|
H A D | pool.c | 1194 if (pool_value_set_string(&val, name) != PO_SUCCESS) { 1259 if (pool_value_set_string(props[0], sz_type) != PO_SUCCESS || 1307 if (pool_value_set_string(&val, name) != PO_SUCCESS || 1391 if (pool_value_set_string(&val, refbuf) != PO_SUCCESS) { 1831 pool_value_set_string(props[0], name) != PO_SUCCESS) { 1922 if (pool_value_set_string(props[0], sz_type) != PO_SUCCESS || 1937 if (pool_value_set_string(props[1], name) != PO_SUCCESS) {
|
H A D | pool_internal.c | 714 if (pool_value_set_string(pval, pool_elem_class_string(elem)) == 791 return (pool_value_set_string(&prop->pp_value, val)); 1269 if (pool_value_set_string(props[0], type) != PO_SUCCESS || 1637 (void) pool_value_set_string(&val, type);
|
H A D | pool_commit.c | 384 if (pool_value_set_string(&val, "pset") != PO_SUCCESS || 735 if (pool_value_set_string(props[0], "pset") != PO_SUCCESS ||
|
H A D | pool_xml.c | 448 if (pool_value_set_string(&val, name) != PO_SUCCESS) { 453 if (pool_value_set_string(&val, data_type_tags[type]) != PO_SUCCESS) { 629 if (pool_value_set_string(value, data ? 793 if (pool_value_set_string(value, 1426 if (pool_value_set_string(props[0], pool_resource_type_string(type)) !=
|
H A D | pool_kernel.c | 1551 if (pool_value_set_string(props[0], pool_resource_type_string(type)) !=
|
Completed in 61 milliseconds