Symbol: cfe_xint_t
sys/dev/cfe/cfe_api.c
471
cfe_readblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length)
sys/dev/cfe/cfe_api.c
539
cfe_writeblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length)
sys/dev/cfe/cfe_api_int.h
108
cfe_xint_t enum_idx; /* 0-based enumeration index */
sys/dev/cfe/cfe_api_int.h
110
cfe_xint_t name_length; /* size of name buffer */
sys/dev/cfe/cfe_api_int.h
112
cfe_xint_t val_length; /* size of value string buffer */
sys/dev/cfe/cfe_api_int.h
125
cfe_xint_t ticks; /* current time in ticks */
sys/dev/cfe/cfe_api_int.h
129
cfe_xint_t status;
sys/dev/cfe/cfe_api_int.h
133
cfe_xint_t mi_idx; /* 0-based enumeration index */
sys/dev/cfe/cfe_api_int.h
134
cfe_xint_t mi_type; /* type of memory block */
sys/dev/cfe/cfe_api_int.h
140
cfe_xint_t fwi_version; /* major, minor, eco version */
sys/dev/cfe/cfe_api_int.h
141
cfe_xint_t fwi_totalmem; /* total installed mem */
sys/dev/cfe/cfe_api_int.h
142
cfe_xint_t fwi_flags; /* various flags */
sys/dev/cfe/cfe_api_int.h
143
cfe_xint_t fwi_boardid; /* board ID */
sys/dev/cfe/cfe_api_int.h
144
cfe_xint_t fwi_bootarea_va; /* VA of boot area */
sys/dev/cfe/cfe_api_int.h
145
cfe_xint_t fwi_bootarea_pa; /* PA of boot area */
sys/dev/cfe/cfe_api_int.h
146
cfe_xint_t fwi_bootarea_size; /* size of boot area */
sys/dev/cfe/cfe_api_int.h
147
cfe_xint_t fwi_reserved1;
sys/dev/cfe/cfe_api_int.h
148
cfe_xint_t fwi_reserved2;
sys/dev/cfe/cfe_api_int.h
149
cfe_xint_t fwi_reserved3;
sys/dev/cfe/cfe_api_int.h
154
cfe_xint_t xiocb_status; /* return status */
sys/dev/cfe/cfe_api_int.h
155
cfe_xint_t xiocb_handle; /* file/device handle */