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

  /external/strace/test/
mtd.c 43 ioctl(fd, MEMWRITE, &mreq);
  /bionic/libc/kernel/uapi/mtd/
mtd-abi.h 146 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
  /external/strace/linux/
mtd-abi.h 57 * These modes can be passed to ioctl(MEMWRITE) and are also used internally.
78 * This structure supports ioctl(MEMWRITE) operations, allowing data and/or OOB
204 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
268 * (e.g., when using ioctl(MEMWRITE)), but in some cases, the MTD_FILE_MODE is
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 57 * These modes can be passed to ioctl(MEMWRITE) and are also used internally.
78 * This structure supports ioctl(MEMWRITE) operations, allowing data and/or OOB
204 #define MEMWRITE _IOWR('M', 24, struct mtd_write_req)
268 * (e.g., when using ioctl(MEMWRITE)), but in some cases, the MTD_FILE_MODE is
  /external/strace/
mtd.c 202 case MEMWRITE:

Completed in 303 milliseconds