Searched refs:bfs_ih (Results 1 – 1 of 1) sorted by relevance
95 ihandle_t bfs_ih = OBP_BADNODE; variable136 if (fd == -1 && bfs_ih != OBP_BADNODE) { in bop_open()137 ih = bfs_ih; in bop_open()471 (void) prom_getprop(chosennode, "bootfs", (caddr_t)&bfs_ih); in bop_mountroot()473 return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK); in bop_mountroot()484 if (bfs_ih != OBP_BADNODE) { in bop_unmountroot()485 (void) prom_close(bfs_ih); in bop_unmountroot()486 bfs_ih = OBP_BADNODE; in bop_unmountroot()