Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c473 return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK); in bop_mountroot()
492 return (BOOT_SVC_OK); in bop_unmountroot()
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h172 #define BOOT_SVC_OK (int)(1) macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c402 if (BOP_MOUNTROOT() != BOOT_SVC_OK) { in kobj_init()