Lines Matching defs:put
17 * a "get" which is kgdb requesting input and "put" which is kgdb
167 char *put;
529 eprintk("kgdbts: ERROR failed sstep put emulation\n");
728 ts.tst[ts.idx].put);
730 chk_str = ts.tst[ts.idx].put;
756 /* Send an ACK on the get if a prior put completed and set the
784 /* This callback is a put char which is when kgdb sends data to
787 if (ts.tst[ts.idx].get[0] == '\0' && ts.tst[ts.idx].put[0] == '\0' &&
795 eprintk("kgdbts: ERROR: put buffer overflow on"
810 eprintk("kgdbts: ERROR: put buffer overflow on"
816 v2printk("put%i: %s\n", ts.idx, put_buf);
821 ts.name, ts.idx, ts.tst[ts.idx].put, put_buf);