Home
last modified time | relevance | path

Searched refs:chosennode (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c49 pnode_t chosennode; variable
101 chosennode = prom_chosennode(); in bop_init()
397 node = chosennode; in bop_getproplen()
419 node = chosennode; in bop_getprop()
471 (void) prom_getprop(chosennode, "bootfs", (caddr_t)&bfs_ih); in bop_mountroot()
472 (void) prom_getprop(chosennode, "archfs", (caddr_t)&afs_ih); in bop_mountroot()
525 prom_getprop(chosennode, "bootarchive", archive) == -1) in bop_free_archive()
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_node.c32 static pnode_t chosennode; variable
48 chosennode = chosen; in promif_set_nodes()
63 ci[4] = p1275_dnode2cell(chosennode); in promif_finddevice()