Searched refs:outh (Results 1 – 1 of 1) sorted by relevance
/u-boot/fs/yaffs2/ |
A D | yaffs_uboot_glue.c | 283 int outh; in make_a_file() local 287 outh = yaffs_open(yaffsName, in make_a_file() 290 if (outh < 0) { in make_a_file() 291 printf("Error opening file: %d. %s\n", outh, yaffs_error_str()); in make_a_file() 303 yaffs_write(outh, buffer, i); in make_a_file() 308 yaffs_close(outh); in make_a_file() 386 int outh; in cmd_yaffs_mwrite_file() local 389 if (outh < 0) in cmd_yaffs_mwrite_file() 390 printf("Error opening file: %d, %s\n", outh, yaffs_error_str()); in cmd_yaffs_mwrite_file() 392 yaffs_write(outh, addr, size); in cmd_yaffs_mwrite_file() [all …]
|
Completed in 3 milliseconds