Lines Matching defs:class
91 * Each element class/sub-class has a set of properties and behaviours
1171 * name for the supplied class.
1176 is_a_known_prefix(pool_elem_class_t class, const char *prop_name)
1181 switch (class) {
1184 len = strlen(pool_elem_class_name[class]);
1185 if (strncmp(prop_name, pool_elem_class_name[class], len) == 0 &&
1187 return (pool_elem_class_name[class]);
1578 * Return the class for the supplied elem.
1589 * Return the resource class for the supplied elem.
1598 * Return the component class for the supplied elem.