Lines Matching defs:get
17 * a "get" which is kgdb requesting input and "put" which is kgdb
164 char *get;
400 fill_get_buf(ts.tst[ts.idx].get);
469 eprintk("kgdbts: ERROR failed sstep get emulation\n");
485 /* validate the "g" packet to get the IP */
708 v2printk("get%i: %s\n", ts.idx, get_buf);
745 /* Send an ACK on the get if a prior put completed and set the
752 /* On the first get char, fill the transmit buffer and then
757 ts.tst[ts.idx].get_handler(ts.tst[ts.idx].get);
759 fill_get_buf(ts.tst[ts.idx].get);
776 if (ts.tst[ts.idx].get[0] == '\0' && ts.tst[ts.idx].put[0] == '\0' &&