Searched refs:dump_buffer (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
| H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 224 -extern void dump_buffer(off64_t, ssize_t); 225 +extern void dump_buffer(off_t, ssize_t); 325 dump_buffer( 331 @@ -164,7 +164,7 @@ dump_buffer(
|
| /openbmc/qemu/ |
| H A D | qemu-io-cmds.c | 445 static void dump_buffer(const void *buffer, int64_t offset, int64_t len) in dump_buffer() function 861 dump_buffer(buf, offset, count); in read_f() 995 dump_buffer(buf, offset, qiov.size); in readv_f() 1425 dump_buffer(ctx->buf, ctx->offset, ctx->qiov.size); in aio_read_done()
|