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

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

Completed in 44 milliseconds