Lines Matching defs:type

66 const char *c_type = "type";
140 * the "enum pool_resource_elem_class" type.
201 { "type", POOL_VALUE_INITIALIZER, PP_HIDDEN | PP_STORED | PP_READ, NULL,
229 { "type", POOL_VALUE_INITIALIZER, PP_HIDDEN | PP_STORED | PP_READ, NULL,
255 * the "enum pool_resource_elem_class" type.
422 * Duplicate names for a pool or resource type are illegal.
464 * Ensure the type is a string.
479 * Ensure the type is a boolean.
494 * Ensure the type is an unsigned int.
611 * of all resources of this type
679 * of all resources of this type
895 * initialised when an element of this type is created and PO_FALSE
1032 * get_default_resource() returns the default resource for type of the supplied
1035 * Returns A pointer to the default resource of the same type as the supplied
1047 * resource for it's type.
1133 * elem for it's type.
1239 pool_resource_type_string(pool_resource_elem_class_t type)
1241 return (pool_resource_elem_class_name[type]);
1245 pool_component_type_string(pool_component_elem_class_t type)
1247 return (pool_component_elem_class_name[type]);
1251 * resource_by_sysid() finds a resource from it's supplied sysid and type.
1256 resource_by_sysid(const pool_conf_t *conf, id_t sysid, const char *type)
1269 if (pool_value_set_string(props[0], type) != PO_SUCCESS ||
1276 if (set_char_buf(cb, "%s.sys_id", type) != PO_SUCCESS) {
1297 pool_elem_class_from_string(const char *type)
1303 if (strcmp(pool_elem_class_name[i], type) == 0)
1313 pool_resource_elem_class_from_string(const char *type)
1319 if (strcmp(pool_resource_elem_class_name[i], type) == 0)
1329 pool_component_elem_class_from_string(const char *type)
1335 if (strcmp(pool_component_elem_class_name[i], type) == 0)
1619 pool_validate_resource(const pool_conf_t *conf, const char *type,
1637 (void) pool_value_set_string(&val, type);
1643 * each resource type and then find all resources of
1644 * each type and total ".min". Find all available
1995 dprintf("element type: %s name: %s\n",
2000 dprintf("element type: %s sys_id: %d\n",