Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 23 of 23) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dqconf.cc302 connect(this, SIGNAL(lostFocus()), SLOT(hide())); in ConfigLineEdit()
353 connect(this, SIGNAL(selectionChanged(void)), in ConfigList()
836 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
838 connect(parent(), SIGNAL(showNameChanged(bool)), in contextMenuEvent()
844 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
846 connect(parent(), SIGNAL(showRangeChanged(bool)), in contextMenuEvent()
852 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
854 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent()
1443 connect(configList, SIGNAL(parentSelected()), in ConfigMainWindow()
1452 connect(menuList, SIGNAL(gotFocus(struct menu *)), in ConfigMainWindow()
[all …]
/xen-4.10.0-shim-comet/tools/misc/
A Dxencons60 def connect(host,port): function
62 sock.connect((host,port))
92 connect(str(sys.argv[1]),int(sys.argv[2]))
/xen-4.10.0-shim-comet/xen/include/public/io/
A Dpvcalls.h76 } connect; member
118 } connect; member
/xen-4.10.0-shim-comet/docs/misc/
A Dpvcalls.markdown62 connect, accept, bind, release, listen, poll, recvmsg and sendmsg; but
99 The frontend and the backend connect via [xenstore] to
263 } connect;
345 } connect;
428 - See the [POSIX socket function][connect] for error names; see
433 The **connect** operation corresponds to the POSIX [connect][connect]
439 socket. The connect operation passes two additional parameters:
446 **connect** command, the backend:
496 - See the [POSIX connect function][connect] for error names; see
854 are created upon a successful **accept** or **connect** command.
[all …]
A Dconsole.txt104 console and it can only connect to a pty.
114 xenconsole is the tool to connect to a PV or virtual UART console or an
134 then execute "xl console -t pv <domain>" to connect to it.
A D9pfs.markdown64 The frontend and the backend connect via xenstore to exchange
/xen-4.10.0-shim-comet/tools/examples/vnc/
A DXservers2 # start Xvnc and connect back to a vncviewer in domain-0.
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Dapmbios.S179 ; APM real mode interface connect
186 ; APM 16 bit protected mode interface connect
200 ; APM 32 bit protected mode interface connect
/xen-4.10.0-shim-comet/tools/console/testsuite/
A DREADME20 ways. procpipe is used to connect the two. I use the following command for
/xen-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl-ipc.c200 err = connect(fd, (const struct sockaddr *)&saddr, sizeof(saddr)); in tap_ctl_connect()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.ml152 (** Throws this rather than a miscellaneous Unix.connect failed *)
159 Unix.connect sock sockaddr;
A Dxs.mli19 (** Throws this rather than a miscellaneous Unix.connect failed *)
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/
A DREADME22 - now, connect to the above gdbsx from a remote system or dom0 as:
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-ring.c109 err = connect(fd, &saddr, sizeof(saddr)); in tapdisk_uring_connect_ctlfd()
A Dtapdisk-client.c112 if (connect(fd, (struct sockaddr *)&saddr, sizeof(saddr)) < 0) { in tdctl_open()
A Dblock-remus.c793 if ((rc = connect(fd, (struct sockaddr *)&state->sa, in primary_blocking_connect()
936 if (connect(s->stream_fd.fd, (struct sockaddr *)&s->sa, sizeof(s->sa)) in remus_retry_connect_event()
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/
A Dxenstat_qmp.c352 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) { in qmp_connect()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_colo_proxy.c238 if (connect(skfd, (struct sockaddr *)&addr, sizeof(addr)) < 0) { in colo_proxy_setup()
A Dlibxl_qmp.c388 ret = connect(qmp->qmp_fd, (struct sockaddr *) &qmp->addr, in qmp_open()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxs.c208 if (connect(sock, (struct sockaddr *)&addr, sizeof(addr)) != 0) in get_socket()
/xen-4.10.0-shim-comet/tools/debugger/kdd/
A Dkdd.c903 if (connect(fd, addr->ai_addr, sizeof *addr) != 0) { in kdd_init()
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in734 allowing any user to connect.
749 connect to the X server when the B<sdl> option is used.
793 guest agent) and should be used by the frontend to connect the
2149 allowing any user to connect.
2212 Enable clients to connect without specifying a password. When disabled,
A Dxl.pod.1.in236 Connect to a PV console or connect to an emulated serial console.

Completed in 36 milliseconds