Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c82 ctrlr = vhost_blk_ctrlr_find(path); in extern_vhost_pre_msg_handler()
130 ctrlr = vhost_blk_ctrlr_find(path); in extern_vhost_post_msg_handler()
H A Dvhost_blk.h116 struct vhost_blk_ctrlr *vhost_blk_ctrlr_find(const char *ctrlr_name);
H A Dvhost_blk.c54 vhost_blk_ctrlr_find(const char *ctrlr_name) in vhost_blk_ctrlr_find() function
617 ctrlr = vhost_blk_ctrlr_find(path); in new_device()
701 ctrlr = vhost_blk_ctrlr_find(path); in destroy_device()
853 ctrlr = vhost_blk_ctrlr_find(dev_pathname); in signal_handler()