Searched refs:vdevice (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/xen/blkfront/ |
| H A D | blkfront.c | 937 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 D | vdevice.c | 103 DRIVER_MODULE(vdevice, ofwbus, vdevice_driver, 0, 0);
|
| H A D | phyp_console.c | 111 DRIVER_MODULE(uart_phyp, vdevice, uart_phyp_driver, 0, 0);
|
| H A D | phyp_llan.c | 140 DRIVER_MODULE(llan, vdevice, llan_driver, 0, 0);
|
| H A D | phyp_vscsi.c | 264 DRIVER_MODULE(vscsi, vdevice, vscsi_driver, 0, 0);
|
| /freebsd/sys/conf/ |
| H A D | files.powerpc | 429 powerpc/pseries/vdevice.c optional pseries powerpc64 | pseries powerpc64le
|