Searched refs:BOOT_SVC_OK (Results 1 – 3 of 3) sorted by relevance
467 return ((bfs_ih == -1 && afs_ih == -1) ? BOOT_SVC_FAIL : BOOT_SVC_OK); in bop_mountroot()486 return (BOOT_SVC_OK); in bop_unmountroot()
171 #define BOOT_SVC_OK (int)(1) macro
411 if (BOP_MOUNTROOT() != BOOT_SVC_OK) { in kobj_init()