Searched refs:get_buf (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/misc/ |
H A D | kgdbts.c | 124 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 D | libfs.c | 749 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 D | xfs_btree.h | 297 uint lock); /* lock flags for get_buf */ 309 uint lock); /* lock flags for get_buf */
|
H A D | xfs_btree.c | 568 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 D | file.c | 49 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 D | xfs_trans_buf.c | 131 * get_buf() call.
|
/linux-4.4.14/drivers/virtio/ |
H A D | virtio_ring.c | 519 * the read in the next get_buf call. */ virtqueue_get_buf()
|
Completed in 318 milliseconds