Searched refs:vector (Results 1 - 25 of 168) sorted by relevance

1234567

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dbiosint.c13 * Hook INT vector
22 * the handler should probably exit by ljmping via this vector.
26 struct segoff vector = { local
52 copy_to_real ( 0, ( interrupt * 4 ), &vector, sizeof ( vector ) );
57 * Unhook INT vector
65 * the vector since we hooked in our handler. If it fails, it means
67 * (and its chaining vector) resident in memory.
71 struct segoff vector; local
76 copy_from_real ( &vector,
[all...]
/vbox/src/VBox/Main/include/
H A DMediumFormatImpl.h51 typedef std::vector<Property> PropertyArray;
52 typedef std::vector<com::Utf8Str> StrArray;
80 HRESULT getCapabilities(std::vector<MediumFormatCapabilities_T> &aCapabilities);
83 HRESULT describeFileExtensions(std::vector<com::Utf8Str> &aExtensions,
84 std::vector<DeviceType_T> &aTypes);
85 HRESULT describeProperties(std::vector<com::Utf8Str> &aNames,
86 std::vector<com::Utf8Str> &aDescriptions,
87 std::vector<DataType_T> &aTypes,
88 std::vector<ULONG> &aFlags,
89 std::vector<co
[all...]
H A DGuestDnDTargetImpl.h45 HRESULT getFormats(std::vector<com::Utf8Str> &aFormats);
46 HRESULT addFormats(const std::vector<com::Utf8Str> &aFormats);
47 HRESULT removeFormats(const std::vector<com::Utf8Str> &aFormats);
52 HRESULT enter(ULONG aScreenId, ULONG ax, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction);
53 HRESULT move(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction);
55 HRESULT drop(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, com::Utf8Str &aFormat, DnDAction_T *aResultAction);
56 HRESULT sendData(ULONG aScreenId, const com::Utf8Str &aFormat, const std::vector<BYT
[all...]
H A DGuestDnDSourceImpl.h45 HRESULT getFormats(std::vector<com::Utf8Str> &aFormats);
46 HRESULT addFormats(const std::vector<com::Utf8Str> &aFormats);
47 HRESULT removeFormats(const std::vector<com::Utf8Str> &aFormats);
52 HRESULT dragIsPending(ULONG uScreenId, std::vector<com::Utf8Str> &aFormats, std::vector<DnDAction_T> &aAllowedActions, DnDAction_T *aDefaultAction);
54 HRESULT receiveData(std::vector<BYTE> &aData);
H A DVFSExplorerImpl.h56 HRESULT entryList(std::vector<com::Utf8Str> &aNames,
57 std::vector<ULONG> &aTypes,
58 std::vector<LONG64> &aSizes,
59 std::vector<ULONG> &aModes);
60 HRESULT exists(const std::vector<com::Utf8Str> &aNames,
61 std::vector<com::Utf8Str> &aExists);
62 HRESULT remove(const std::vector<com::Utf8Str> &aNames,
H A DApplianceImpl.h90 HRESULT getDisks(std::vector<com::Utf8Str> &aDisks);
91 HRESULT getVirtualSystemDescriptions(std::vector<ComPtr<IVirtualSystemDescription> > &aVirtualSystemDescriptions);
92 HRESULT getMachines(std::vector<com::Utf8Str> &aMachines);
98 HRESULT importMachines(const std::vector<ImportOptions_T> &aOptions,
103 const std::vector<ExportOptions_T> &aOptions,
106 HRESULT getWarnings(std::vector<com::Utf8Str> &aWarnings);
107 HRESULT getPasswordIds(std::vector<com::Utf8Str> &aIdentifiers);
108 HRESULT addPasswords(const std::vector<com::Utf8Str> &aIdentifiers,
109 const std::vector<com::Utf8Str> &aPasswords);
303 HRESULT getDescription(std::vector<VirtualSystemDescriptionType_
[all...]
H A DGuestDnDPrivate.h141 std::vector<com::Utf8Str> defaultFormats(void) const { return m_strDefaultFormats; }
153 static com::Utf8Str toFormatString(const std::vector<com::Utf8Str> &lstSupportedFormats, const std::vector<com::Utf8Str> &lstFormats);
154 static void toFormatVector(const std::vector<com::Utf8Str> &lstSupportedFormats, const com::Utf8Str &strFormats, std::vector<com::Utf8Str> &vecformats);
156 static void toMainActions(uint32_t uActions, std::vector<DnDAction_T> &vecActions);
158 static void toHGCMActions(DnDAction_T enmDefAction, uint32_t *puDefAction, const std::vector<DnDAction_T> vecAllowedActions, uint32_t *puAllowedActions);
166 std::vector<com::Utf8Str> m_strDefaultFormats;
209 HRESULT getFormats(std::vector<com::Utf8Str> &aFormats);
210 HRESULT addFormats(const std::vector<co
[all...]
H A DHostHardwareLinux.h26 #include <vector>
27 #include <vector.h>
60 /** List (resp vector) holding drive information */
61 typedef std::vector<DriveInfo> DriveInfoList;
H A DWrapper.h21 #include <vector>
127 std::vector<com::Utf8Str> &array()
133 std::vector<com::Utf8Str> mArray;
164 const std::vector<com::Utf8Str> &array()
170 std::vector<com::Utf8Str> mArray;
258 std::vector<com::Guid> &array()
264 std::vector<com::Guid> mArray;
359 std::vector<ComPtr<A> > &array()
365 std::vector<ComPtr<A> > mArray;
397 const std::vector<ComPt
[all...]
H A DHostImpl.h88 HRESULT getDVDDrives(std::vector<ComPtr<IMedium> > &aDVDDrives);
89 HRESULT getFloppyDrives(std::vector<ComPtr<IMedium> > &aFloppyDrives);
90 HRESULT getUSBDevices(std::vector<ComPtr<IHostUSBDevice> > &aUSBDevices);
91 HRESULT getUSBDeviceFilters(std::vector<ComPtr<IHostUSBDeviceFilter> > &aUSBDeviceFilters);
92 HRESULT getNetworkInterfaces(std::vector<ComPtr<IHostNetworkInterface> > &aNetworkInterfaces);
93 HRESULT getNameServers(std::vector<com::Utf8Str> &aNameServers);
95 HRESULT getSearchStrings(std::vector<com::Utf8Str> &aSearchStrings);
106 HRESULT getVideoInputDevices(std::vector<ComPtr<IHostVideoInputDevice> > &aVideoInputDevices);
140 std::vector<ComPtr<IHostNetworkInterface> > &aNetworkInterfaces);
H A DNATNetworkImpl.h92 HRESULT getPortForwardRules4(std::vector<com::Utf8Str> &aPortForwardRules4);
93 HRESULT getLocalMappings(std::vector<com::Utf8Str> &aLocalMappings);
96 HRESULT getPortForwardRules6(std::vector<com::Utf8Str> &aPortForwardRules6);
120 void i_getPortForwardRulesFromMap(std::vector<Utf8Str> &aPortForwardRules, NATRuleMap& aRules);
H A DGuestSessionImpl.h230 std::vector<InstallerFile> mFiles;
270 HRESULT getEnvironment(std::vector<com::Utf8Str> &aEnvironment);
271 HRESULT setEnvironment(const std::vector<com::Utf8Str> &aEnvironment);
272 HRESULT getProcesses(std::vector<ComPtr<IGuestProcess> > &aProcesses);
273 HRESULT getDirectories(std::vector<ComPtr<IGuestDirectory> > &aDirectories);
274 HRESULT getFiles(std::vector<ComPtr<IGuestFile> > &aFiles);
283 const std::vector<CopyFileFlag_T> &aFlags,
287 const std::vector<CopyFileFlag_T> &aFlags,
291 const std::vector<DirectoryCreateFlag_T> &aFlags);
301 const std::vector<DirectoryOpenFlag_
[all...]
H A DAdditionsFacilityImpl.h20 #include <vector>
89 std::vector<FacilityState> mStates;
H A DBusAssignmentManager.h25 #include <vector>
68 virtual void listAttachedPCIDevices(std::vector<ComPtr<IPCIDeviceAttachment> > &aAttached);
H A DHostPower.h23 #include <vector>
39 std::vector<ComPtr<IInternalSessionControl> > mSessionControls;
H A DKeyboardImpl.h68 HRESULT getKeyboardLEDs(std::vector<KeyboardLED_T> &aKeyboardLEDs);
72 HRESULT putScancodes(const std::vector<LONG> &aScancodes,
H A DMachineDebuggerImpl.h95 std::vector<BYTE> &aBytes);
98 const std::vector<BYTE> &aBytes);
102 std::vector<BYTE> &aBytes);
106 const std::vector<BYTE> &aBytes);
112 std::vector<com::Utf8Str> &aNames,
113 std::vector<com::Utf8Str> &aValues);
118 const std::vector<com::Utf8Str> &aNames,
119 const std::vector<com::Utf8Str> &aValues);
H A DSessionImpl.h120 std::vector<com::Utf8Str> &aKeys,
121 std::vector<com::Utf8Str> &aValues,
122 std::vector<LONG64> &aTimestamps,
123 std::vector<com::Utf8Str> &aFlags);
128 HRESULT reconfigureMediumAttachments(const std::vector<ComPtr<IMediumAttachment> > &aAttachments);
H A DVirtualBoxImpl.h180 HRESULT i_convertMachineGroups(const std::vector<com::Utf8Str> aMachineGroups, StringsList *pllMachineGroups);
261 HRESULT getMachines(std::vector<ComPtr<IMachine> > &aMachines);
262 HRESULT getMachineGroups(std::vector<com::Utf8Str> &aMachineGroups);
263 HRESULT getHardDisks(std::vector<ComPtr<IMedium> > &aHardDisks);
264 HRESULT getDVDImages(std::vector<ComPtr<IMedium> > &aDVDImages);
265 HRESULT getFloppyImages(std::vector<ComPtr<IMedium> > &aFloppyImages);
266 HRESULT getProgressOperations(std::vector<ComPtr<IProgress> > &aProgressOperations);
267 HRESULT getGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes);
268 HRESULT getSharedFolders(std::vector<ComPtr<ISharedFolder> > &aSharedFolders);
270 HRESULT getDHCPServers(std::vector<ComPt
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp1158 nsVoidArray* vector = GetChildVector(); local
1159 delete vector;
1205 nsVoidArray* vector = GetChildVector(); local
1206 if (vector)
1207 return vector->GetArraySize();
1220 nsVoidArray* vector = GetChildVector(); local
1221 if (vector)
1222 return vector->Count();
1238 nsVoidArray* vector = GetChildVector(); local
1239 if (vector)
1256 nsVoidArray* vector = GetChildVector(); local
1267 nsVoidArray* vector; local
1294 nsVoidArray* vector; local
1349 nsVoidArray* vector = GetChildVector(); local
1363 nsVoidArray* vector; local
1394 nsVoidArray* vector = GetChildVector(); local
1415 nsVoidArray* vector = GetChildVector(); local
1428 nsVoidArray* vector = GetChildVector(); local
1452 nsVoidArray* vector = GetChildVector(); local
1464 nsVoidArray* vector; local
1494 nsVoidArray* vector = GetChildVector(); local
1505 nsVoidArray* vector = GetChildVector(); local
1515 nsVoidArray* vector = GetChildVector(); local
1530 nsVoidArray* vector = GetChildVector(); local
1555 nsVoidArray* vector = GetChildVector(); local
[all...]
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp40 static void dumpHostDnsStrVector(const std::string&, const std::vector<std::string>&);
62 inline static void detachVectorOfString(const std::vector<std::string>& v,
63 std::vector<com::Utf8Str> &aArray)
67 for (std::vector<std::string>::const_iterator it = v.begin(); it != v.end(); ++it, ++i)
80 std::vector<PCHostDnsMonitorProxy> proxies;
166 std::vector<PCHostDnsMonitorProxy>::iterator it;
212 std::vector<PCHostDnsMonitorProxy>::const_iterator it;
310 HRESULT HostDnsMonitorProxy::GetNameServers(std::vector<com::Utf8Str> &aNameServers)
342 HRESULT HostDnsMonitorProxy::GetSearchStrings(std::vector<com::Utf8Str> &aSearchStrings)
396 static void dumpHostDnsStrVector(const std::string& prefix, const std::vector<st
[all...]
H A DMediumFormatImpl.cpp210 HRESULT MediumFormat::getCapabilities(std::vector<MediumFormatCapabilities_T> &aCapabilities)
231 HRESULT MediumFormat::describeFileExtensions(std::vector<com::Utf8Str> &aExtensions,
232 std::vector<DeviceType_T> &aTypes)
241 HRESULT MediumFormat::describeProperties(std::vector<com::Utf8Str> &aNames,
242 std::vector<com::Utf8Str> &aDescriptions,
243 std::vector<DataType_T> &aTypes,
244 std::vector<ULONG> &aFlags,
245 std::vector<com::Utf8Str> &aDefaults)
H A DHostDnsService.h27 #include <vector>
38 std::vector<std::string> servers;
40 std::vector<std::string> searchList;
97 HRESULT GetNameServers(std::vector<com::Utf8Str> &aNameServers);
99 HRESULT GetSearchStrings(std::vector<com::Utf8Str> &aSearchStrings);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcom32_call.c195 void __asmcall com32_irq ( uint32_t vector ) {
196 uint32_t *ivt_entry = phys_to_virt( vector * 4 );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetdb.cpp150 RCNetAddr* vector = NULL; local
164 vector = new RCNetAddr[max];
169 vector[index] = &addr;
174 address = vector;
190 RCNetAddr* vector = NULL; local
204 vector = new RCNetAddr[max];
209 vector[index] = &addr;
214 address = vector;

Completed in 4121 milliseconds

1234567