Searched refs:ub_env_get (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/uboot/fdt/
H A Duboot_fdt.c55 s = ub_env_get("fdt_addr_r");
57 s = ub_env_get("fdtaddr");
59 s = ub_env_get("fdt_addr");
76 s = ub_env_get("fdtfile");
78 s = ub_env_get("fdt_file");
140 str = ub_env_get(env);
161 str = ub_env_get(env);
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dglue.h88 char *ub_env_get(const char *);
H A Dnet.c120 if ((envstr = ub_env_get("rootpath")) == NULL)
129 if ((envstr = ub_env_get("ipaddr")) == NULL)
140 if ((envstr = ub_env_get("netmask")) != NULL &&
158 if ((envstr = ub_env_get("serverip")) != NULL) {
182 envstr = ub_env_get("gatewayip");
H A Dcopy.c85 envstr = ub_env_get("loader_kernaddr");
H A Dglue.c483 ub_env_get(const char *name) function
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c210 devstr = ub_env_get("loaderdev");
617 val = ub_env_get(var);

Completed in 78 milliseconds