Lines Matching defs:get
17 * a "get" which is kgdb requesting input and "put" which is kgdb
165 char *get;
410 fill_get_buf(ts.tst[ts.idx].get);
479 eprintk("kgdbts: ERROR failed sstep get emulation\n");
495 /* validate the "g" packet to get the IP */
718 v2printk("get%i: %s\n", ts.idx, get_buf);
755 /* Send an ACK on the get if a prior put completed and set the
762 /* On the first get char, fill the transmit buffer and then
767 ts.tst[ts.idx].get_handler(ts.tst[ts.idx].get);
769 fill_get_buf(ts.tst[ts.idx].get);
786 if (ts.tst[ts.idx].get[0] == '\0' && ts.tst[ts.idx].put[0] == '\0' &&