Searched refs:get_buf (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/virtio/ringtest/
H A Dnoring.c19 * buffer was consumed. Our tests merely require that a successful get_buf
23 void *get_buf(unsigned *lenp, void **bufp) function
H A Dmain.h70 void *get_buf(unsigned *, void **);
H A Dptr_ring.c143 * buffer was consumed. Our tests merely require that a successful get_buf
147 void *get_buf(unsigned *lenp, void **bufp) function
H A Dring.c143 void *get_buf(unsigned *lenp, void **bufp) function
H A Dmain.c139 if (get_buf(&len, &buf)) {
H A Dvirtio_ring_0_9.c152 void *get_buf(unsigned *lenp, void **bufp) function
/linux-master/drivers/misc/
H A Dkgdbts.c116 static char get_buf[BUFMAX]; variable
708 strcpy(get_buf, "$");
709 strcat(get_buf, buf);
714 strcat(get_buf, "#");
715 get_buf[count + 2] = hex_asc_hi(checksum);
716 get_buf[count + 3] = hex_asc_lo(checksum);
717 get_buf[count + 4] = '\0';
718 v2printk("get%i: %s\n", ts.idx, get_buf);
772 if (get_buf[get_buf_cnt] == '\0') {
778 ret = get_buf[get_buf_cn
[all...]
/linux-master/fs/
H A Dlibfs.c1221 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member in struct:simple_attr
1276 if (*ppos && attr->get_buf[0]) {
1278 size = strlen(attr->get_buf);
1286 size = scnprintf(attr->get_buf, sizeof(attr->get_buf),
1290 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size);
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) function
304 buf = get_buf(q, buf, tot_len);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c37 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member in struct:spufs_attr
86 size = strlen(attr->get_buf);
93 size = scnprintf(attr->get_buf, sizeof(attr->get_buf),
97 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size);
/linux-master/kernel/bpf/
H A Dhelpers.c821 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf;
844 if (data->get_buf)
/linux-master/kernel/trace/
H A Dbpf_trace.c381 .get_buf = true,
432 .get_buf = true,
/linux-master/include/linux/
H A Dbpf.h3370 bool get_buf; member in struct:bpf_bprintf_data

Completed in 423 milliseconds