Searched refs:sys_id (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c1339 int64_t sys_id)
1381 pool_value_set_int64(&val, sys_id);
1387 pool_elem_class_string(pe), sys_id) > KEY_BUFFER_SIZE) {
2826 * If we are going to compare components, then use sys_id
2887 * Compare with sys_id
2890 assert(!"no sys_id on e1\n");
2894 assert(!"no sys_id on e2\n");
1338 pool_component_create(pool_conf_t *conf, const pool_resource_t *res, int64_t sys_id) argument
H A Dpool_internal.c71 const char *c_sys_prop = "sys_id";
178 { "pool.sys_id", POOL_VALUE_INITIALIZER,
203 { "pset.sys_id", POOL_VALUE_INITIALIZER,
231 { "cpu.sys_id", POOL_VALUE_INITIALIZER, PP_STORED | PP_READ, NULL,
1113 * elem_get_sysid() returns the sys_id for the supplied elem.
1276 if (set_char_buf(cb, "%s.sys_id", type) != PO_SUCCESS) {
1999 id_t sys_id = elem_get_sysid(pe); local
2000 dprintf("element type: %s sys_id: %d\n",
2001 pool_elem_class_string(pe), sys_id);

Completed in 22 milliseconds