Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk.c49 static char dev_pathname[PATH_MAX] = ""; variable
794 snprintf(dev_pathname, sizeof(dev_pathname), "%s/%s", path, ctrlr_name); in vhost_blk_ctrlr_construct()
796 unlink(dev_pathname); in vhost_blk_ctrlr_construct()
806 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_construct()
811 vhost_dev_install_rte_compat_hooks(dev_pathname); in vhost_blk_ctrlr_construct()
815 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_construct()
824 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_construct()
828 rte_vhost_driver_callback_register(dev_pathname, in vhost_blk_ctrlr_construct()
845 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_destroy()
853 ctrlr = vhost_blk_ctrlr_find(dev_pathname); in signal_handler()
[all …]