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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c96 ihandle_t afs_ih = OBP_BADNODE; variable
130 if (afs_ih != OBP_BADNODE) {
131 ih = afs_ih;
466 (void) prom_getprop(chosennode, "archfs", (caddr_t)&afs_ih);
467 return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK);
482 if (afs_ih != OBP_BADNODE) {
483 (void) prom_close(afs_ih);
484 afs_ih = OBP_BADNODE;

Completed in 52 milliseconds