/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/ |
H A D | pcibackup.c | 27 * PCI configuration space backup and restoration 36 * @v exclude PCI configuration space backup exclusion list, or NULL 58 * @v backup PCI configuration space backup 59 * @v exclude PCI configuration space backup exclusion list, or NULL 61 void pci_backup ( struct pci_device *pci, struct pci_config_backup *backup, argument 66 for ( offset = 0, dword = backup->dwords ; offset < 0x100 ; 77 * @v backup PCI configuration space backup 78 * @v exclude PCI configuration space backup exclusio 80 pci_restore( struct pci_device *pci, struct pci_config_backup *backup, const uint8_t *exclude ) argument [all...] |
/vbox/src/VBox/Main/include/ |
H A D | VirtualBoxBase.h | 906 * backup/rollback/commit (using the copy constructor of the managed data 918 AssertMsg(this->mData || !mBackupData, ("backup must be NULL if data is NULL")); 925 AssertMsg(this->mData || !mBackupData, ("backup must be NULL if data is NULL")); 938 * Stores the current data pointer in the backup area, allocates new data 943 void backup() function in class:Backupable 955 * Stores the current data pointer in the backup area, allocates new data 980 * Deletes new data created by #backup() and restores previous data pointer 981 * stored in the backup area, making it active again. 995 * backup area. The new data pointer created by #backup() remain [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | arbel.c | 2509 struct pci_config_backup backup; local 2516 pci_backup ( pci, &backup, backup_exclude ); 2525 pci_restore ( pci, &backup, backup_exclude );
|
H A D | qib7322.c | 2256 struct pci_config_backup backup; local 2259 pci_backup ( pci, &backup, NULL ); 2270 pci_restore ( pci, &backup, NULL );
|
H A D | hermon.c | 2613 struct pci_config_backup backup; local 2618 pci_backup ( pci, &backup, backup_exclude ); 2622 pci_restore ( pci, &backup, backup_exclude );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | context.c | 783 BOOL backup = FALSE; local 789 backup = TRUE; 792 if (backup || !wglMakeCurrent(ctx->hdc, ctx->glCtx)) 809 WARN("Trying fallback to the backup window.\n"); 812 * a swapchain, so we can't use the swapchain to get a backup dc. To 817 FIXME("Unable to get backup dc for destroyed context %p.\n", ctx); 839 ERR("Fallback to backup window (dc %p) failed too, last error %#x.\n", 1694 WARN("Failed to retireve device context, trying swapchain backup.\n");
|
H A D | surface.c | 5284 GLuint src, backup = 0; local 5328 gl_info->gl_ops.gl.p_glGenTextures(1, &backup); 5330 context_bind_texture(context, GL_TEXTURE_2D, backup); 5336 * we are reading from the back buffer, the backup can be used as source texture 5383 src = backup ? backup : src_surface->texture_name; 5485 /* Write the back buffer backup back. */ 5486 if (backup) 5494 context_bind_texture(context, GL_TEXTURE_2D, backup); 5530 if (src != src_surface->texture_name && src != backup) [all...] |
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileWin.cpp | 1023 nsCAutoString backup; local 1033 backup.Append(destPath); 1034 backup.Append(".moztmp"); 1036 // remove any existing backup file that we may already have. 1039 remove(backup.get()); 1041 // move destination file to backup file 1042 copyOK = MoveFile(destPath.get(), backup.get()); 1045 // I guess we can't do the backup copy, so return. 1054 if (!backup.IsEmpty()) 1058 // remove the backup cop [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | surface.c | 3445 GLuint src, backup = 0; local 3488 glGenTextures(1, &backup); 3490 glBindTexture(GL_TEXTURE_2D, backup); 3491 checkGLcall("glBindTexture(GL_TEXTURE_2D, backup)"); 3495 * we are reading from the back buffer, the backup can be used as source texture 3548 src = backup ? backup : Src->texture_name; 3648 /* Write the back buffer backup back */ 3649 if(backup) { 3655 glBindTexture(GL_TEXTURE_2D, backup); [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |