Searched refs:USAGE_LIST (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | DataType.py | 45 USAGE_LIST = ["CONSUMES", variable 189 PROTOCOL_USAGE_LIST = USAGE_LIST + ["TO_START", "BY_START"]
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManage.h | 43 #define USAGE_LIST RT_BIT_64(0) macro
|
H A D | VBoxManageHelp.cpp | 121 if (fCategory & USAGE_LIST)
|
H A D | VBoxManageList.cpp | 1303 return errorSyntax(USAGE_LIST, "Unknown subcommand \"%s\".", ValueUnion.psz); 1306 return errorGetOpt(USAGE_LIST, ch, &ValueUnion); 1314 return errorSyntax(USAGE_LIST, "Missing subcommand for \"list\" command.\n");
|
H A D | VBoxManage.cpp | 519 { "list", USAGE_LIST, handleList },
|
Completed in 58 milliseconds