Home
last modified time | relevance | path

Searched refs:BC_E_NOERROR (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dwanboot_conf.h87 BC_E_NOERROR, enumerator
H A Dbootconf_errmsg.c48 case BC_E_NOERROR: in bootconf_errmsg()
H A Dbootconf.c253 if (handle->bc_error_code != BC_E_NOERROR) { in parse_bootconf()
579 handle->bc_error_code = BC_E_NOERROR; in bootconf_init()
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c1644 if (bootconf_init(&bc_handle, NULL) != BC_E_NOERROR) { in bootprog()