Searched refs:c_sys_prop (Results 1 – 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libpool/common/ |
| H A D | pool_internal.h | 113 extern const char *c_sys_prop;
|
| H A D | pool.c | 1383 if (pool_put_any_ns_property(pe, c_sys_prop, &val) != PO_SUCCESS) { in pool_component_create() 2832 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare_name() 2836 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare_name() 2890 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare() 2894 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { in pool_elem_compare()
|
| H A D | pool_internal.c | 71 const char *c_sys_prop = "sys_id"; variable 1118 return ((id_t)elem_get_expected_int64(elem, c_sys_prop)); in elem_get_sysid()
|
| H A D | pool_xml.c | 1562 if (xmlSetProp(elem->pxe_node, BAD_CAST c_sys_prop, in pool_xml_elem_create()
|
| H A D | pool_kernel.c | 2849 assert(pool_put_any_ns_property(pair, c_sys_prop, &val) in log_item_commit()
|