Home
last modified time | relevance | path

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) { in bop_open()
131 ih = afs_ih; in bop_open()
472 (void) prom_getprop(chosennode, "archfs", (caddr_t)&afs_ih); in bop_mountroot()
473 return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK); in bop_mountroot()
488 if (afs_ih != OBP_BADNODE) { in bop_unmountroot()
489 (void) prom_close(afs_ih); in bop_unmountroot()
490 afs_ih = OBP_BADNODE; in bop_unmountroot()