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

/u-boot/drivers/mtd/ubispl/
H A Dubispl.h75 * @toload: Bitmap to indicate the volumes which should be loaded
78 * @volinfo: The volume information of the interesting (toload)
111 unsigned long toload[UBI_FM_BM_SIZE]; member in struct:ubi_scan_info
H A Dubispl.c411 if (!test_bit(vol_id, ubi->toload))
433 if (!test_bit(vol_id, ubi->toload))
1103 generic_set_bit(lv->vol_id, ubi->toload);
/u-boot/net/
H A Dtftp.c380 int toload = tftp_block_size; local
381 int loaded = load_block(tftp_cur_block, pkt, toload);
385 tftp_put_final_block_sent = (loaded < toload);

Completed in 53 milliseconds