Searched defs:u32Type (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DDisplayUtils.cpp25 int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData, argument
28 LogFlowFunc(("u32Type = %d [%s]\n", u32Type, strStateFilePath.c_str()));
68 if (typeOfBlock == u32Type)
119 if (u32Type == 0 && cbData % 4 != 0)
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp127 virtual bool initWithTask(task_t OwningTask, void *pvSecurityId, UInt32 u32Type);
562 org_virtualbox_VBoxUSBClient::initWithTask(task_t OwningTask, void *pvSecurityId, UInt32 u32Type) argument
566 Log(("VBoxUSBClient::initWithTask([%p], %p, %p, %#x) -> false (no task)\n", this, OwningTask, pvSecurityId, u32Type));
569 if (u32Type != VBOXUSB_DARWIN_IOSERVICE_COOKIE)
571 Log(("VBoxUSBClient::initWithTask: Bade cookie %#x\n", u32Type));
577 this, OwningTask, pProc, pProc ? proc_pid(pProc) : -1, pvSecurityId, u32Type));
579 if (IOUserClient::initWithTask(OwningTask, pvSecurityId , u32Type))
588 this, OwningTask, pProc, pProc ? proc_pid(pProc) : -1, pvSecurityId, u32Type, cInstances));
593 this, OwningTask, pProc, pProc ? proc_pid(pProc) : -1, pvSecurityId, u32Type));
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp66 uint32_t u32Type; member in struct:IoLogEntryStart
101 uint32_t u32Type; member in struct:IoLogEntryComplete
399 Entry.u32Type = VDIOLOG_EVENT_START;
472 Entry.u32Type = VDIOLOG_EVENT_START;
539 Entry.u32Type = VDIOLOG_EVENT_COMPLETE;
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp158 virtual bool initWithTask(task_t OwningTask, void *pvSecurityId, UInt32 u32Type);
975 bool org_virtualbox_VBoxGuestClient::initWithTask(task_t OwningTask, void *pvSecurityId, UInt32 u32Type) argument
978 this, OwningTask, pvSecurityId, u32Type, RTProcSelf(), RTR0ProcHandleSelf()));
984 if (u32Type != VBOXGUEST_DARWIN_IOSERVICE_COOKIE)
986 Log(("org_virtualbox_VBoxGuestClient::initWithTask: Bad cookie %#x\n", u32Type));
990 if (IOUserClient::initWithTask(OwningTask, pvSecurityId , u32Type))
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp158 virtual bool initWithTask(task_t OwningTask, void *pvSecurityId, UInt32 u32Type);
1463 bool org_virtualbox_SupDrvClient::initWithTask(task_t OwningTask, void *pvSecurityId, UInt32 u32Type) argument
1466 this, OwningTask, pvSecurityId, u32Type, RTProcSelf(), RTR0ProcHandleSelf()));
1474 if (u32Type != SUP_DARWIN_IOSERVICE_COOKIE)
1476 LogRel(("org_virtualbox_SupDrvClient::initWithTask: Bad cookie %#x (%s)\n", u32Type, pszProcName));
1480 LogRel(("org_virtualbox_SupDrvClient::initWithTask: Expected cookie %#x (%s)\n", u32Type, pszProcName));
1482 if (IOUserClient::initWithTask(OwningTask, pvSecurityId , u32Type))
/vbox/src/VBox/Storage/
H A DVDICore.h99 uint32_t u32Type; member in struct:VDIHEADER0
133 uint32_t u32Type; member in struct:VDIHEADER1
182 uint32_t u32Type; member in struct:VDIHEADER1PLUS
299 case 0: return (VDIIMAGETYPE)ph->u.v0.u32Type;
300 case 1: return (VDIIMAGETYPE)ph->u.v1.u32Type;
H A DDMG.cpp122 uint32_t u32Type; /**< 0x1e8 - The image type. (fUDIFImageVariant) */ member in struct:DMGUDIF
154 /** @name UDIF Image Types (DMGUDIF::u32Type).
205 uint32_t u32Type; /**< 0x000 - Type of the descriptor. */ member in struct:DMGBLKXDESC
581 pUdif->u32Type = RT_BSWAP_U32(pUdif->u32Type);
635 pBlkxDesc->u32Type = RT_BE2H_U32(pBlkxDesc->u32Type);
666 DMG_VALIDATE(pFtr->u32Type == DMGUDIF_TYPE_DEVICE || pFtr->u32Type == DMGUDIF_TYPE_PARTITION, ("u32Type
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h1921 uint32_t u32Type; member in struct:VBOXCMDVBVA_CTL
1957 uint32_t u32Type; member in struct:VBOXCMDVBVA_3DCTL

Completed in 58 milliseconds