HomeSort by relevance Sort by last modified time
    Searched refs:write_buf (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 44 char *write_buf; local
53 write_buf = buf;
57 write_buf = (char *) inbuf;
58 retval = io_channel_write_blk(fs->io, block, 1, write_buf);
  /system/extras/tests/directiotest/
directiotest.c 175 void *read_buf = NULL, *write_buf = NULL; local
212 write_buf = pagealign_alloc(test_size);
213 if (!read_buf || !write_buf) {
238 init_test_buf(write_buf, cur_blk, test_size);
240 if (do_write(fd, write_buf, cur_blk * blk_size, test_size) !=
251 if (memcmp(write_buf, read_buf, test_size)) {
255 dump_hex(write_buf, test_size);
268 if (write_buf)
269 pagealign_free(write_buf, test_size);
  /external/bluetooth/glib/glib/
giochannel.c 98 channel->write_buf = NULL;
152 if (channel->write_buf)
153 g_string_free (channel->write_buf, TRUE);
395 if (channel->write_buf && channel->write_buf->len > 0)
412 g_string_truncate(channel->write_buf, 0);
454 if (channel->write_buf && channel->write_buf->len > 0)
476 if (channel->write_buf)
477 g_string_truncate (channel->write_buf, 0)
    [all...]
giochannel.h 123 GString *write_buf; /* Data ready to be written to the file */ member in struct:_GIOChannel
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 1286 uint8_t write_buf[] = {0x00}; local
1633 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3211 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3331 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3503 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
3819 uint8_t write_buf[TOPAZ_WRITE_8_DATA_LENGTH]; local
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /external/kernel-headers/original/linux/mtd/
nand.h 292 * @write_buf: [REPLACEABLE] write data from the buffer to the chip
348 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 185 void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); member in struct:nand_chip
  /external/kernel-headers/original/linux/
tty.h 225 unsigned char *write_buf; member in struct:tty_struct

Completed in 362 milliseconds