Home
last modified time | relevance | path

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

/dpdk/examples/vhost_blk/
H A Dvhost_blk.c49 static char dev_pathname[PATH_MAX] = ""; variable
808 snprintf(dev_pathname, sizeof(dev_pathname), "%s/%s", path, ctrlr_name); in vhost_blk_ctrlr_construct()
810 unlink(dev_pathname); in vhost_blk_ctrlr_construct()
820 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_construct()
825 vhost_dev_install_rte_compat_hooks(dev_pathname); in vhost_blk_ctrlr_construct()
829 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_construct()
838 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_construct()
842 rte_vhost_driver_callback_register(dev_pathname, in vhost_blk_ctrlr_construct()
858 rte_vhost_driver_unregister(dev_pathname); in vhost_blk_ctrlr_destroy()
866 ctrlr = vhost_blk_ctrlr_find(dev_pathname); in signal_handler()
[all …]