Searched refs:current_pointer (Results 1 – 5 of 5) sorted by relevance
97 int current_pointer; member489 state->current_pointer = in fiq_debugger_irq_exec()490 (state->current_pointer - 1) & CMD_COUNT; in fiq_debugger_irq_exec()491 if (strcmp(state->cmd_buf[state->current_pointer], state->debug_buf)) { in fiq_debugger_irq_exec()492 state->current_pointer = in fiq_debugger_irq_exec()493 (state->current_pointer + 1) & CMD_COUNT; in fiq_debugger_irq_exec()494 memset(state->cmd_buf[state->current_pointer], 0, DEBUG_MAX); in fiq_debugger_irq_exec()495 strcpy(state->cmd_buf[state->current_pointer], state->debug_buf); in fiq_debugger_irq_exec()498 state->current_pointer = (state->current_pointer + 1) & CMD_COUNT; in fiq_debugger_irq_exec()499 state->back_pointer = state->current_pointer; in fiq_debugger_irq_exec()[all …]
212 char *current_pointer = obs->current_pointer; in streamer_write_char_stream() local213 *(current_pointer++) = c; in streamer_write_char_stream()214 obs->current_pointer = current_pointer; in streamer_write_char_stream()
667 char * current_pointer; member