Home
last modified time | relevance | path

Searched refs:bootinfo_get (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c907 if (bootinfo_get(cliptr->varname, cliptr->varptr, in bootinfo_defaults()
943 bootinfo_get(BI_NET_CONFIG_STRATEGY, ncs, &len, NULL) != in net_config_strategy()
952 if (bootinfo_get(BI_BOOTP_RESPONSE, NULL, NULL, 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()
1016 if (bootinfo_get(BI_NETWORK_BOOT_FILE, bs, &len, NULL) != in determine_bootserver_url()
1019 if (bootinfo_get(BI_BOOTFILE, bs, &len, NULL) != in determine_bootserver_url()
1101 if (bootinfo_get(BI_HOST_IP, buf, &len, NULL) == BI_E_SUCCESS) { in config_incomplete()
1115 if (bootinfo_get(BI_SUBNET_MASK, buf, &len, NULL) == in config_incomplete()
1132 if (bootinfo_get(BI_BOOTSERVER, buf, &len, NULL) == in config_incomplete()
[all …]
H A Dwanboot.c193 if (bootinfo_get(BI_AES_KEY, (char *)&key, &len, NULL) == in init_encryption()
197 } else if (bootinfo_get(BI_3DES_KEY, (char *)&key, &len, NULL) == in init_encryption()
213 if (bootinfo_get(BI_SHA1_KEY, (char *)&key, &len, NULL) == 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_50/usr/src/common/net/wanboot/
H A Dbootinfo.h87 extern bi_errcode_t bootinfo_get(const char *, void *, size_t *, int *);
H A Dbootinfo.c372 bootinfo_get(const char *name, void *valbufp, size_t *vallenp, in bootinfo_get() function
H A Dbootlog.c537 if (bootinfo_get(BI_HTTP_PROXY, hpstr, &vallen, NULL) == in setup_con()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/netbootinfo/
H A Dnetbootinfo.c100 switch (bootinfo_get(name, valbuf, &vallen, NULL)) { in main()
/titanic_50/usr/src/lib/libwanboot/common/
H A Dmapfile-vers48 bootinfo_get;