Home
last modified time | relevance | path

Searched refs:mdevid (Results 1 – 25 of 40) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/hw/vfio/
H A Dap.c90 char *mdevid; in vfio_ap_realize() local
102 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
103 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
114 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, errp); in vfio_ap_realize()
/dports/emulators/qemu60/qemu-6.0.0/hw/vfio/
H A Dap.c92 char *mdevid; in vfio_ap_realize() local
104 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
105 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
116 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, errp); in vfio_ap_realize()
/dports/emulators/qemu5/qemu-5.2.0/hw/vfio/
H A Dap.c92 char *mdevid; in vfio_ap_realize() local
104 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
105 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
116 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, errp); in vfio_ap_realize()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/vfio/
H A Dap.c90 char *mdevid; in vfio_ap_realize() local
102 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
103 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
114 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, errp); in vfio_ap_realize()
/dports/emulators/qemu42/qemu-4.2.1/hw/vfio/
H A Dap.c91 char *mdevid; in vfio_ap_realize() local
104 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
105 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
116 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, &local_err); in vfio_ap_realize()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/vfio/
H A Dap.c91 char *mdevid; in vfio_ap_realize() local
104 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
105 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
116 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, &local_err); in vfio_ap_realize()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/vfio/
H A Dap.c90 char *mdevid; in vfio_ap_realize() local
103 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
104 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
107 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, &local_err); in vfio_ap_realize()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/vfio/
H A Dap.c91 char *mdevid; in vfio_ap_realize() local
103 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
104 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
115 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, errp); in vfio_ap_realize()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/vfio/
H A Dap.c91 char *mdevid; in vfio_ap_realize() local
103 mdevid = basename(vapdev->vdev.sysfsdev); in vfio_ap_realize()
104 vapdev->vdev.name = g_strdup_printf("%s", mdevid); in vfio_ap_realize()
115 ret = vfio_get_device(vfio_group, mdevid, &vapdev->vdev, errp); in vfio_ap_realize()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/s390x/
H A Ds390-ccw.c51 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
108 g_free(cdev->mdevid); in s390_ccw_realize()
124 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/emulators/qemu42/qemu-4.2.1/hw/s390x/
H A Ds390-ccw.c73 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
130 g_free(cdev->mdevid); in s390_ccw_realize()
146 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/emulators/qemu/qemu-6.2.0/hw/s390x/
H A Ds390-ccw.c93 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
151 g_free(cdev->mdevid); in s390_ccw_realize()
167 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/emulators/qemu60/qemu-6.0.0/hw/s390x/
H A Ds390-ccw.c94 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
151 g_free(cdev->mdevid); in s390_ccw_realize()
167 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/s390x/
H A Ds390-ccw.c73 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
130 g_free(cdev->mdevid); in s390_ccw_realize()
146 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/emulators/qemu5/qemu-5.2.0/hw/s390x/
H A Ds390-ccw.c94 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
151 g_free(cdev->mdevid); in s390_ccw_realize()
167 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/s390x/
H A Ds390-ccw.c73 cdev->mdevid = g_path_get_basename(dev_path);
130 g_free(cdev->mdevid);
146 g_free(cdev->mdevid);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/s390x/
H A Ds390-ccw.c93 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
151 g_free(cdev->mdevid); in s390_ccw_realize()
167 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/s390x/
H A Ds390-ccw.c73 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info()
130 g_free(cdev->mdevid); in s390_ccw_realize()
146 g_free(cdev->mdevid); in s390_ccw_unrealize()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/mng/
H A Dbuf_istream.hpp71 const size_t mdevid = config::get_instance()->max_device_id(); in buf_istream() local
83 nbuffers, mdevid in buf_istream()
H A Dbuf_istream_reverse.hpp83 const size_t mdevid = config::get_instance()->max_device_id(); in buf_istream_reverse() local
91 nbuffers, mdevid in buf_istream_reverse()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/mng/
H A Dbuf_istream.h68 const unsigned_type mdevid = config::get_instance()->get_max_device_id(); in buf_istream() local
79 nbuffers, mdevid); in buf_istream()
H A Dbuf_istream_reverse.h80 const unsigned_type mdevid = config::get_instance()->get_max_device_id(); in buf_istream_reverse() local
87 nbuffers, mdevid); in buf_istream_reverse()
/dports/emulators/qemu/qemu-6.2.0/include/hw/s390x/
H A Ds390-ccw.h28 char *mdevid; member
/dports/emulators/qemu60/qemu-6.0.0/include/hw/s390x/
H A Ds390-ccw.h28 char *mdevid; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/s390x/
H A Ds390-ccw.h29 char *mdevid; member

12