Lines Matching defs:root
197 pnode_t root;
208 root = prom_nextnode((pnode_t)0);
210 * Get System clock frequency from root node if it exists.
212 if (GETPROP(root, "stick-frequency", (caddr_t)&stick_freq) != -1)
520 * If we didn't find it in the CPU node, look in the root node.
522 pnode_t root = prom_nextnode((pnode_t)0);
523 if (GETPROP(root, "clock-frequency", (caddr_t)&clk_freq) == -1)
1222 pnode_t root;
1225 * Watchdog property is in the root node.
1227 root = prom_nextnode((pnode_t)0);
1228 if (GETPROPLEN(root, WATCHDOG_ENABLE) != -1) {