Home
last modified time | relevance | path

Searched refs:get_buf (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/misc/
H A Dkgdbts.c116 static char get_buf[BUFMAX]; variable
708 strcpy(get_buf, "$"); in fill_get_buf()
709 strcat(get_buf, buf); in fill_get_buf()
714 strcat(get_buf, "#"); in fill_get_buf()
715 get_buf[count + 2] = hex_asc_hi(checksum); in fill_get_buf()
716 get_buf[count + 3] = hex_asc_lo(checksum); in fill_get_buf()
717 get_buf[count + 4] = '\0'; in fill_get_buf()
718 v2printk("get%i: %s\n", ts.idx, get_buf); in fill_get_buf()
772 if (get_buf[get_buf_cnt] == '\0') { in run_simple_test()
778 ret = get_buf[get_buf_cnt]; in run_simple_test()
/openbmc/linux/tools/virtio/ringtest/
H A Dnoring.c23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
H A Dmain.h70 void *get_buf(unsigned *, void **);
H A Dptr_ring.c147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
H A Dring.c143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
H A Dmain.c139 if (get_buf(&len, &buf)) { in run_guest()
H A Dvirtio_ring_0_9.c152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() function
/openbmc/linux/fs/
H A Dlibfs.c1193 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member
1248 if (*ppos && attr->get_buf[0]) { in simple_attr_read()
1250 size = strlen(attr->get_buf); in simple_attr_read()
1258 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), in simple_attr_read()
1262 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in simple_attr_read()
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py182 def get_buf(self): member in DtbPlatdata
518 self.out(''.join(self.get_buf()))
/openbmc/qemu/include/hw/scsi/
H A Dscsi.h116 uint8_t *(*get_buf)(SCSIRequest *req); member
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) in get_buf() function
304 buf = get_buf(q, buf, tot_len); in fun_gather_pkt()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c37 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member
86 size = strlen(attr->get_buf); in spufs_attr_read()
93 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), in spufs_attr_read()
97 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in spufs_attr_read()
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c779 .get_buf = scsi_get_buf,
H A Dscsi-bus.c699 .get_buf = scsi_target_get_buf,
825 return req->ops->get_buf(req); in scsi_req_get_buf()
H A Dscsi-disk.c2614 .get_buf = scsi_get_buf,
2623 .get_buf = scsi_get_buf,
3051 .get_buf = scsi_get_buf,
/openbmc/linux/kernel/bpf/
H A Dhelpers.c820 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare()
843 if (data->get_buf) in bpf_bprintf_prepare()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c377 .get_buf = true, in BPF_CALL_5()
428 .get_buf = true, in BPF_CALL_4()
/openbmc/linux/include/linux/
H A Dbpf.h3187 bool get_buf; member