Searched defs:req (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Devices/Network/slirp/dnsproxy/
H A Dhash.c37 hash_add_request(PNATState pData, struct request *req) argument
39 struct request **p = &request_hash[HASH(req->id)];
40 Log2(("NAT: hash req id %d has been added \n", req->id));
42 if ((req->next = *p) != NULL) {
43 (*p)->prev = &req->next;
46 *p = req;
47 req->prev = p;
53 hash_remove_request(PNATState pData, struct request *req) argument
55 if (!req
67 struct request *req = request_hash[HASH(id)]; local
[all...]
H A Ddnsproxy.c118 struct request *req = (struct request *)arg; local
123 if ( req->dnsgen != pData->dnsgen
124 || req->dns_server == NULL
125 || (de = TAILQ_PREV(req->dns_server, dns_list_head, de_list)) == NULL)
127 if (req->dnsgen != pData->dnsgen)
130 LogRel(("NAT: dnsproxy: timeout: req %p dnsgen %u != %u on %R[natsock]\n",
131 req, req->dnsgen, pData->dnsgen, so));
133 hash_remove_request(pData, req);
134 RTMemFree(req);
223 struct request *req = NULL; local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Drtmon_bsd.c64 struct req { struct
69 } req; local
78 memset(&req, 0, sizeof(req));
80 req.rtm.rtm_type = RTM_GET;
81 req.rtm.rtm_version = RTM_VERSION;
82 req.rtm.rtm_msglen = sizeof(req);
83 req.rtm.rtm_seq = 0x12345;
85 req
[all...]
H A Dpxdns.c187 static int pxdns_rexmit(struct pxdns *pxdns, struct request *req);
188 static int pxdns_forward_outbound(struct pxdns *pxdns, struct request *req);
193 static void pxdns_request_register(struct pxdns *pxdns, struct request *req);
194 static void pxdns_request_deregister(struct pxdns *pxdns, struct request *req);
197 static void pxdns_hash_add(struct pxdns *pxdns, struct request *req);
198 static void pxdns_hash_del(struct pxdns *pxdns, struct request *req);
199 static void pxdns_timeout_add(struct pxdns *pxdns, struct request *req);
200 static void pxdns_timeout_del(struct pxdns *pxdns, struct request *req);
202 static void pxdns_request_free(struct request *req);
398 pxdns_request_free(struct request *req) argument
411 pxdns_hash_add(struct pxdns *pxdns, struct request *req) argument
427 pxdns_timeout_add(struct pxdns *pxdns, struct request *req) argument
451 pxdns_hash_del(struct pxdns *pxdns, struct request *req) argument
466 pxdns_timeout_del(struct pxdns *pxdns, struct request *req) argument
490 pxdns_request_register(struct pxdns *pxdns, struct request *req) argument
503 pxdns_request_deregister(struct pxdns *pxdns, struct request *req) argument
523 struct request *req = NULL; local
552 struct request **chain, *req; local
622 struct request *req; local
684 pxdns_forward_outbound(struct pxdns *pxdns, struct request *req) argument
736 pxdns_rexmit(struct pxdns *pxdns, struct request *req) argument
765 struct request *req; local
853 struct request *req = (struct request *)ctx; local
[all...]
/vbox/src/VBox/Main/webservice/
H A Dwebtest.cpp134 _vbox__IWebsessionManager_USCORElogon req; local
135 req.username = argv[ap + 1];
136 req.password = argv[ap + 2];
142 &req,
153 _vbox__IWebsessionManager_USCOREgetSessionObject req; local
154 req.refIVirtualBox = argv[ap + 1];
160 &req,
171 _vbox__IWebsessionManager_USCORElogoff req; local
172 req.refIVirtualBox = argv[ap + 1];
178 &req,
191 _vbox__IVirtualBox_USCOREgetVersion req; local
209 _vbox__IVirtualBox_USCOREgetHost req; local
229 _vbox__IVirtualBox_USCOREgetPerformanceCollector req; local
249 _vbox__IVirtualBox_USCOREgetMachines req; local
275 _vbox__IVirtualBox_USCOREcreateMachine req; local
296 _vbox__IVirtualBox_USCOREregisterMachine req; local
314 _vbox__IHost_USCOREgetDVDDrives req; local
339 _vbox__IMachine_USCOREgetName req; local
356 _vbox__IMachine_USCOREgetId req; local
373 _vbox__IMachine_USCOREgetOSTypeId req; local
390 _vbox__IMachine_USCOREsaveSettings req; local
407 _vbox__IPerformanceCollector_USCOREsetupMetrics req; local
436 _vbox__IPerformanceCollector_USCOREqueryMetricsData req; local
463 _vbox__IVirtualBoxErrorInfo_USCOREgetResultCode req; local
504 _vbox__IManagedObjectRef_USCORErelease req; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver.h53 union generic_request req; /* request structure */ member in union:__server_request_info::__anon14149
84 struct __server_request_info * const req = req_ptr; local
87 req->data[req->data_count].ptr = ptr;
88 req->data[req->data_count++].size = size;
89 req->u.req.request_header.request_size += size;
96 struct __server_request_info * const req = req_ptr; local
97 req
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPUtils.cpp96 VMMDevGetHeightReductionRequest *req = NULL; local
98 rc = VbglGRAlloc((VMMDevRequestHeader**)&req, sizeof(VMMDevGetHeightReductionRequest), VMMDevReq_GetHeightReduction);
105 rc = VbglGRPerform(&req->header);
108 retHeight = req->heightReduction;
114 VbglGRFree(&req->header);
151 VMMDevVideoModeSupportedRequest *req = (VMMDevVideoModeSupportedRequest *)req2; local
152 req->header.size = sizeof(VMMDevVideoModeSupportedRequest);
153 req->header.version = VMMDEV_REQUEST_HEADER_VERSION;
154 req->header.requestType = VMMDevReq_VideoModeSupported;
155 req
183 VMMDevDisplayChangeRequest2 *req = NULL; local
228 VMMDevReqMouseStatus *req = NULL; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver.h53 union generic_request req; /* request structure */ member in union:__server_request_info::__anon1487
84 struct __server_request_info * const req = req_ptr; local
87 req->data[req->data_count].ptr = ptr;
88 req->data[req->data_count++].size = size;
89 req->u.req.request_header.request_size += size;
96 struct __server_request_info * const req = req_ptr; local
97 req
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/linux/
H A Dlinux_api.c75 int linux_nanosleep ( const struct timespec *req, struct timespec *rem ) { argument
76 return linux_syscall ( __NR_nanosleep, req, rem );
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_cm.c344 struct ib_cm_connect_request *req = &mad.cm.cm_data.connect_request; local
364 req->local_id = htonl ( conn->local_id );
365 memcpy ( &req->service_id, &conn->service_id,
366 sizeof ( req->service_id ) );
367 memcpy ( &req->local_ca, &ibdev->node_guid, sizeof ( req->local_ca ) );
368 req->local_qpn__responder_resources = htonl ( ( qp->qpn << 8 ) | 1 );
369 req->local_eecn__initiator_depth = htonl ( ( 0 << 8 ) | 1 );
370 req->remote_eecn__remote_timeout__service_type__ee_flow_ctrl =
373 req
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java83 applyProbespec(CompileRequest req) argument
85 ProbeDescription.Spec spec = ((req.probespec == null)
87 : req.probespec);
90 switch (req.probespec) {
105 int len = req.s.length();
112 for (; (i < len) && Character.isWhitespace(req.s.charAt(i)); ++i);
116 (!Character.isWhitespace(ch = req.s.charAt(npos)) ||
137 for (; (i < npos) && (req.s.charAt(i) != '{'); ++i);
138 buf.append(req.s.substring(prev_i, i));
139 if ((i < npos) || ((i > 0) && (req
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dos.h801 xReqPtr req, ClientPtr client, Bool readmore
807 xReqPtr req, ClientPtr client, int numskipped
811 /* int ReqLen(xReq *req, ClientPtr client)
826 /* otherReqTypePtr CastxReq(xReq *req, otherReqTypePtr)
837 xReqPtr req; member in struct:__anon3190
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp289 VMMDevVideoModeSupportedRequest req; local
291 vmmdevInitRequest(&req.header, VMMDevReq_VideoModeSupported);
292 req.width = cx;
293 req.height = cy;
294 req.bpp = cBits;
295 req.fSupported = true;
296 rc = vbglR3GRPerform(&req.header);
297 if (RT_SUCCESS(rc) && RT_SUCCESS(req.header.rc))
298 fRc = req.fSupported;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dos.h409 extern xReqPtr PeekNextRequest(xReqPtr req, ClientPtr client, Bool readmore);
411 extern void SkipRequests(xReqPtr req, ClientPtr client, int numskipped);
413 /* int ReqLen(xReq *req, ClientPtr client)
428 /* otherReqTypePtr CastxReq(xReq *req, otherReqTypePtr)
439 xReqPtr req; member in struct:__anon7450
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dos.h399 /* int ReqLen(xReq *req, ClientPtr client)
414 /* otherReqTypePtr CastxReq(xReq *req, otherReqTypePtr)
425 xReqPtr req; member in struct:__anon7825
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dos.h416 /* int ReqLen(xReq *req, ClientPtr client)
431 /* otherReqTypePtr CastxReq(xReq *req, otherReqTypePtr)
442 xReqPtr req; member in struct:__anon8179
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dos.h422 extern xReqPtr PeekNextRequest(xReqPtr req, ClientPtr client, Bool readmore);
424 extern void SkipRequests(xReqPtr req, ClientPtr client, int numskipped);
426 /* int ReqLen(xReq *req, ClientPtr client)
441 /* otherReqTypePtr CastxReq(xReq *req, otherReqTypePtr)
452 xReqPtr req; member in struct:__anon4608
/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFInternal.cpp442 VMMDevReqMouseStatus *req = NULL; local
443 int rc = VbglGRAlloc((VMMDevRequestHeader **)&req, sizeof(VMMDevReqMouseStatus), VMMDevReq_SetMouseStatus);
447 req->mouseFeatures = VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE;
449 req->mouseFeatures |= VMMDEV_MOUSE_NEW_PROTOCOL;
451 req->pointerXPos = 0;
452 req->pointerYPos = 0;
454 rc = VbglGRPerform(&req->header);
465 VbglGRFree(&req->header);
476 VMMDevReqMouseStatus *req = NULL; local
478 int rc = VbglGRAlloc((VMMDevRequestHeader **)&req, sizeo
503 VMMDevReqMouseStatus *req = NULL; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPIOCTL.cpp455 VMMDevVideoSetVisibleRegion *req = NULL; local
456 rc = VbglGRAlloc((VMMDevRequestHeader **)&req, sizeof(VMMDevVideoSetVisibleRegion) + (cRects-1)*sizeof(RTRECT),
461 req->cRect = cRects;
462 memcpy(&req->Rect, pRects, cRects*sizeof(RTRECT));
463 rc = VbglGRPerform(&req->header);
470 VbglGRFree(&req->header);
H A DVBoxMPInternal.cpp199 VMMDevVideoAccelFlush *req = (VMMDevVideoAccelFlush *)pPrimary->u.primary.pvReqFlush; local
201 if (req)
203 int rc = VbglGRPerform (&req->header);
252 VMMDevVideoAccelFlush *req = NULL; local
254 rc = VbglGRAlloc((VMMDevRequestHeader **)&req, sizeof(VMMDevVideoAccelFlush), VMMDevReq_VideoAccelFlush);
258 pExt->u.primary.pvReqFlush = req;
270 VMMDevVideoAccelEnable *req = NULL; local
271 rc = VbglGRAlloc((VMMDevRequestHeader **)&req, sizeof(VMMDevVideoAccelEnable), VMMDevReq_VideoAccelEnable);
275 req->u32Enable = bEnable;
276 req
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dos.h431 extern xReqPtr PeekNextRequest(xReqPtr req, ClientPtr client, Bool readmore);
433 extern void SkipRequests(xReqPtr req, ClientPtr client, int numskipped);
435 /* int ReqLen(xReq *req, ClientPtr client)
450 /* otherReqTypePtr CastxReq(xReq *req, otherReqTypePtr)
461 xReqPtr req; member in struct:__anon4175
/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c260 static void alsa_dump_info (struct alsa_params_req *req, argument
264 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
266 req->nchannels, obt->nchannels);
267 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
270 req->buffer_size, req->period_size);
305 static int alsa_open (int in, struct alsa_params_req *req, argument
318 freq = req->freq;
319 period_size = req->period_size;
320 buffer_size = req
812 struct alsa_params_req req; local
898 struct alsa_params_req req; local
[all...]
H A Dossaudio.c205 static void oss_dump_info (struct oss_params *req, struct oss_params *obt) argument
208 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
210 req->nchannels, obt->nchannels);
211 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
212 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags);
214 req->fragsize, obt->fragsize);
218 static int oss_open (int in, struct oss_params *req, argument
243 freq = req->freq;
244 nchannels = req->nchannels;
245 fmt = req
520 struct oss_params req, obt; local
680 struct oss_params req, obt; local
[all...]
H A DDrvHostALSAAudio.cpp1077 ALSAAUDIOSTREAMCFG req; local
1078 req.fmt = drvHostALSAAudioFmtToALSA(pCfg->enmFormat);
1079 req.freq = pCfg->uHz;
1080 req.nchannels = pCfg->cChannels;
1081 req.period_size = s_ALSAConf.period_size_out;
1082 req.buffer_size = s_ALSAConf.buffer_size_out;
1085 rc = drvHostALSAAudioOpen(false /* false */, &req, &obt, &phPCM);
1148 ALSAAUDIOSTREAMCFG req; local
1149 req.fmt = drvHostALSAAudioFmtToALSA(pCfg->enmFormat);
1150 req
[all...]
/vbox/src/VBox/Main/src-client/
H A DUsbCardReader.cpp30 #include <iprt/req.h>
736 VRDESCARDESTABLISHCONTEXTREQ req; local
737 req.u32ClientId = m_pRemote->u32ClientId;
738 req.u32DeviceId = m_pRemote->u32DeviceId;
740 rc = vrdeSCardRequest(m_pRemote, VRDE_SCARD_FN_ESTABLISHCONTEXT, &req, sizeof(req));
790 VRDESCARDLISTREADERSREQ req; local
791 req.Context = pRemote->context;
793 rc = vrdeSCardRequest(pRemote, VRDE_SCARD_FN_LISTREADERS, &req, sizeof(req));
1275 VRDESCARDRELEASECONTEXTREQ req; local
1333 VRDESCARDGETSTATUSCHANGEREQ req; local
1387 VRDESCARDCONNECTREQ req; local
1437 VRDESCARDDISCONNECTREQ req; local
1500 VRDESCARDSTATUSREQ req; local
1575 VRDESCARDTRANSMITREQ req; local
1661 VRDESCARDCONTROLREQ req; local
1735 VRDESCARDGETATTRIBREQ req; local
1806 VRDESCARDSETATTRIBREQ req; local
[all...]

Completed in 3775 milliseconds

12