Searched defs:Root (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAmlString.c18 Check if it is AML Root name
151 // NULL Name, only for Root
275 @param[out] Root On return, points to Root char number.
284 OUT UINTN *Root,
292 *Root = 0;
298 *Root = 1;
333 TotalLength = *Root + *Parent + (*SegCount) * AML_NAME_SEG_SIZE;
386 UINTN Root; local
395 TotalLength = AmlGetAslNameStringSize (AslPath, &Root,
282 AmlGetAslNameStringSize( IN UINT8 *Buffer, OUT UINTN *Root, OUT UINTN *Parent, OUT UINTN *SegCount ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c42 EFI_FILE_HANDLE Root; local
59 Status = Fs->OpenVolume (Fs, &Root);
67 Status = Root->Open (
68 Root,
/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp427 di_node_t Root; local
428 Root = di_init("/", DINFOCACHE);
429 if (Root != DI_NODE_NIL)
431 di_walk_minor(Root, DDI_NT_NET, 0 /* flag */, &list, vboxSolarisAddPhysHostIface);
432 di_fini(Root);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1251 EFI_FILE_HANDLE Root; local
1260 Root = NULL;
1279 &Root
1283 Root = NULL;
1286 ASSERT (Root != NULL);
1287 Status = Root->Open (Root, &ThisFile, FileName, EFI_FILE_MODE_READ, 0);
1390 if (Root != NULL) {
1391 Root->Close (Root);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.c109 OUT EFI_FILE **Root);
537 OUT EFI_FILE **Root)
546 Status = fsw_efi_dnode_to_FileHandle(Volume->vol->root, Root);
536 fsw_efi_FileSystem_OpenVolume(IN EFI_FILE_IO_INTERFACE *This, OUT EFI_FILE **Root) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c217 IN INT32 Root
1121 UINT32 i, k, Flags, Root, Pos, Size; local
1124 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
1125 Size = mCFreq[Root];
1127 if (Root >= NC) {
1129 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
1130 if (Root >= NT) {
1134 PutBits(TBIT, Root);
1141 PutBits(CBIT, Root);
1143 Root
[all...]
H A DTianoCompress.c228 IN INT32 Root
1226 UINT32 Root; local
1231 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1232 Size = mCFreq[Root];
1234 if (Root >= NC) {
1236 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1237 if (Root >= NT) {
1241 PutBits (TBIT, Root);
1249 PutBits (CBIT, Root);
1252 Root
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c704 @param[in] Root The root of the tree.
709 IN INT32 Root
721 CountLen (Root);
1122 UINT32 Root; local
1129 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1130 Size = mCFreq[Root];
1132 if (Root >= NC) {
1134 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1135 if (Root >= NT) {
1139 PutBits (TBIT, Root);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c1048 UINT32 Root; local
1053 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1054 Size = mCFreq[Root];
1057 if (Root >= NC) {
1059 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1060 if (Root >= NT) {
1064 PutBits (TBIT, Root);
1072 PutBits (CBIT, Root);
1075 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
1076 if (Root >
[all...]
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp562 static int createFile(VBOXHGCMSVCFNTABLE *psvcTable, SHFLROOT Root, argument
574 aParms[0].setUInt32(Root);
590 static int readFile(VBOXHGCMSVCFNTABLE *psvcTable, SHFLROOT Root, argument
597 aParms[0].setUInt32(Root);
610 static int writeFile(VBOXHGCMSVCFNTABLE *psvcTable, SHFLROOT Root, argument
617 aParms[0].setUInt32(Root);
716 SHFLROOT Root; local
722 Root = initWithWritableMapping(hTest, &svcTable, &svcHelpers,
725 rc = createFile(&svcTable, Root, "/test/file", SHFL_CF_ACCESS_READ, NULL,
735 unmapAndRemoveMapping(hTest, &svcTable, Root, "testnam
746 SHFLROOT Root; local
778 SHFLROOT Root; local
813 SHFLROOT Root; local
847 SHFLROOT Root; local
874 SHFLROOT Root; local
907 SHFLROOT Root; local
948 SHFLROOT Root; local
992 SHFLROOT Root; local
1036 SHFLROOT Root; local
1070 SHFLROOT Root; local
[all...]
/vbox/src/VBox/Storage/
H A DVD.cpp422 /** Root data */
431 } Root; member in union:VDIOCTX::__anon16788
1055 pIoCtx->Type.Root.pfnComplete(pIoCtx->Type.Root.pvUser1,
1056 pIoCtx->Type.Root.pvUser2,
1397 pIoCtx->Type.Root.pfnComplete = pfnComplete;
1398 pIoCtx->Type.Root.pvUser1 = pvUser1;
1399 pIoCtx->Type.Root.pvUser2 = pvUser2;
1430 pIoCtx->Type.Root.pfnComplete = pfnComplete;
1431 pIoCtx->Type.Root
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 67 milliseconds