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