/vbox/src/VBox/Additions/linux/ |
H A D | export_modules | 62 # Create auto-generated revision file, needed by all modules 63 echo "#ifndef __revision_generated_h__" > $PATH_TMP/revision-generated.h 64 echo "#define __revision_generated_h__" >> $PATH_TMP/revision-generated.h 65 echo "" >> $PATH_TMP/revision-generated.h 66 echo "#define VBOX_SVN_REV $VBOX_SVN_REV" >> $PATH_TMP/revision-generated.h 67 echo "" >> $PATH_TMP/revision-generated.h 68 echo "#endif" >> $PATH_TMP/revision-generated.h 114 rm $PATH_TMP/revision-generated.h
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | acpi.h | 27 uint8_t revision; member in struct:acpi_description_header 34 /** OEM revision number */ 38 /** ASL compiler revision number */
|
H A D | smbios.h | 60 /** Entry point revision */ 61 uint8_t revision; member in struct:smbios_entry 74 /** BCD revision */
|
H A D | fcns.h | 19 uint8_t revision; member in struct:fc_ct_header 44 /** Fibre Channel Common Transport revision */
|
/vbox/src/VBox/Main/include/ |
H A D | USBDeviceImpl.h | 64 Data() : vendorId (0), productId (0), revision (0), port (0), 74 /** The product revision number of this USB device. 76 const USHORT revision; member in struct:OUSBDevice::Data
|
H A D | RemoteUSBDeviceImpl.h | 99 Data() : vendorId (0), productId (0), revision (0), port (0), version (1), 106 const uint16_t revision; member in struct:RemoteUSBDevice::Data
|
/vbox/src/VBox/HostDrivers/linux/ |
H A D | export_modules | 65 # Create auto-generated revision file, needed by all modules 66 echo "#ifndef __revision_generated_h__" > $PATH_TMP/revision-generated.h 67 echo "#define __revision_generated_h__" >> $PATH_TMP/revision-generated.h 68 echo "" >> $PATH_TMP/revision-generated.h 69 echo "#define VBOX_SVN_REV $VBOX_SVN_REV" >> $PATH_TMP/revision-generated.h 70 echo "" >> $PATH_TMP/revision-generated.h 71 echo "#endif" >> $PATH_TMP/revision-generated.h 137 rm $PATH_TMP/revision-generated.h
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | lspci.c | 42 uint8 revision; member in struct:_pci_device 91 current_device.revision = strtol(val, NULL, 16); 104 current_device.subdevice, current_device.revision, current_device.progif);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/ |
H A D | dig64.h | 81 uint8_t revision; member in struct:dig64_hcdp_table
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | smidmi.inc | 60 db 0 ; Entry point revision
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/ |
H A D | create-release.py | 76 revision = get_revision() variable 98 print >> sb, 'edk2: ', 'r%d' % revision 213 filename = 'OVMF-%s-r%d-%s.zip' % (arch, revision, release_type)
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | xtraplib.h | 120 CARD16 revision /*B16*/; /* The xtrap extension revision number */ member in struct:_XETC
|
/vbox/src/VBox/Main/src-client/ |
H A D | RemoteUSBDeviceImpl.cpp | 69 unconst(mData.revision) = pDevDesc->bcdRev; 146 unconst(mData.revision) = 0; 214 *aRevision = mData.revision;
|
H A D | USBDeviceImpl.cpp | 67 hrc = aUSBDevice->COMGETTER(Revision)(&unconst(mData.revision)); 132 unconst(mData.revision) = 0; 196 * Returns the revision BCD. 199 * @param aRevision Where to store the revision BCD. 204 *aRevision = mData.revision;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | smc9000.c | 592 /* check if the revision register is something that I recognize. 599 DBG( "SMC9000: IO %hX: Unrecognized revision register:" 835 unsigned short revision; local 868 revision = inw(nic->ioaddr + REVISION); 869 version_string = chip_ids[(revision >> 4) & 0xF]; 871 if (((revision & 0xF0) >> 4 == CHIP_9196) && 872 ((revision & 0x0F) >= REV_9196)) { 874 * a revision starting at 6 */ 900 version_string, revision & 0xF,
|
H A D | sis900.c | 344 u8 revision; 364 pci_read_config_byte(pci, PCI_REVISION, &revision); 367 pci_revision = revision; 369 if (revision == SIS630E_900_REV) 371 else if ((revision > 0x81) && (revision <= 0x90)) 373 else if (revision == SIS96x_900_REV) 385 if (revision == SIS630ET_900_REV) 341 u8 revision; local
|
/vbox/src/VBox/Devices/Network/scripts/ |
H A D | VBoxPortForwarding.py | 76 print "r%s" % vb.revision
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | Init.cpp | 64 pReq->major, pReq->minor, pReq->build, pReq->revision, pReq->features));
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | qib7322.c | 1670 struct QIB_7322_Revision revision; local 1692 qib7322_readq ( qib7322, &revision, QIB_7322_Revision_offset ); 1693 boardid = BIT_GET ( &revision, BoardID ); 2282 struct QIB_7322_Revision revision; local 2308 qib7322_readq ( qib7322, &revision, QIB_7322_Revision_offset ); 2310 BIT_GET ( &revision, BoardID ), 2311 BIT_GET ( &revision, R_SW ), 2312 BIT_GET ( &revision, R_Arch ), 2313 BIT_GET ( &revision, R_ChipRevMajor ), 2314 BIT_GET ( &revision, R_ChipRevMino [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 3233 # use the current revision as the major version 3242 revision="$number_revision" 3246 revision="$number_minor" 3252 revision="$number_minor" 3259 revision="$3" 3274 case $revision in 3277 $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2 3309 versuffix="$major.$age.$revision" 3312 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" 3313 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/ |
H A D | vxge_main.c | 502 u8 revision, titan1; local 512 pci_read_config_byte(pdev, PCI_REVISION_ID, &revision); 513 titan1 = is_titan1(pdev->device, revision);
|
/vbox/src/apps/svnsync-vbox/ |
H A D | main.c | 16 * individuals. For exact contribution history, see the revision 66 * revision 22364. The VBOX code has been updated to use the 1.6 API. */ 134 "revision property changes.\n" 136 "You should not commit to, or make revision property changes in,\n" 153 "Copy all revision properties for revision REV from source to\n" 272 svn_revnum_t revision, 281 SVN_ERR(svn_ra_get_file(session, path, revision, NULL, NULL, &props, pool)); 475 /* Copy all the revision properties, except for those that have the 476 * "svn:sync-" prefix, from revision RE 266 get_props_sync(svn_ra_session_t *session, const char *default_process, svn_boolean_t parent_deflt, svn_boolean_t parent_rec, const char *path, svn_revnum_t revision, svn_boolean_t *proc, svn_boolean_t *deflt, svn_boolean_t *rec, apr_pool_t *pool) argument 2886 svn_revnum_t revision = SVN_INVALID_REVNUM; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xvdix.h | 210 int version, revision; member in struct:__anon7015
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xvdix.h | 207 int version, revision; member in struct:__anon7324
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xvdix.h | 216 int version, revision; member in struct:__anon7700
|