Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p-util.h34 static inline uint64_t makedev_dotl(uint32_t dev_major, uint32_t dev_minor) in makedev_dotl() function
59 return makedev_dotl(major(dev), minor(dev)); in host_dev_to_dotl_dev()