Home
last modified time | relevance | path

Searched refs:store_block (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dtftp.c167 static inline void store_block(int block, uchar *src, unsigned len) in store_block() function
609 store_block(tftp_cur_block - 1, pkt + 2, len); in tftp_handler()
H A Dnfs.c81 static inline int store_block(uchar *src, unsigned offset, unsigned len) in store_block() function
704 if (store_block(data_ptr, nfs_offset, rlen)) in nfs_read_reply()