Lines Matching defs:get_buf
115 static char get_buf[BUFMAX];
698 strcpy(get_buf, "$");
699 strcat(get_buf, buf);
704 strcat(get_buf, "#");
705 get_buf[count + 2] = hex_asc_hi(checksum);
706 get_buf[count + 3] = hex_asc_lo(checksum);
707 get_buf[count + 4] = '\0';
708 v2printk("get%i: %s\n", ts.idx, get_buf);
762 if (get_buf[get_buf_cnt] == '\0') {
768 ret = get_buf[get_buf_cnt];