Lines Matching defs:node_str
898 char node_str[128];
916 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
917 if (!strcmp(node_str, "cpu")) {
1032 char node_str[128];
1041 prom_getstring(nd, "device_type", node_str, sizeof(node_str));
1042 if (!strcmp(node_str, "cpu")) {
1599 char node_str[128];
1604 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
1605 if (!strcmp(node_str, "cpu")) {