Searched refs:sz_type (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.c | 208 pool_get_resource_binding(const char *sz_type, pid_t pid) in pool_get_resource_binding() argument 214 if ((type = pool_resource_elem_class_from_string(sz_type)) == in pool_get_resource_binding() 1223 pool_resource_create(pool_conf_t *conf, const char *sz_type, const char *name) in pool_resource_create() argument 1238 if ((type = pool_resource_elem_class_from_string(sz_type)) == in pool_resource_create() 1244 if (strcmp(sz_type, "pset") != 0) { in pool_resource_create() 1249 if (!is_valid_name(name) || pool_get_resource(conf, sz_type, name) != in pool_resource_create() 1260 if (pool_value_set_string(props[0], sz_type) != PO_SUCCESS || in pool_resource_create() 1899 pool_get_resource(const pool_conf_t *conf, const char *sz_type, in pool_get_resource() argument 1915 if (sz_type == NULL) { in pool_get_resource() 1923 if (pool_value_set_string(props[0], sz_type) != PO_SUCCESS || in pool_get_resource() [all …]
|