Searched refs:request (Results 26 - 50 of 79) sorted by relevance

1234

/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dhttp_client.pl30 RPC using HTTP/1.0 (request status line) and
31 MIME-Version:1.0 (request general header)
105 - encoding of a request
106 - sending of a request
122 The request encoding composes a full request.
180 sending of a request:
182 - the encoded request is sent
238 request header*
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_sign.c401 return ctx->request;
433 /* Parsing DER request. */
434 if (!(ctx->request = d2i_TS_REQ_bio(req_bio, NULL)))
437 "Bad request format or "
447 /* Checking the request format. */
489 ctx->request = NULL;
497 TS_REQ_free(ctx->request);
498 ctx->request = NULL;
505 /* Checks the format and content of the request. */
508 TS_REQ *request local
[all...]
/barrelfish-master/lib/libc/net/
H A Dnscachedcli.c427 int request, result; local
432 request = CET_MP_WRITE_SESSION_WRITE_REQUEST;
433 result = safe_write(ws, &request, sizeof(int));
533 int request, result; local
536 request = CET_MP_READ_SESSION_READ_REQUEST;
537 result = safe_write(rs, &request, sizeof(int));
/barrelfish-master/usr/drivers/usb/usb_manager/
H A Dusb_request.c141 * we are executing the request on a real device so we have to setup
178 * copy the request into DMA memory
256 * copy the data out to buffer if it is a read request
300 struct usb_device_request *request, void *data, uint16_t *ret_length)
302 return (usb_handle_request(device, flags, request, NULL, data, ret_length));
330 * \brief frees up the request state struct upon completion
367 /* ------------------- read request------------------- */
391 const uint8_t *request, size_t req_length)
399 USB_DEBUG_IDC("received too less data to fullfill the request:\n "
400 "request lengt
299 usb_exec_request(struct usb_device *device, uint16_t flags, struct usb_device_request *request, void *data, uint16_t *ret_length) argument
390 usb_rx_request_read_call(struct usb_manager_binding *binding, const uint8_t *request, size_t req_length) argument
449 usb_rx_request_write_call(struct usb_manager_binding *binding, const uint8_t *request, size_t req_length, const uint8_t *data, size_t data_length) argument
528 usb_rx_request_call(struct usb_manager_binding *binding, const uint8_t *request, size_t req_length) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestss33 echo "make a certificate request using 'req'"
45 echo "error using 'req' to generate a certificate request"
49 echo "convert the certificate request into a self signed certificate using 'x509'"
52 echo "error using 'x509' to self sign a certificate request"
57 echo "convert a certificate into a certificate request using 'x509'"
60 echo "error using 'x509' convert a certificate to a certificate request"
66 echo first generated request is invalid
72 echo second generated request is invalid
83 echo "make a user certificate request using 'req'"
86 echo "error using 'req' to generate a user certificate request"
[all...]
/barrelfish-master/usr/drivers/omap44xx/sdma/
H A Domap_sdma.h44 /// Channel State. Filled by the interrupt callback, read by the request task.
46 awe_t *request; member in struct:channel_state
H A Dmain.c36 THCSchedule(st->channel_state[channel].request);
58 THCSuspend(&st->channel_state[channel].request);
/barrelfish-master/lib/barrelfish/
H A Dpmap_slab_mgmt.c85 * \param request The number of slabs the allocator must have
96 static errval_t refill_slabs(struct pmap *pmap, struct slab_allocator *slab, size_t request) argument
102 /* Keep looping till we have #request slabs */
103 while (slab_freecount(slab) < request) {
104 // Amount of bytes required for #request
105 size_t slabs_req = request - slab_freecount(slab);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A DCA.com6 $! CA -newreq ... will generate a certificate request
7 $! CA -sign ... will sign the generated request and output
15 $! converts a certificate to a request and then signs it.
81 $ ! Create a certificate request
H A Dts.c73 /* Length of the nonce of the request in bits (must be a multiple of 8). */
373 "[-in request.tsq] [-out request.tsq] [-text]\n",
377 "[-queryfile request.tsq] [-passin password] "
384 "[-queryfile request.tsq] "
548 /* Creating request object. */
579 /* Setting certificate request flag if requested. */
986 /* Checking the token or response against the request. */
1017 TS_REQ *request = NULL; local
1045 /* The request ha
[all...]
/barrelfish-master/lib/libc/iconv/
H A Dbsd_iconv.c265 __bsd_iconvctl(iconv_t cd, int request, void *argument) argument
283 switch (request) {
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_echo.c218 posix_recv_time[posix_recv_transactions] = get_time() - mypayload->message.header.request.opaque;
231 posix_recv_time[posix_recv_transactions] = get_time() - mypayload->message.header.request.opaque;
/barrelfish-master/lib/devif/
H A Dqueue_interface.c309 * @param request The type of the control message*
310 * @param value The value for the request
316 uint64_t request,
322 err = q->f.ctrl(q, request, value, result);
315 devq_control(struct devq *q, uint64_t request, uint64_t value, uint64_t *result) argument
/barrelfish-master/lib/devif/backends/loopback/
H A Dloopback_queue.c113 uint64_t request,
112 loopback_control(struct devq *q, uint64_t request, uint64_t value, uint64_t *result) argument
/barrelfish-master/doc/015-disk-driver-arch/
H A Dconclusion.tex33 cache. If data is cached, the request can be completed much faster without
H A Dlibahci.tex76 When processing an allocation request, the free list is scanned from the front
79 otherwise. If the chunk is split, the request is taken from the end of the
85 If there is no block large enough to satisfy the allocation request, the pool
98 stops at the first free chunk that meets the condition {\tt request\_size <=
203 to request the port specified by the \lstinline+uint8_t port+ parameter of
/barrelfish-master/include/bulk_transfer/
H A Dbulk_transfer.h140 errval_t (*request)(struct bulk_channel *channel, member in struct:bulk_implementation
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dumscmacros.tex326 {\tt Request_Unify_Integer(val, tag, int)} & request unification of a general prolog term with an integer. \\
328 {\tt Request_Unify_Float(val, tag, float)} & request unification of a general prolog term with a float. \\
330 {\tt Request_Unify_Atom(val, tag, atom)} & request unification of a general prolog term with an atom. \\
332 {\tt Request_Unify_Nil(val, tag)} & request unification of a general prolog term with a nil list. \\
334 {\tt Request_Unify_String(val, tag, string)} & request unification of a general prolog term with a string. \\
336 {\tt Request_Unify_List(val, tag, listptr)} & request unification of a general prolog term with a list. \\
338 {\tt Request_Unify_Structure(val, tag, strptr)} & request unification of a general prolog term with a structure. \\
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dumscmacros.tex343 {\tt Request_Unify_Integer(val, tag, int)} & request unification of a general prolog term with an integer. \\
345 {\tt Request_Unify_Float(val, tag, float)} & request unification of a general prolog term with a float. \\
347 {\tt Request_Unify_Atom(val, tag, atom)} & request unification of a general prolog term with an atom. \\
349 {\tt Request_Unify_Nil(val, tag)} & request unification of a general prolog term with a nil list. \\
351 {\tt Request_Unify_String(val, tag, string)} & request unification of a general prolog term with a string. \\
353 {\tt Request_Unify_List(val, tag, listptr)} & request unification of a general prolog term with a list. \\
355 {\tt Request_Unify_Structure(val, tag, strptr)} & request unification of a general prolog term with a structure. \\
/barrelfish-master/tools/harness/tests/
H A Dwebserver.py110 c.request('GET', '/' + page)
113 print "HTTP request failed for %d" % (i)
120 print "HTTP request failed for %d, (failure count %d)" % (i,
125 print "HTTP request failed for 3 successive times."
137 c.request('GET', '/' + page)
311 debug.log('request rate below 90% of connect rate, stopping')
314 debug.log('reply rate below 90% of request rate, stopping')
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dmp.tex91 \item Sends a service request message to that port, including the
192 request from a client to a server is independent and self-contained.
/barrelfish-master/lib/blk/blk_ahci/
H A Ddevice_impl.c237 static errval_t ahci_control(struct devq *q, uint64_t request, uint64_t value, argument
/barrelfish-master/lib/bulk_transfer/backends/sm/
H A Dchannel.c34 .request = NULL, // supported?
/barrelfish-master/lib/libc/rpc/
H A Dclnt_dg.c646 clnt_dg_control(CLIENT *cl, u_int request, void *info) argument
665 switch (request) {
681 switch (request) {
H A Dclnt_vc.c520 clnt_vc_control(CLIENT *cl, u_int request, void *info) argument
544 switch (request) {
562 switch (request) {

Completed in 313 milliseconds

1234