Searched refs:connected (Results 1 – 22 of 22) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | block-log.c | 72 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 D | vif-ip | 28 xenstore-write $xpath/hotplug-status connected
|
A D | vif-bridge | 29 xenstore-write $xpath/hotplug-status connected
|
A D | block | 91 xenstore-write $xpath/hotplug-status connected
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | xen-hotplug-common.sh.in | 38 # Tell DevController that backend is "connected" 39 xenstore_write "$XENBUS_PATH/hotplug-status" connected
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | gdbstub.h | 33 unsigned long connected; member
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-ring.txt | 77 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 D | console.txt | 43 connected; and 68 If the toolstack wants the console to be connected to a pty, it will write
|
A D | crashdb.txt | 28 connected from your workstation via a null modem cable in the
|
A D | pvcalls.markdown | 183 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 D | 9pfs.markdown | 178 Once frontend and backend are connected, they have a shared page per
|
A D | xenstore.txt | 115 caller must be a domain (rather than connected via a socket)
|
A D | kconfig-language.txt | 87 dependencies are defined, they are connected with '&&'. Dependencies
|
A D | netif-staging-grants.pandoc | 521 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 D | gdbstub.c | 519 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 D | xeneventchn.mli | 44 channel connected to domid:remote_port. On error it will
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | Kconfig | 93 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 D | libxl_qmp.c | 65 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 D | lwip.patch-cvs | 158 - "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 D | xen-vtpmmgr.pod.7 | 67 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 D | xl.pod.1.in | 513 are directly connected. 1609 Obtain information of USB devices connected as such via the device model
|
A D | xl.cfg.pod.5.in | 810 data between the channel and the connected socket.
|
Completed in 36 milliseconds