Home
last modified time | relevance | path

Searched refs:send (Results 1 – 12 of 12) sorted by relevance

/tools/firmware/hvmloader/
A Dxenbus.c76 evtchn_send_t send; in xenbus_shutdown() local
82 send.port = event; in xenbus_shutdown()
83 hypercall_event_channel_op(EVTCHNOP_send, &send); in xenbus_shutdown()
184 evtchn_send_t send; in xenbus_send() local
214 send.port = event; in xenbus_send()
215 hypercall_event_channel_op(EVTCHNOP_send, &send); in xenbus_send()
/tools/flask/policy/modules/
A Dguest_features.te8 # and send messages to rings.
10 allow domain_type domain_type:argo { send register_single_source };
A Dxen.te89 send
A Dxen.if219 send
/tools/libs/light/
A Dlibxl_colo_proxy.c91 ret = send(cps->sock_fd, (uint8_t *)&len, sizeof(len), 0); in colo_userspace_proxy_send()
96 ret = send(cps->sock_fd, (uint8_t *)buff, size, 0); in colo_userspace_proxy_send()
/tools/examples/
A DREADME9 send it (preferably with a little summary to go in this file) to
/tools/ocaml/libs/xs/
A Dxsraw.ml88 (* send one packet - can sleep *)
131 (* send one packet in the queue, and wait for reply *)
/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in6 # The xendomains script can send SysRq requests to domains on shutdown.
/tools/firmware/rombios/
A Drombios.c1502 send(action, c)
1533 while (--width > 0) send(action, ' ');
1534 if (neg) send(action, '-');
1536 send(action, val - (nval * 10) + '0');
1551 if (neg) send(action, '-');
1553 send(action, val - (nval * 10) + '0');
1568 if (neg) send(action, '-');
1570 send(action, val - (nval * 10) + '0');
1581 send(action, c);
1767 send(action, arg);
[all …]
/tools/ocaml/libs/xb/
A Dxb.ml236 (* send data from s, and save the unsent data to partial_out *)
/tools/ocaml/xenstored/
A Dconnection.ml74 (* continue trying to send more items *)
A Dprocess.ml461 all equivalent: if so, commit the transaction. Otherwise send the abort to

Completed in 26 milliseconds