HomeSort by relevance Sort by last modified time
    Searched defs:write_buff (Results 1 - 11 of 11) sorted by null

  /external/u-boot/board/pb1x00/
flash.c 22 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt) function
24 printf ("write_buff not implemented\n");
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek01.c 93 char write_buff[BUFSIZ]; /* buffer to hold data */ variable
136 if (write(fildes, write_buff, BUFSIZ) != -1) {
152 if (write(fildes, write_buff, BUFSIZ) != BUFSIZ) {
160 if (write(fildes, write_buff, BUFSIZ) != -1) {
203 SAFE_WRITE(cleanup, 1, fildes, write_buff, BUFSIZ);
llseek02.c 216 char write_buff[BUFSIZ]; /* buffer to hold data */ local
219 strcpy(write_buff, "abcdefg");
229 if (write(fd1, write_buff, sizeof(write_buff)) <= 0) {
  /external/u-boot/drivers/mtd/
stm32_flash.c 126 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) function
pic32_flash.c 222 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) function
st_smi.c 424 * write_buff - Write to SMI flash
432 int write_buff(flash_info_t *info, uchar *src, ulong dest_addr, ulong length) function
altera_qspi.c 103 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) function
cfi_flash.c 1317 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt) function
    [all...]
  /external/u-boot/arch/arm/mach-at91/arm926ejs/
eflash.c 218 int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt) function
  /external/u-boot/board/cobra5272/
flash.c 312 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt) function
  /external/u-boot/board/freescale/m5253demo/
flash.c 318 int write_buff(flash_info_t * info, uchar * src, ulong addr, ulong cnt) function

Completed in 509 milliseconds