Lines Matching refs:curnode
241 map_wellknown(pnode_t curnode)
248 VPRINTF("map_wellknown(%x)\n", curnode);
251 for (curnode = CHILD(curnode); curnode; curnode = NEXT(curnode)) {
255 sok = status_okay((int)curnode, (char *)NULL, 0);
268 if ((size = GETPROPLEN(curnode,
273 "big\n", curnode, OBP_DEVICETYPE);
276 if (GETPROP(curnode, OBP_DEVICETYPE,
279 curnode, OBP_DEVICETYPE);
289 if (GETPROP(curnode, OBP_NAME, (caddr_t)tmp_name) != -1)
290 fill_address(curnode, tmp_name);
291 if (GETPROP(curnode, OBP_DEVICETYPE, tmp_name) != -1 &&
293 fill_cpu(curnode);
296 have_tod(curnode);
299 plat_fill_mc(curnode);
300 map_wellknown(curnode);
305 fill_address(pnode_t curnode, char *namep)
317 if ((size = GETPROPLEN(curnode, OBP_ADDRESS)) == -1) {
327 if (GETPROP(curnode, OBP_ADDRESS,
342 (*wkp->wk_func)(curnode);