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

/linux-4.4.14/drivers/misc/
H A Dkgdbts.c124 static char get_buf[BUFMAX]; variable
703 strcpy(get_buf, "$"); fill_get_buf()
704 strcat(get_buf, buf); fill_get_buf()
709 strcat(get_buf, "#"); fill_get_buf()
710 get_buf[count + 2] = hex_asc_hi(checksum); fill_get_buf()
711 get_buf[count + 3] = hex_asc_lo(checksum); fill_get_buf()
712 get_buf[count + 4] = '\0'; fill_get_buf()
713 v2printk("get%i: %s\n", ts.idx, get_buf); fill_get_buf()
767 if (get_buf[get_buf_cnt] == '\0') { run_simple_test()
773 ret = get_buf[get_buf_cnt]; run_simple_test()
/linux-4.4.14/fs/
H A Dlibfs.c749 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member in struct:simple_attr
805 size = strlen(attr->get_buf); simple_attr_read()
812 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), simple_attr_read()
816 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); simple_attr_read()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_btree.h297 uint lock); /* lock flags for get_buf */
309 uint lock); /* lock flags for get_buf */
H A Dxfs_btree.c568 uint lock) /* lock flags for get_buf */ xfs_btree_get_bufl()
587 uint lock) /* lock flags for get_buf */ xfs_btree_get_bufs()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dfile.c49 char get_buf[24]; /* enough to store a u64 and "\n\0" */ member in struct:spufs_attr
98 size = strlen(attr->get_buf); spufs_attr_read()
105 size = scnprintf(attr->get_buf, sizeof(attr->get_buf), spufs_attr_read()
109 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); spufs_attr_read()
/linux-4.4.14/fs/xfs/
H A Dxfs_trans_buf.c131 * get_buf() call.
/linux-4.4.14/drivers/virtio/
H A Dvirtio_ring.c519 * the read in the next get_buf call. */ virtqueue_get_buf()

Completed in 318 milliseconds