Searched refs:BI_E_SUCCESS (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 908 &len, NULL) == BI_E_SUCCESS) { in bootinfo_defaults() 944 BI_E_SUCCESS) { in net_config_strategy() 982 if (bootinfo_get(BI_CLIENT_ID, clid, &len, NULL) != BI_E_SUCCESS) { in generate_default_clientid() 1008 if (bootinfo_get(BI_BOOTSERVER, bs, &len, NULL) != BI_E_SUCCESS) { in determine_bootserver_url() 1017 BI_E_SUCCESS) { in determine_bootserver_url() 1020 BI_E_SUCCESS) { in determine_bootserver_url() 1101 if (bootinfo_get(BI_HOST_IP, buf, &len, NULL) == BI_E_SUCCESS) { in config_incomplete() 1116 BI_E_SUCCESS) { in config_incomplete() 1133 BI_E_SUCCESS) { in config_incomplete() 1153 BI_E_SUCCESS) { in config_incomplete() [all …]
|
H A D | wanboot.c | 194 BI_E_SUCCESS) { in init_encryption() 198 BI_E_SUCCESS) { in init_encryption() 214 BI_E_SUCCESS) { in init_hashing() 292 if (bootinfo_get(BI_CLIENT_ID, clid, &clen, NULL) != BI_E_SUCCESS) { in build_request_url() 559 if (bootinfo_get(name, buf, &len, NULL) != BI_E_SUCCESS || len == 0) { in get_url() 618 bootinfo_get(BI_HTTP_PROXY, buf, &len, NULL) == BI_E_SUCCESS && in establish_http_connection()
|
/titanic_44/usr/src/common/net/wanboot/ |
H A D | bootinfo.c | 228 return (BI_E_SUCCESS); in bi_getval_chosen() 269 return (BI_E_SUCCESS); in bi_getval_dhcpopt() 288 return (BI_E_SUCCESS); in bi_getval_bootmisc() 310 (bip->bi_flags & BI_F_BYTES)) ? BI_E_SUCCESS : BI_E_ERROR); in bi_putval_chosen() 317 ? BI_E_SUCCESS : BI_E_ERROR); in bi_putval_bootmisc()
|
H A D | bootinfo.h | 77 BI_E_SUCCESS, enumerator
|
H A D | bootlog.c | 538 BI_E_SUCCESS && vallen > 0) { in setup_con()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/netbootinfo/ |
H A D | netbootinfo.c | 101 case BI_E_SUCCESS: in main()
|