Searched refs:cInfo (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsdadc.idl95 HRESULT GetInfo([in] ULONG cInfo,
96 [in, size_is(cInfo)] DCINFOTYPE rgeInfoType[],
97 [out, size_is(cInfo)] DCINFO **prgInfo);
99 HRESULT SetInfo([in] ULONG cInfo,
100 [in, size_is(cInfo)] DCINFO prgInfo[]);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecMac.cpp812 CInfoPBRec cInfo; local
815 if (noErr == GetCatInfo(cInfo))
816 if (cInfo.hFileInfo.ioFlFndrInfo.fdFlags & kIsInvisible)
826 CInfoPBRec cInfo; local
829 if (noErr == GetCatInfo(cInfo))
830 if (cInfo.hFileInfo.ioFlFndrInfo.fdFlags & kIsAlias)
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp838 uint64_t cInfo = pInfoHdr->pr_nent; local
840 CORELOG((CORELOG_NAME "ProcReadThreads: read info(%u) status(%u), threads:cInfo=%u cStatus=%u\n", cbInfoHdrAndData,
841 cbStatusHdrAndData, cInfo, cStatus));
853 for (; cInfo != 0; cInfo--)
879 cInfo = pInfoHdr->pr_nent;
882 size_t cbThreadInfo = RT_MAX(cStatus, cInfo) * sizeof(RTSOLCORETHREADINFO);
888 for (uint64_t i = 0; i < cInfo; i++, pCur++)
930 CORELOG((CORELOG_NAME "ProcReadThreads: successfully read %u threads.\n", cInfo));
931 pSolProc->cThreads = cInfo;
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1332 ClientDownInfo *cInfo = g_ClientDownList.back();
1333 PRInt64 diff = (PRInt64)now - cInfo->uTimestamp;
1338 g_ClientDownMap.erase(cInfo->uClient);
1342 delete cInfo;
1354 ClientDownInfo *cInfo = g_ClientDownList.back();
1355 g_ClientDownMap.erase(cInfo->uClient);
1359 delete cInfo;
1362 ClientDownInfo *cInfo = new ClientDownInfo(aSenderID);
1363 g_ClientDownMap[aSenderID] = cInfo;
1364 g_ClientDownList.push_front(cInfo);
[all...]
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp1071 mach_msg_type_number_t cInfo = VM_REGION_BASIC_INFO_COUNT; local
1074 krc2 = vm_region(pVmMap, &pvReal, &cbReal, VM_REGION_BASIC_INFO, (vm_region_info_t)&Info, &cInfo, NULL);

Completed in 59 milliseconds