Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/net/wanboot/
H A Dbootinfo.h53 #define BI_BOOTSERVER "bootserver" macro
H A Dbootinfo.c155 { BI_BOOTSERVER, BI_R_BOOTMISC,
/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c212 { BI_BOOTSERVER, clurl, CLF_BM,
1008 if (bootinfo_get(BI_BOOTSERVER, bs, &len, NULL) != BI_E_SUCCESS) { in determine_bootserver_url()
1025 (void) bootinfo_put(BI_BOOTSERVER, bs, len, 0); in determine_bootserver_url()
1132 if (bootinfo_get(BI_BOOTSERVER, buf, &len, NULL) == in config_incomplete()
H A Dwanboot.c1625 ret = get_url(BI_BOOTSERVER, &server_url); in bootprog()