Home
last modified time | relevance | path

Searched defs:cfe_xiocb_s (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cfe/
H A Dcfe_api_int.h152 typedef struct cfe_xiocb_s { struct
153 cfe_xuint_t xiocb_fcode; /* IOCB function code */
154 cfe_xint_t xiocb_status; /* return status */
155 cfe_xint_t xiocb_handle; /* file/device handle */
156 cfe_xuint_t xiocb_flags; /* flags for this IOCB */
157 cfe_xuint_t xiocb_psize; /* size of parameter list */
158 union {
167 } plist;