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

  /external/strace/
desc.c 755 struct iocb *iocbp, **iocbs = (void *)tcp->u_arg[2];
758 struct iocb iocb; local
765 umove(tcp, (unsigned long)iocbp, &iocb)) {
770 iocb.data, iocb.key,
771 iocb.aio_lio_opcode,
772 iocb.aio_reqprio, iocb.aio_fildes);
790 struct iocb iocb local
    [all...]
  /bionic/libc/kernel/common/linux/
aio_abi.h 43 struct iocb { struct
  /external/kernel-headers/original/linux/
aio_abi.h 48 __u64 data; /* the data field from the iocb */
49 __u64 obj; /* what iocb this event came from */
68 struct iocb { struct
net.h 158 int (*sendmsg) (struct kiocb *iocb, struct socket *sock,
160 int (*recvmsg) (struct kiocb *iocb, struct socket *sock,
264 SOCKCALL_WRAP(name, sendmsg, (struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t len), \
265 (iocb, sock, m, len)) \
266 SOCKCALL_WRAP(name, recvmsg, (struct kiocb *iocb, struct socket *sock, struct msghdr *m, size_t len, int flags), \
267 (iocb, sock, m, len, flags)) \
fs.h 262 typedef void (dio_iodone_t)(struct kiocb *iocb, loff_t offset,
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
aio_abi.h 43 struct iocb { struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
aio_abi.h 43 struct iocb { struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
aio_abi.h 43 struct iocb { struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
aio_abi.h 43 struct iocb { struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
aio_abi.h 43 struct iocb { struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
aio_abi.h 43 struct iocb { struct
  /external/blktrace/btreplay/
btreplay.c 83 * @free_iocbs: List of free iocb's available for use
84 * @used_iocbs: List of iocb's currently outstanding
120 * @iocb: IOCB sent down via io_submit
123 * @nbytes: Number of bytes in buffer associated with iocb
126 struct iocb iocb; member in struct:iocb_pkt
689 * ==== IOCB MANAGEMENT ROUTINES ==========================================
694 * iocb_init - Initialize the fields of an IOCB
696 * iocbp: IOCB pointer to updat
    [all...]

Completed in 216 milliseconds