Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 22 of 22) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-log.c72 int connected; member
326 while (s->connected) { in ctl_close()
327 s->connected--; in ctl_close()
331 s->connections[s->connected].id = 0; in ctl_close()
362 for (i = 0; i < s->connected; i++) { in ctl_close_sock()
368 s->connected--; in ctl_close_sock()
388 if (s->connected) { in ctl_accept()
402 s->connections[s->connected].fd = fd; in ctl_accept()
403 s->connections[s->connected].id = cid; in ctl_accept()
404 s->connected++; in ctl_accept()
[all …]
/xen-4.10.0-shim-comet/tools/hotplug/NetBSD/
A Dvif-ip28 xenstore-write $xpath/hotplug-status connected
A Dvif-bridge29 xenstore-write $xpath/hotplug-status connected
A Dblock91 xenstore-write $xpath/hotplug-status connected
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dxen-hotplug-common.sh.in38 # Tell DevController that backend is "connected"
39 xenstore_write "$XENBUS_PATH/hotplug-status" connected
/xen-4.10.0-shim-comet/xen/include/xen/
A Dgdbstub.h33 unsigned long connected; member
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-ring.txt77 0 Ring is connected
99 wait for it to be set to 0 ("Ring is connected")
109 - set the Connection state to 0 ("Ring is connected"); and
A Dconsole.txt43 connected; and
68 If the toolstack wants the console to be connected to a pty, it will write
A Dcrashdb.txt28 connected from your workstation via a null modem cable in the
A Dpvcalls.markdown183 Once frontend and backend are connected, they have a shared page, which
639 **id** and creates a new connected socket. The id of the new socket is
853 Data rings are used for sending and receiving data over a connected socket. They
A D9pfs.markdown178 Once frontend and backend are connected, they have a shared page per
A Dxenstore.txt115 caller must be a domain (rather than connected via a socket)
A Dkconfig-language.txt87 dependencies are defined, they are connected with '&&'. Dependencies
A Dnetif-staging-grants.pandoc521 Numbers between a Linux v4.11 guest and another host connected by a 100 Gbit/s
/xen-4.10.0-shim-comet/xen/common/
A Dgdbstub.c519 ctx->connected = 0; in process_command()
597 if ( !gdb_ctx->connected ) in __trap_to_gdb()
601 gdb_ctx->connected = 1; in __trap_to_gdb()
/xen-4.10.0-shim-comet/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli44 channel connected to domid:remote_port. On error it will
/xen-4.10.0-shim-comet/xen/arch/arm/
A DKconfig93 erratum 824069 on Cortex-A53 parts up to r0p2 when it is connected
117 present when it is connected to a coherent interconnect.
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_qmp.c65 bool connected; member
209 qmp->connected = true; in qmp_capabilities_callback()
710 while (!qmp->connected) { in libxl__qmp_initialize()
716 if (!qmp->connected) { in libxl__qmp_initialize()
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs158 - "Not connected.", /* ERR_CONN -7 */
163 - "Already connected.", /* ERR_ISCONN -12 */
170 + "Not connected.", /* ERR_CONN -8 */
175 + "Already connected.", /* ERR_ISCONN -13 */
213 - ENOTCONN, /* ERR_CONN -7 Not connected. */
218 - -1, /* ERR_ISCONN -12 Already connected. */
225 + ENOTCONN, /* ERR_CONN -8 Not connected. */
1646 -#define ERR_CONN -7 /* Not connected. */
1650 +#define ERR_CONN -8 /* Not connected. */
1662 -#define ERR_ISCONN -12 /* Already connected. */
[all …]
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vtpmmgr.pod.767 When a vTPM is connected to the TPM Manager using a UUID that is not recognized,
70 of the TPM manager as the generator of the UUID. The first vTPM to be connected
A Dxl.pod.1.in513 are directly connected.
1609 Obtain information of USB devices connected as such via the device model
A Dxl.cfg.pod.5.in810 data between the channel and the connected socket.

Completed in 26 milliseconds