/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-control.c | 219 tapdisk_message_t *request) in tapdisk_control_list_minors() argument 230 response.cookie = request->cookie; in tapdisk_control_list_minors() 250 tapdisk_message_t *request) in tapdisk_control_list() argument 296 tapdisk_message_t *request) in tapdisk_control_get_pid() argument 311 tapdisk_message_t *request) in tapdisk_control_attach_vbd() argument 330 minor = request->cookie; in tapdisk_control_attach_vbd() 375 tapdisk_message_t *request) in tapdisk_control_detach_vbd() argument 407 tapdisk_message_t *request) in tapdisk_control_open_image() argument 547 tapdisk_message_t *request) in tapdisk_control_pause_vbd() argument 581 tapdisk_message_t *request) in tapdisk_control_resume_vbd() argument [all …]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | netif-staging-grants.pandoc | 122 2) Make first request for the packet. 132 request `flags`. 138 8) Fill the total packet size in the first request. 142 10) Update the request producer index (`req_prod`) 155 14) Backend consume a request from the ring 210 on the first produced request from frontend. 238 31) Updates `rsp_cons` (request consumer index) 306 request boundary is 8 octets. 331 5) Sets up flags/checksum info on first request. 337 8) Update the request consumer index (`req_cons`) [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 153 request ring. | 292 Each of them is mono-directional, and there is no static request size: 294 [ring.h] they are combined, and the request size is static and 400 The client chooses one of the available rings, then it sends a request 404 The server receives the notification and reads the request, following 407 header. The server processes the request and sends back a response on [all …]
|
A D | pvcalls.markdown | 158 request ring. | 375 - **req_id**: echoed back from request 376 - **cmd**: echoed back from request 416 - **id**: echoed back from request 484 - **id**: echoed back from request 539 - **id**: echoed back from request 582 - **id**: echoed back from request 620 - **id**: echoed back from request 660 - frontend issues an **accept** request 731 - **id**: echoed back from request [all …]
|
A D | xenstore.txt | 54 type ERROR, and only req_id and tx_id copied from the request. 128 The following are the actual type values, including the request and 191 spuriously. The tx_id in a WATCH request is ignored. 229 tx_id request header field. When transaction is started whole 236 request the tx_id is no longer valid and may be reused by 296 currently no users of this request in xen-unstable.
|
A D | vtd-pi.txt | 42 which an interrupt request is recorded in a memory-resident 107 Interrupt posting is the process by which an interrupt request (from IOAPIC 111 request arriving at the root-complex carry the identity of the interrupt 112 request source and a 'remapping-index'. The remapping-index is used to 329 on the vector value in the interrupt request, and use that hash to pick a logical
|
A D | xenstore-ring.txt | 70 The "Connection state" field is used to request a ring close and reconnect.
|
/xen-4.10.0-shim-comet/docs/ |
A D | ChangeLog | 53 feature-resize if it can handle the resize request. 113 Adds a BLKIF_OP_FLUSH_DISKCACHE request. The backend is expected to ask 114 underlying storage to flush its cache upon receiving this request. 123 operations to the networking driver, which it uses to request multicast 126 'request-multicast-control'. Used by Solaris: this avoids having to
|
A D | README.colo | 3 (SVM) run in parallel. They receive the same request from client, and generate
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | io.c | 131 static inline int fast_get_data_ready(struct libxenvchan *ctrl, size_t request) in fast_get_data_ready() argument 134 if (ready >= request) in fast_get_data_ready() 173 static inline int fast_get_buffer_space(struct libxenvchan *ctrl, size_t request) in fast_get_buffer_space() argument 176 if (ready >= request) in fast_get_buffer_space()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | packet.ml | 1 type request = { type
|
A D | perms.ml | 136 let check (connection:Connection.t) request (node:Node.t) = 143 match perm, request with
|
A D | process.ml | 301 let perform_exn ~wlog txn (request, response) = 302 if wlog then write_access_log ~ty:request.Packet.ty ~tid ~con ~data:request.Packet.data; 303 let fct = function_of_type_simple_op request.Packet.ty in 304 let response' = input_handle_error ~cons ~doms ~fct ~con:c ~t:txn ~req:request in 305 if wlog then write_response_log ~ty:request.Packet.ty ~tid ~con ~response:response'; 527 …(* Remember the request and response for this operation in case we need to replay the transaction …
|
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
|
A D | parse_arg.ml | 48 "to request that the daemon does not fork");
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | external-device-migrate | 39 -recover : indicates recovery request; an error
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 50 asynchronous request dispatch achieved with the existing blkback 152 the request queue of a live running guest. 294 2) Call td_forward_request, which will forward the request to the next 297 3) Queue the request for asynchronous processing with 299 for request completion. When the request completes you must do one of 301 request to a wait queue.
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | ssdt_pm.asl | 125 * to request, initialize battery data port 0x86 and then return 162 * indicating battery info initialization request. First thing written 179 * indicating request of battery data returned through battery data
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight.ml.in | 34 | POLLNVAL (* Invalid request: fd not open (revents only). *)
|
A D | xenlight.mli.in | 36 | POLLNVAL (* Invalid request: fd not open (revents only). *)
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | page_alloc.c | 880 unsigned long request = 1UL << order; in alloc_heap_pages() local 901 if ( (outstanding_claims + request > in alloc_heap_pages() 904 !d || d->outstanding_pages < request) ) in alloc_heap_pages() 963 ASSERT(avail[node][zone] >= request); in alloc_heap_pages() 964 avail[node][zone] -= request; in alloc_heap_pages() 965 total_avail_pages -= request; in alloc_heap_pages()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-pci-device-reservations.pod.7 | 20 =item 1. A vendor may request a range of device IDs by submitting a patch to
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-deepquote.patch | 152 + * UINT32 paramSize Total size of request
|
A D | vtpm-parent-sign-ek.patch | 157 + * UINT32 paramSize Total size of request
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 62 # try to shut down a domain by sending it a shutdown request. To do this,
|