Symbol: cfe_xuint_t
sys/dev/cfe/cfe_api.c
202
cfe_enummem(int idx, int flags, cfe_xuint_t *start, cfe_xuint_t *length,
sys/dev/cfe/cfe_api.c
203
cfe_xuint_t *type)
sys/dev/cfe/cfe_api.c
416
int *retlen, cfe_xuint_t offset)
sys/dev/cfe/cfe_api.c
75
static cfe_xuint_t cfe_handle = 0;
sys/dev/cfe/cfe_api.c
78
cfe_init(cfe_xuint_t handle, cfe_xuint_t ept)
sys/dev/cfe/cfe_api_int.h
104
cfe_xuint_t inp_status; /* 1 means input available */
sys/dev/cfe/cfe_api_int.h
116
cfe_xuint_t cpu_number; /* cpu number to control */
sys/dev/cfe/cfe_api_int.h
117
cfe_xuint_t cpu_command; /* command to issue to CPU */
sys/dev/cfe/cfe_api_int.h
118
cfe_xuint_t start_addr; /* CPU start address */
sys/dev/cfe/cfe_api_int.h
119
cfe_xuint_t gp_val; /* starting GP value */
sys/dev/cfe/cfe_api_int.h
120
cfe_xuint_t sp_val; /* starting SP value */
sys/dev/cfe/cfe_api_int.h
121
cfe_xuint_t a1_val; /* starting A1 value */
sys/dev/cfe/cfe_api_int.h
135
cfe_xuint_t mi_addr; /* physical start address */
sys/dev/cfe/cfe_api_int.h
136
cfe_xuint_t mi_size; /* block size */
sys/dev/cfe/cfe_api_int.h
153
cfe_xuint_t xiocb_fcode; /* IOCB function code */
sys/dev/cfe/cfe_api_int.h
156
cfe_xuint_t xiocb_flags; /* flags for this IOCB */
sys/dev/cfe/cfe_api_int.h
157
cfe_xuint_t xiocb_psize; /* size of parameter list */
sys/dev/cfe/cfe_api_int.h
94
cfe_xuint_t buf_offset; /* offset on device (bytes) */
sys/dev/cfe/cfe_api_int.h
96
cfe_xuint_t buf_length; /* length of this buffer */
sys/dev/cfe/cfe_api_int.h
97
cfe_xuint_t buf_retlen; /* returned length (for read ops) */
sys/dev/cfe/cfe_api_int.h
98
cfe_xuint_t buf_ioctlcmd; /* IOCTL command (used only for IOCTLs) */