Searched refs:resp (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Main/webservice/
H A Dwebtest.cpp137 _vbox__IWebsessionManager_USCORElogonResponse resp; local
143 &resp)))
144 std::cout << "VirtualBox objref: \"" << resp.returnval << "\"\n";
155 _vbox__IWebsessionManager_USCOREgetSessionObjectResponse resp; local
161 &resp)))
162 std::cout << "session: \"" << resp.returnval << "\"\n";
173 _vbox__IWebsessionManager_USCORElogoffResponse resp; local
179 &resp)))
193 _vbox__IVirtualBox_USCOREgetVersionResponse resp; local
199 &resp)))
211 _vbox__IVirtualBox_USCOREgetHostResponse resp; local
231 _vbox__IVirtualBox_USCOREgetPerformanceCollectorResponse resp; local
251 _vbox__IVirtualBox_USCOREgetMachinesResponse resp; local
280 _vbox__IVirtualBox_USCOREcreateMachineResponse resp; local
299 _vbox__IVirtualBox_USCOREregisterMachineResponse resp; local
316 _vbox__IHost_USCOREgetDVDDrivesResponse resp; local
341 _vbox__IMachine_USCOREgetNameResponse resp; local
358 _vbox__IMachine_USCOREgetIdResponse resp; local
375 _vbox__IMachine_USCOREgetOSTypeIdResponse resp; local
392 _vbox__IMachine_USCOREsaveSettingsResponse resp; local
413 _vbox__IPerformanceCollector_USCOREsetupMetricsResponse resp; local
440 _vbox__IPerformanceCollector_USCOREqueryMetricsDataResponse resp; local
465 _vbox__IVirtualBoxErrorInfo_USCOREgetResultCodeResponse resp; local
506 _vbox__IManagedObjectRef_USCOREreleaseResponse resp; local
[all...]
H A Dvboxweb.cpp2033 * @param resp
2039 _vbox__IManagedObjectRef_USCOREgetInterfaceNameResponse *resp)
2051 resp->returnval = pRef->getInterfaceName();
2068 * @param resp
2074 _vbox__IManagedObjectRef_USCOREreleaseResponse *resp)
2139 _vbox__IWebsessionManager_USCORElogonResponse *resp)
2168 resp->returnval = createOrFindRefFromComPtr(id, g_pcszIVirtualBox, pVirtualBox);
2169 WEBDEBUG(("VirtualBox object ref is %s\n", resp->returnval.c_str()));
2190 _vbox__IWebsessionManager_USCOREgetSessionObjectResponse *resp)
2207 resp
2036 __vbox__IManagedObjectRef_USCOREgetInterfaceName( struct soap *soap, _vbox__IManagedObjectRef_USCOREgetInterfaceName *req, _vbox__IManagedObjectRef_USCOREgetInterfaceNameResponse *resp) argument
2071 __vbox__IManagedObjectRef_USCORErelease( struct soap *soap, _vbox__IManagedObjectRef_USCORErelease *req, _vbox__IManagedObjectRef_USCOREreleaseResponse *resp) argument
2136 __vbox__IWebsessionManager_USCORElogon( struct soap *soap, _vbox__IWebsessionManager_USCORElogon *req, _vbox__IWebsessionManager_USCORElogonResponse *resp) argument
2187 __vbox__IWebsessionManager_USCOREgetSessionObject( struct soap*, _vbox__IWebsessionManager_USCOREgetSessionObject *req, _vbox__IWebsessionManager_USCOREgetSessionObjectResponse *resp) argument
2225 __vbox__IWebsessionManager_USCORElogoff( struct soap*, _vbox__IWebsessionManager_USCORElogoff *req, _vbox__IWebsessionManager_USCORElogoffResponse *resp) argument
[all...]
/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c248 struct pam_response **resp, void *appdata_ptr)
276 r[i].resp = strdup (ctx->szPassword);
277 debug_printf("conv: %d returning password [%d]\n", i, r[i].resp? strlen (r[i].resp): 0);
281 r[i].resp = strdup (ctx->szUser);
282 debug_printf("conv: %d returning name [%s]\n", i, r[i].resp);
287 r[i].resp = NULL;
291 *resp = r;
247 conv(int num_msg, const struct pam_message **msg, struct pam_response **resp, void *appdata_ptr) argument
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcns.c104 union fc_ns_response *resp = iobuf->data; local
109 if ( iob_len ( iobuf ) < sizeof ( resp->ct ) ) {
117 switch ( ntohs ( resp->ct.code ) ) {
119 if ( iob_len ( iobuf ) < sizeof ( resp->gid_pn ) ) {
126 peer_port_id = &resp->gid_pn.port_id.port_id;
136 "%02x)\n", query, resp->reject.ct.reason,
137 resp->reject.ct.explanation );
141 query, ntohs ( resp->ct.code ) );
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp198 pam_response *resp = NULL; local
206 pamrc = conv->conv(1 /* One message only */, &msg_p, &resp, conv->appdata_ptr);
207 if (resp != NULL) /* If we use PAM_TEXT_INFO we never will get something back! */
209 if (resp->resp)
212 pszText, resp->resp);
214 free(resp->resp);
216 free(resp);
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp1228 uint64_t resp;
1239 HDA_CODEC_CMD(cmd, 0 /* LUN */), &resp);
1247 LogFunc(("verb:%08x->%016lx\n", cmd, resp));
1248 if ( (resp & CODEC_RESPONSE_UNSOLICITED)
1255 pThis->pu64RirbBuf[rirbWp] = resp;
1878 uint64_t resp;
1897 HDA_CODEC_CMD(cmd, 0 /* LUN */), &resp);
1901 HDA_REG(pThis, IR) = (uint32_t)resp;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 71 milliseconds