Searched refs:addr_str (Results 1 – 4 of 4) sorted by relevance
| /boot/ |
| A D | bootmeth_pxe.c | 64 const char *addr_str; in extlinux_pxe_read_bootflow() local 72 addr_str = env_get("pxefile_addr_r"); in extlinux_pxe_read_bootflow() 73 if (!addr_str) in extlinux_pxe_read_bootflow() 75 addr = simple_strtoul(addr_str, NULL, 16); in extlinux_pxe_read_bootflow()
|
| A D | bootmeth_script.c | 119 const char *addr_str; in script_read_bootflow_net() local 125 addr_str = env_get("scriptaddr"); in script_read_bootflow_net() 126 addr = addr_str ? hextoul(addr_str, NULL) : image_load_addr; in script_read_bootflow_net()
|
| A D | bootmeth_efi.c | 178 const char *addr_str, *fdt_addr_str, *bootfile_name; in distro_efi_read_bootflow_net() local 199 addr_str = env_get("kernel_addr_r"); in distro_efi_read_bootflow_net() 200 addr = addr_str ? hextoul(addr_str, NULL) : image_load_addr; in distro_efi_read_bootflow_net()
|
| A D | bootm.c | 254 static ulong bootm_data_addr(const char *addr_str) in bootm_data_addr() argument 258 if (addr_str) in bootm_data_addr() 259 addr = hextoul(addr_str, NULL); in bootm_data_addr() 276 static int bootm_pre_load(const char *addr_str) in bootm_pre_load() argument 278 ulong data_addr = bootm_data_addr(addr_str); in bootm_pre_load() 473 char addr_str[17]; in bootm_find_images() local 481 strcpy(addr_str, simple_xtoa(img_addr)); in bootm_find_images() 482 select = addr_str; in bootm_find_images() 1151 char addr_str[30]; in bootm_boot_start() local 1166 snprintf(addr_str, sizeof(addr_str), "%lx", addr); in bootm_boot_start() [all …]
|
Completed in 10 milliseconds