Lines Matching defs:type

248  * concerned) either from the current node, if it is of type 'product', or
260 char *type;
266 result = md_get_prop_str(mdp, mde_node, MD_STR_TYPE, &type);
267 if (result == 0 && strcmp(type, MD_STR_PRODUCT) == 0) {
283 * Search the PRI for nodes of type MD_STR_COMPONENT and find the
284 * first element with type of MD_STR_PRODUCT. This node
299 result = md_get_prop_str(mdp, nodes[idx], MD_STR_TYPE, &type);
300 if (result == 0 && strcmp(type, MD_STR_PRODUCT) == 0) {
330 * concerned) either from the current node, if it is of type 'chassis', or
369 * Search the PRI for nodes of type MD_STR_COMPONENT and find the
370 * first element with topo-hc-type of MD_STR_CHASSIS. This node
753 * Search the PRI for nodes of type MD_STR_PLATFORM, which contains
903 /* Is this a uint64_t type serial number? */
1029 /* Return a copy of the type string */
1252 * system authority - component node, type="product"
1253 * component System authority - component node, type="system"
1254 * chassis authority - component node, type="chassis"
1304 topo_mod_dprintf(mod, "pi_set_topo_auth_impl: auth type(%d) "
1328 char *type = NULL;
1370 * Search through the PRI for 'component' "type=product",
1371 * "type=system", and "type=chassis" nodes which contain the
1375 rv = md_get_prop_str(pi.mdp, component[i], MD_STR_TYPE, &type);
1377 if (strcmp(type, MD_STR_PRODUCT) == 0) {
1381 } else if (strcmp(type, MD_STR_SYSTEM) == 0) {
1385 } else if (strcmp(type, MD_STR_CHASSIS) == 0) {
1489 "cannot bind for node_0x%llx instance %d type %s\n",
1503 topo_mod_dprintf(mod, "bound node_0x%llx instance %d type %s\n",