Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sparc/os/
H A Dbootops.c467 return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK); in bop_mountroot()
486 return (BOOT_SVC_OK); in bop_unmountroot()
/titanic_50/usr/src/uts/sun/sys/
H A Dbootconf.h171 #define BOOT_SVC_OK (int)(1) macro
/titanic_50/usr/src/uts/common/krtld/
H A Dkobj.c411 if (BOP_MOUNTROOT() != BOOT_SVC_OK) { in kobj_init()