Searched refs:read_state (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Deth_utils.c79 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset);
186 unsigned char read_state; local
288 read_state = READ_STATE_GET_HEADER;
345 if (ethernet_utils_process_in_command(module_index, &read_state, &packet_size, in_buffer, &in_buffer_offset) <= 0)
397 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset) argument
406 switch (*read_state)
418 *read_state = READ_STATE_GET_LENGTH1;
438 *read_state = READ_STATE_GET_LENGTH2;
455 *read_state = READ_STATE_GET_PAYLOAD;
475 *read_state
[all...]
/system/core/toolbox/
H A Dvmstat.c64 static void read_state(struct state *s);
121 read_state(&s[1 - toggle]);
124 read_state(&s[toggle]);
137 static void read_state(struct state *s) { function

Completed in 275 milliseconds