/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | qconf.cc | 302 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 D | xencons | 60 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 D | pvcalls.h | 76 } connect; member 118 } connect; member
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | pvcalls.markdown | 62 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 D | console.txt | 104 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 D | 9pfs.markdown | 64 The frontend and the backend connect via xenstore to exchange
|
/xen-4.10.0-shim-comet/tools/examples/vnc/ |
A D | Xservers | 2 # start Xvnc and connect back to a vncviewer in domain-0.
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | apmbios.S | 179 ; 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 D | README | 20 ways. procpipe is used to connect the two. I use the following command for
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-ipc.c | 200 err = connect(fd, (const struct sockaddr *)&saddr, sizeof(saddr)); in tap_ctl_connect()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/ |
A D | xs.ml | 152 (** Throws this rather than a miscellaneous Unix.connect failed *) 159 Unix.connect sock sockaddr;
|
A D | xs.mli | 19 (** Throws this rather than a miscellaneous Unix.connect failed *)
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/ |
A D | README | 22 - now, connect to the above gdbsx from a remote system or dom0 as:
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-ring.c | 109 err = connect(fd, &saddr, sizeof(saddr)); in tapdisk_uring_connect_ctlfd()
|
A D | tapdisk-client.c | 112 if (connect(fd, (struct sockaddr *)&saddr, sizeof(saddr)) < 0) { in tdctl_open()
|
A D | block-remus.c | 793 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 D | xenstat_qmp.c | 352 if (connect(s, (struct sockaddr *)&sun, SUN_LEN(&sun)) < 0) { in qmp_connect()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_colo_proxy.c | 238 if (connect(skfd, (struct sockaddr *)&addr, sizeof(addr)) < 0) { in colo_proxy_setup()
|
A D | libxl_qmp.c | 388 ret = connect(qmp->qmp_fd, (struct sockaddr *) &qmp->addr, in qmp_open()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs.c | 208 if (connect(sock, (struct sockaddr *)&addr, sizeof(addr)) != 0) in get_socket()
|
/xen-4.10.0-shim-comet/tools/debugger/kdd/ |
A D | kdd.c | 903 if (connect(fd, addr->ai_addr, sizeof *addr) != 0) { in kdd_init()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 734 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 D | xl.pod.1.in | 236 Connect to a PV console or connect to an emulated serial console.
|