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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/
H A Dkgdbts.c123 static int get_buf_cnt; variable
678 if (get_buf_cnt == 0) {
685 if (get_buf[get_buf_cnt] == '\0') {
688 get_buf_cnt = 0;
691 ret = get_buf[get_buf_cnt];
692 get_buf_cnt++;
737 get_buf_cnt = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/
H A Dkgdbts.c123 static int get_buf_cnt; variable
678 if (get_buf_cnt == 0) {
685 if (get_buf[get_buf_cnt] == '\0') {
688 get_buf_cnt = 0;
691 ret = get_buf[get_buf_cnt];
692 get_buf_cnt++;
737 get_buf_cnt = 0;

Completed in 176 milliseconds