Searched refs:xvdi_find_dev (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/xen/sys/ |
H A D | xendev.h | 210 dev_info_t *xvdi_find_dev(dev_info_t *, xendev_devclass_t, domid_t, int);
|
/titanic_41/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 847 if (xvdi_find_dev(parent, devclass, DOMID_SELF, VDEV_NOXS) in xendev_enum_class() 942 xvdi_find_dev(dev_info_t *parent, xendev_devclass_t devclass, in xvdi_find_dev() function 1873 if (xvdi_find_dev(parent, xdcp->devclass, dom, vdev) == NULL) in i_xvdi_enum_worker() 2403 if (xvdi_find_dev(parent, xdcp->devclass, dom, vdev) == NULL) { in i_xvdi_probe_path_handler()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xpvd.c | 927 *childp = xvdi_find_dev(parent, devclass, dom, vdev); in xpvd_bus_config()
|