Searched refs:devices (Results 1 - 25 of 76) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr * devices; member in struct:__anon8885
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr * devices; member in struct:__anon9199
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon9519
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon5045
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon5357
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon5669
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon6893
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon7206
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon5977
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon6280
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon6578
/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c98 bios_dsk->devices[device].type = DSK_TYPE_NONE;
99 bios_dsk->devices[device].device = DSK_DEVICE_NONE;
100 bios_dsk->devices[device].removable = 0;
101 bios_dsk->devices[device].lock = 0;
102 bios_dsk->devices[device].mode = ATA_MODE_NONE;
103 bios_dsk->devices[device].blksize = 0x200;
104 bios_dsk->devices[device].translation = GEO_TRANSLATION_NONE;
105 bios_dsk->devices[device].lchs.heads = 0;
106 bios_dsk->devices[device].lchs.cylinders = 0;
107 bios_dsk->devices[devic
[all...]
H A Ddisk.c188 nlc = bios_dsk->devices[device].lchs.cylinders;
189 nlh = bios_dsk->devices[device].lchs.heads;
190 nlspt = bios_dsk->devices[device].lchs.spt;
204 if (( (bios_dsk->devices[device].pchs.heads != nlh) || (bios_dsk->devices[device].pchs.spt != nlspt)) || VBOX_IS_SCSI_DEVICE(device)) {
226 status = dskacc[bios_dsk->devices[device].type].a[GET_AH() - 0x02](bios_dsk);
249 nlc = bios_dsk->devices[device].lchs.cylinders;
250 nlh = bios_dsk->devices[device].lchs.heads;
251 nlspt = bios_dsk->devices[device].lchs.spt;
284 cylinder = bios_dsk->devices[devic
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Ddevice.c35 /** Registered root devices */
36 static LIST_HEAD ( devices );
71 * Probe all devices
73 * This initiates probing for all devices in the system. After this
82 list_add ( &rootdev->dev.siblings, &devices );
90 * Remove all devices
98 DBG ( "Refusing to remove devices on shutdown\n" );
102 list_for_each_entry_safe ( rootdev, tmp, &devices, dev.siblings ) {

Completed in 119 milliseconds

1234