Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c555 vub_new(char *blk_file) in vub_new() argument
561 vdev_blk->blk_fd = vub_open(blk_file, 0); in vub_new()
563 fprintf(stderr, "Error to open block device %s\n", blk_file); in vub_new()
569 vdev_blk->blk_name = blk_file; in vub_new()