Searched refs:devices (Results 26 - 50 of 76) sorted by relevance

1234

/vbox/src/VBox/Additions/haiku/
H A Dunload.sh4 rm -f $basedir/input_server/devices/VBoxMouse
H A Dload.sh17 cp $outdir/VBoxMouse ~/config/add-ons/input_server/devices/
/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp84 /** Array of PCI devices. */
85 R3PTRTYPE(PPCIDEVICE) devices[256]; member in struct:PCIBus
128 * These count how many devices asserted
517 R3PTRTYPE(PCIDevice *) pci_dev = pGlobals->PciBus.devices[iDevice];
564 R3PTRTYPE(PCIDevice *) pci_dev = pGlobals->PciBus.devices[iDevice];
1005 /* Init devices behind the bridge and possibly other bridges as well. */
1218 * Iterate thru all the devices.
1220 for (uint32_t i = 0; i < RT_ELEMENTS(pBus->devices); i++)
1222 PPCIDEVICE pDev = pBus->devices[i];
1281 * This table defines the fields for normal devices an
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dscsi.c48 #define VBSCSI_MAX_DEVICES 16 /* Maximum number of devices a SCSI device can have. */
388 * Enumerate attached devices.
401 /* Go through target devices. */
518 bios_dsk->devices[hd_index].type = DSK_TYPE_SCSI;
519 bios_dsk->devices[hd_index].device = DSK_DEVICE_HD;
520 bios_dsk->devices[hd_index].removable = 0;
521 bios_dsk->devices[hd_index].lock = 0;
522 bios_dsk->devices[hd_index].blksize = sector_size;
523 bios_dsk->devices[hd_index].translation = GEO_TRANSLATION_LBA;
526 bios_dsk->devices[hd_inde
[all...]
H A Dahci.c722 bios_dsk->devices[hd_index].type = DSK_TYPE_AHCI;
723 bios_dsk->devices[hd_index].device = DSK_DEVICE_HD;
724 bios_dsk->devices[hd_index].removable = removable;
725 bios_dsk->devices[hd_index].lock = 0;
726 bios_dsk->devices[hd_index].blksize = 512;
727 bios_dsk->devices[hd_index].translation = GEO_TRANSLATION_LBA;
728 bios_dsk->devices[hd_index].sectors = sectors;
730 bios_dsk->devices[hd_index].pchs.heads = heads;
731 bios_dsk->devices[hd_index].pchs.cylinders = cylinders;
732 bios_dsk->devices[hd_inde
[all...]
H A Deltorito.c252 // if (bios_dsk->devices[device].type != DSK_TYPE_ATAPI)
255 if (bios_dsk->devices[device].device != DSK_DEVICE_CDROM)
306 error = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, 0, 2048L, ATA_DATA_IN, &buffer);
339 error = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, 0, 2048L, ATA_DATA_IN, &buffer);
405 error = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, 0, nbsectors*512L, ATA_DATA_IN, MK_FP(boot_segment,0));
499 if (pktacc[bios_dsk->devices[device].type])
501 status = softrst[bios_dsk->devices[device].type](device);
594 status = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, before*512, nbsectors*512L, ATA_DATA_IN, MK_FP(segment,offset));
798 status = pktacc[bios_dsk->devices[device].type](device, 12, (char __far *)&atapicmd, 0, count*2048L, ATA_DATA_IN, MK_FP(segment,offset));
816 locks = bios_dsk->devices[devic
[all...]
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess_private.h123 * Number of known devices in the system.
128 * Array of known devices.
130 struct pci_device_private * devices; member in struct:pci_system
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl130 my $devices = {};
139 # For devices
156 # Vendors, devices and subsystems. Please keep sorted.
164 $devices->{$vendor_id} = { name => $vendor_name };
171 $devices->{$vendor_id}->{'devices'} //= {};
172 $devices->{$vendor_id}->{'devices'}->{$device_id} = { name => $device_name };
180 $devices->{$vendor_id}->{'devices'}
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Bus.h73 GDevPtr * devices; member in struct:__anon7520
H A Dconfig.h207 xf86cfgDevice **devices; member in struct:__anon7356
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h180 xf86cfgDevice **devices; member in struct:__anon7732
H A Dxf86Bus.h73 GDevPtr * devices; member in struct:__anon7889
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h179 xf86cfgDevice **devices; member in struct:__anon8092
H A Dxf86Bus.h73 GDevPtr * devices; member in struct:__anon8245
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Bus.h73 GDevPtr * devices; member in struct:__anon8562
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Bus.h46 GDevPtr * devices; member in struct:__anon3017
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Bus.h74 GDevPtr * devices; member in struct:__anon4665
H A Dconfig.h208 xf86cfgDevice **devices; member in struct:__anon4508
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Bus.h74 GDevPtr * devices; member in struct:__anon4232
H A Dconfig.h208 xf86cfgDevice **devices; member in struct:__anon4069
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSize.cpp334 CHECK_MEMBER_ALIGNMENT(PCIBUS, devices, 16);
335 CHECK_MEMBER_ALIGNMENT(PCIBUS, devices, 16);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxDev-haiku.c438 static const char *devices[] = { DEVICE_NAME, NULL }; local
439 return devices;
/vbox/src/VBox/Installer/linux/
H A Dvboxdrv.sh.in175 MAJOR=`sed -n 's;\([0-9]\+\) vboxdrv;\1;p' /proc/devices`
212 if grep -q usb_device /proc/devices; then
/vbox/src/VBox/Additions/solaris/Installer/
H A Dpostinstall.sh122 /usr/sbin/installf -c none $PKGINST /dev/vboxguest=../devices/pci@0,0/pci80ee,cafe@4:vboxguest s
123 /usr/sbin/installf -c none $PKGINST /dev/vboxms=../devices/pseudo/vboxms@0:vboxms s
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh73 rendering. We only support X.Org Server at the moment. On service start-up available graphics devices are detected and an X server configuration file is
170 for i in /sys/bus/pci/devices/*; do

Completed in 106 milliseconds

1234