Searched refs:pxefile_addr_r (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/cmd/ |
D | pxe.c | 275 unsigned long pxefile_addr_r) in get_pxelinux_path() argument 288 return get_pxe_file(cmdtp, path, pxefile_addr_r); in get_pxelinux_path() 296 static int pxe_uuid_path(cmd_tbl_t *cmdtp, unsigned long pxefile_addr_r) in pxe_uuid_path() argument 305 return get_pxelinux_path(cmdtp, uuid_str, pxefile_addr_r); in pxe_uuid_path() 314 static int pxe_mac_path(cmd_tbl_t *cmdtp, unsigned long pxefile_addr_r) in pxe_mac_path() argument 324 return get_pxelinux_path(cmdtp, mac_str, pxefile_addr_r); in pxe_mac_path() 334 static int pxe_ipaddr_paths(cmd_tbl_t *cmdtp, unsigned long pxefile_addr_r) in pxe_ipaddr_paths() argument 342 err = get_pxelinux_path(cmdtp, ip_addr, pxefile_addr_r); in pxe_ipaddr_paths() 371 unsigned long pxefile_addr_r; in do_pxe_get() local 385 (unsigned long *)&pxefile_addr_r); in do_pxe_get() [all …]
|
/external/u-boot/doc/ |
D | README.pxe | 25 pxefile_addr_r - should be set to a location in RAM large enough to hold 55 syntax: pxe boot [pxefile_addr_r] 59 pxefile_addr_r is an optional argument giving the location of the pxe file. 67 pxefile_addr_r - if the optional argument pxefile_addr_r is not supplied, 68 an environment variable named pxefile_addr_r must be supplied. This is 103 location is given by the pxefile_addr_r environment variable. The pxe code is
|
D | README.distro | 249 pxefile_addr_r:
|