/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-control.c | 227 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 D | block-remus.c | 211 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 D | packet.ml | 8 type response = type 15 | (Ack _, Ack _) -> true (* just consider the response, not the post-response action *)
|
A D | process.ml | 192 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 D | transaction.ml | 86 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 D | README.colo | 4 response in parallel too. If the response packets from PVM and SVM are
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-deepquote.patch | 165 + * 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 D | vtpm-parent-sign-ek.patch | 169 + * 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 D | tap-ctl-pause.c | 51 err = message.u.response.error; in tap_ctl_pause()
|
A D | tap-ctl-detach.c | 51 err = message.u.response.error; in tap_ctl_detach()
|
A D | tap-ctl-attach.c | 51 err = message.u.response.error; in tap_ctl_attach()
|
A D | tap-ctl-unpause.c | 56 err = message.u.response.error; in tap_ctl_unpause()
|
A D | tap-ctl-open.c | 65 err = -message.u.response.error; in tap_ctl_open()
|
A D | tap-ctl-close.c | 54 err = message.u.response.error; in __tap_ctl_close()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | netif-staging-grants.pandoc | 199 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 D | 9pfs.markdown | 17 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 D | xen-error-handling.txt | 10 bugs. To repeat: domain_crash() is the correct response for erroneous
|
A D | pvcalls.markdown | 241 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 D | xenstore-ring.txt | 53 time, not only in response to an event channel event. This implies that
|
A D | vtd-pi.txt | 96 interrupts VM-execution control. The processing is performed in response 98 In response to such an interrupt, the processor processes virtual interrupts
|
A D | xsm-flask.txt | 57 to the normal security problem response policy
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | tapdisk-message.h | 101 tapdisk_message_response_t response; member
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_qmp.c | 766 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 D | tcgbios.c | 169 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 D | xl.pod.1.in | 608 in response to this event. 710 in response to this event. 1605 response policy.
|