Searched refs:send (Results 1 – 12 of 12) sorted by relevance
| /tools/firmware/hvmloader/ |
| A D | xenbus.c | 76 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 D | guest_features.te | 8 # and send messages to rings. 10 allow domain_type domain_type:argo { send register_single_source };
|
| A D | xen.te | 89 send
|
| A D | xen.if | 219 send
|
| /tools/libs/light/ |
| A D | libxl_colo_proxy.c | 91 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 D | README | 9 send it (preferably with a little summary to go in this file) to
|
| /tools/ocaml/libs/xs/ |
| A D | xsraw.ml | 88 (* send one packet - can sleep *) 131 (* send one packet in the queue, and wait for reply *)
|
| /tools/hotplug/Linux/init.d/ |
| A D | sysconfig.xendomains.in | 6 # The xendomains script can send SysRq requests to domains on shutdown.
|
| /tools/firmware/rombios/ |
| A D | rombios.c | 1502 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 D | xb.ml | 236 (* send data from s, and save the unsent data to partial_out *)
|
| /tools/ocaml/xenstored/ |
| A D | connection.ml | 74 (* continue trying to send more items *)
|
| A D | process.ml | 461 all equivalent: if so, commit the transaction. Otherwise send the abort to
|
Completed in 26 milliseconds