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 | 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) { 2834 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { 2838 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) { 2892 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) { 2896 if (pool_get_ns_property(e2, c_sys_prop, &val) == POC_INVAL) {
|
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));
|
H A D | pool_xml.c | 1570 if (xmlSetProp(elem->pxe_node, BAD_CAST c_sys_prop,
|
H A D | pool_kernel.c | 2844 assert(pool_put_any_ns_property(pair, c_sys_prop, &val)
|
Completed in 81 milliseconds