Searched defs:xiocb_buffer (Results 1 – 1 of 1) sorted by relevance
45 struct xiocb_buffer { struct46 u64 buf_offset; /* offset on device (bytes) */47 cfe_xptr_t buf_ptr; /* pointer to a buffer */48 u64 buf_length; /* length of this buffer */49 u64 buf_retlen; /* returned length (for read ops) */50 u64 buf_ioctlcmd; /* IOCTL command (used only for IOCTLs) */110 struct xiocb_buffer xiocb_buffer; member