Home
last modified time | relevance | path

Searched refs:net_root_path (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dbootp.c62 char net_root_path[64] = {0,}; /* Our bootpath */ variable
259 if (net_root_path[0] == 0) { in bootp_process_vendor_field()
261 sizeof(net_root_path), size); in bootp_process_vendor_field()
262 memcpy(&net_root_path, ext + 2, size); in bootp_process_vendor_field()
263 net_root_path[size] = 0; in bootp_process_vendor_field()
330 if (net_root_path[0]) in bootp_process_vendor()
331 debug("net_root_path : %s\n", net_root_path); in bootp_process_vendor()
857 sizeof(net_root_path), oplen); in dhcp_process_options()
858 memcpy(&net_root_path, popt + 2, size); in dhcp_process_options()
859 net_root_path[size] = 0; in dhcp_process_options()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c243 if (net_root_path[0]) in netboot_update_env()
244 env_set("rootpath", net_root_path); in netboot_update_env()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h519 extern char net_root_path[64]; /* Our root path */
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map