Searched refs:c_sys_prop (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool_internal.h | 115 extern const char *c_sys_prop;
|
H A D | pool.c | 1385 if (pool_put_any_ns_property(pe, c_sys_prop, &val) != PO_SUCCESS) { in pool_component_create() 2834 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare_name() 2838 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare_name() 2892 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare() 2896 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare()
|
H A D | pool_internal.c | 73 const char *c_sys_prop = "sys_id"; variable 1120 return ((id_t)elem_get_expected_int64(elem, c_sys_prop)); in elem_get_sysid()
|
H A D | pool_xml.c | 1570 if (xmlSetProp(elem->pxe_node, BAD_CAST c_sys_prop, in pool_xml_elem_create()
|
H A D | pool_kernel.c | 2844 assert(pool_put_any_ns_property(pair, c_sys_prop, &val) in log_item_commit()
|