Lines Matching refs:err
615 int err; in bootm_load_os() local
628 err = lmb_alloc_mem(LMB_MEM_ALLOC_ANY, SZ_2M, &addr, in bootm_load_os()
630 if (err) in bootm_load_os()
642 err = image_decomp(os.comp, load, os.image_start, os.type, in bootm_load_os()
645 if (err) { in bootm_load_os()
646 err = handle_decomp_error(os.comp, load_end - load, in bootm_load_os()
647 CONFIG_SYS_BOOTM_LEN, err); in bootm_load_os()
649 return err; in bootm_load_os()
709 err = lmb_alloc_mem(LMB_MEM_ALLOC_ADDR, 0, &load, in bootm_load_os()
711 if (err) { in bootm_load_os()
1021 goto err; in bootm_run_states()
1077 goto err; in bootm_run_states()
1104 err: in bootm_run_states()
1253 int err = 0; in bootm_host_load_images() local
1260 if (!err && ret && ret != -ENOENT) in bootm_host_load_images()
1261 err = ret; in bootm_host_load_images()
1265 return err; in bootm_host_load_images()