Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 28) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-control.c227 memset(&response, 0, sizeof(response)); in tapdisk_control_list_minors()
238 response.u.response.error = ERANGE; in tapdisk_control_list_minors()
257 memset(&response, 0, sizeof(response)); in tapdisk_control_list()
300 memset(&response, 0, sizeof(response)); in tapdisk_control_get_pid()
356 memset(&response, 0, sizeof(response)); in tapdisk_control_attach_vbd()
359 response.u.response.error = -err; in tapdisk_control_attach_vbd()
399 response.u.response.error = -err; in tapdisk_control_detach_vbd()
482 response.u.response.error = -err; in tapdisk_control_open_image()
539 response.u.response.error = -err; in tapdisk_control_close_image()
574 response.u.response.error = -err; in tapdisk_control_pause_vbd()
[all …]
A Dblock-remus.c211 static int ctl_respond(struct tdremus_state *s, const char *response);
1521 static int ctl_respond(struct tdremus_state *s, const char *response) in ctl_respond() argument
1525 if ((rc = write(s->msg_fd.fd, response, strlen(response))) < 0) { in ctl_respond()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dpacket.ml8 type response = type
15 | (Ack _, Ack _) -> true (* just consider the response, not the post-response action *)
A Dprocess.ml192 match response with
278 match response with
305 if wlog then write_response_log ~ty:request.Packet.ty ~tid ~con ~response:response';
306 if not(Packet.response_equal response response') then raise Transaction_again
514 let response =
518 let response = execute () in
521 response
525 let response = try
529 response
534 (* Put the response on the wire *)
[all …]
A Dtransaction.ml86 mutable operations: (Packet.request * Packet.response) list;
142 let add_operation ~perm t request response =
147 t.operations <- (request, response) :: t.operations
/xen-4.10.0-shim-comet/docs/
A DREADME.colo4 response in parallel too. If the response packets from PVM and SVM are
/xen-4.10.0-shim-comet/stubdom/
A Dvtpm-deepquote.patch165 + * UINT32 paramSize Total size of response
172 + * TPM_AUTHDATA resAuth Authorization digest for response
174 + * The values of the virutal TPM's PCRs are not included in the response.
175 + * The signature is a standard TPM_Quote response from the physical TPM; its
A Dvtpm-parent-sign-ek.patch169 + * UINT32 paramSize Total size of response
176 + * TPM_AUTHDATA resAuth Authorization digest for response
184 + * The values of the virtual TPM's PCRs are not included in the response.
185 + * The signature is a standard TPM_Quote response from the physical TPM; its
/xen-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl-pause.c51 err = message.u.response.error; in tap_ctl_pause()
A Dtap-ctl-detach.c51 err = message.u.response.error; in tap_ctl_detach()
A Dtap-ctl-attach.c51 err = message.u.response.error; in tap_ctl_attach()
A Dtap-ctl-unpause.c56 err = message.u.response.error; in tap_ctl_unpause()
A Dtap-ctl-open.c65 err = -message.u.response.error; in tap_ctl_open()
A Dtap-ctl-close.c54 err = message.u.response.error; in __tap_ctl_close()
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc199 21.2) Update the response producer index (`rsp_prod`)
220 27.3) Produce Tx response like step 21.1) and 21.2)
333 6) Gets a response from the ring for this data slot.
335 7) Prefill expected response ring with the request `id` and slot size.
351 14) Update the response producer index (`rsp_prod`)
359 17) Consumes a response from the ring (first response for a packet)
361 18) Revoke the `gref` in the response
363 19) Consumes extra info response [optional]
368 21) Update the response consumer index (`rsp_cons`)
374 23) Set checksum info based on first response flags.
[all …]
A D9pfs.markdown17 However it is useful to know that each 9pfs request and response has the
32 The size of the request or response.
35 The 9pfs request or response operation.
38 Unique id that identifies a specific request/response pair. It is used
407 header. The server processes the request and sends back a response on
409 usual. Thus, every request/response pair is on one ring.
411 The client receives a notification and reads the response from the *in*
A Dxen-error-handling.txt10 bugs. To repeat: domain_crash() is the correct response for erroneous
A Dpvcalls.markdown241 uint32_t req_id; /* private to guest, echoed in response */
308 identify one specific request/response pair of commands. Not to be
367 The first four fields are common for every response. Their binary layout
385 A description of each command, their additional request and response
712 the queue of the passive socket, the backend generates a response and
A Dxenstore-ring.txt53 time, not only in response to an event channel event. This implies that
A Dvtd-pi.txt96 interrupts VM-execution control. The processing is performed in response
98 In response to such an interrupt, the processor processes virtual interrupts
A Dxsm-flask.txt57 to the normal security problem response policy
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dtapdisk-message.h101 tapdisk_message_response_t response; member
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_qmp.c766 const libxl__json_object *response, void *opaque) in pci_add_callback() argument
775 for (i = 0; (bus = libxl__json_array_get(response, i)); i++) { in pci_add_callback()
999 const libxl__json_object *response, in query_cpus_callback() argument
1009 for (i = 0; (cpu = libxl__json_array_get(response, i)); i++) { in query_cpus_callback()
1124 const libxl__json_object *response, in hmp_callback() argument
1137 if (libxl__json_object_is_string(response)) { in hmp_callback()
1138 *output = libxl__strdup(NOGC, libxl__json_object_get_string(response)); in hmp_callback()
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/
A Dtcgbios.c169 unsigned char response[10]; in MA_InitTPM() local
170 uint32_t response_size = sizeof(response); in MA_InitTPM()
177 rc = MA_Transmit(command, response, response_size); in MA_InitTPM()
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in608 in response to this event.
710 in response to this event.
1605 response policy.

Completed in 35 milliseconds

12