Home
last modified time | relevance | path

Searched refs:toload (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.h109 unsigned long toload[UBI_FM_BM_SIZE]; member
H A Dubispl.c218 if (!test_bit(vol_id, ubi->toload)) in ubi_scan_vid_hdr()
239 if (!test_bit(vol_id, ubi->toload)) in assign_aeb_to_av()
905 generic_set_bit(lv->vol_id, ubi->toload); in ubispl_load_volumes()
/openbmc/u-boot/net/
H A Dtftp.c363 int toload = tftp_block_size; in tftp_send() local
364 int loaded = load_block(tftp_cur_block, pkt, toload); in tftp_send()
368 tftp_put_final_block_sent = (loaded < toload); in tftp_send()