Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c937 xbd_vdevice_to_unit(uint32_t vdevice, int *unit, const char **name) in xbd_vdevice_to_unit() argument
977 int major = vdevice >> 8; in xbd_vdevice_to_unit()
978 int minor = vdevice & 0xff; in xbd_vdevice_to_unit()
981 if (vdevice & (1 << 28)) { in xbd_vdevice_to_unit()
982 *unit = (vdevice & ((1 << 28) - 1)) >> 8; in xbd_vdevice_to_unit()
1001 int vdevice, uint16_t vdisk_info, unsigned long sector_size, in xbd_instance_create() argument
1008 xbd_vdevice_to_unit(vdevice, &unit, &name); in xbd_instance_create()
1501 uint32_t vdevice; in xbd_attach() local
1508 "virtual-device", NULL, "%" PRIu32, &vdevice); in xbd_attach()
1511 "virtual-device-ext", NULL, "%" PRIu32, &vdevice); in xbd_attach()
[all …]
/freebsd/sys/powerpc/pseries/
H A Dvdevice.c98 "vdevice",
103 DRIVER_MODULE(vdevice, ofwbus, vdevice_driver, 0, 0);
112 if (name == NULL || strcmp(name, "vdevice") != 0) in vdevice_probe()
115 if (!ofw_bus_is_compatible(dev, "IBM,vdevice")) in vdevice_probe()
H A Dphyp_console.c111 DRIVER_MODULE(uart_phyp, vdevice, uart_phyp_driver, 0, 0);
H A Dphyp_llan.c140 DRIVER_MODULE(llan, vdevice, llan_driver, 0, 0);
H A Dphyp_vscsi.c264 DRIVER_MODULE(vscsi, vdevice, vscsi_driver, 0, 0);
/freebsd/sys/conf/
H A Dfiles.powerpc418 powerpc/pseries/vdevice.c optional pseries powerpc64 | pseries powerpc64le