Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sparc/os/
H A Dbootops.c95 ihandle_t bfs_ih = OBP_BADNODE; variable
136 if (fd == -1 && bfs_ih != OBP_BADNODE) { in bop_open()
137 ih = bfs_ih; in bop_open()
465 (void) prom_getprop(chosennode, "bootfs", (caddr_t)&bfs_ih); in bop_mountroot()
467 return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK); in bop_mountroot()
478 if (bfs_ih != OBP_BADNODE) { in bop_unmountroot()
479 (void) prom_close(bfs_ih); in bop_unmountroot()
480 bfs_ih = OBP_BADNODE; in bop_unmountroot()