Lines Matching refs:node_str
891 char node_str[128];
909 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
910 if (!strcmp(node_str, "cpu")) {
1023 char node_str[128];
1032 prom_getstring(nd, "device_type", node_str, sizeof(node_str));
1033 if (!strcmp(node_str, "cpu")) {
1590 char node_str[128];
1595 prom_getstring(cpunode, "device_type", node_str, sizeof(node_str));
1596 if (!strcmp(node_str, "cpu")) {