Lines Matching defs:node_str
899 char node_str[128];
917 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
918 if (!strcmp(node_str, "cpu")) {
1031 char node_str[128];
1040 prom_getstring(nd, "device_type", node_str, sizeof(node_str));
1041 if (!strcmp(node_str, "cpu")) {
1598 char node_str[128];
1603 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
1604 if (!strcmp(node_str, "cpu")) {