Home
last modified time | relevance | path

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

12345678910>>...12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dlfs64.patch8 storage/connect/os.h | 4 +++-
11 diff --git a/storage/connect/os.h b/storage/connect/os.h
13 --- a/storage/connect/os.h
14 +++ b/storage/connect/os.h
H A Drun-ptest20 ctest --force-new-ctest-process -E test-connect | sed -u 's/\*\*\*/ /g' | awk '/Test +#/{gsub(/Pa…
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-reconnect-on-open.out4 Check fail to connect with 0 seconds of timeout
5 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
8 Check fail to connect with 1 seconds of timeout
9 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/
H A D0001-nbd-client-Fix-build-on-musl-gcc14.patch12 | ../nbd-3.26.1/nbd-client.c:345:27: error: passing argument 2 of 'connect' from incompatible point…
13 | 345 | if (connect(sock, &un_addr, sizeof(un_addr)) == -1) {
19 | 386 | int connect (int, const struct sockaddr *, socklen_t);
36 - if (connect(sock, &un_addr, sizeof(un_addr)) == -1) {
37 + if (connect(sock, (struct sockaddr*)&un_addr, sizeof(un_addr)) == -1) {
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools/
H A D0001-connect-has-a-different-signature-on-musl.patch4 Subject: [PATCH] connect has a different signature on musl
6 On linux when not using glibc and using musl for C library, connect
26 -connect (int socket, const struct sockaddr_in *addrin, socklen_t address_len)
28 +connect (int socket, const struct sockaddr *addr, socklen_t address_len)
30 +connect (int socket, const struct sockaddr_in *addr, socklen_t address_len)
/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/
H A Dudc-reconnect.sh9 echo connect > /sys/class/udc/80401000.udc/soft_connect
20 echo connect > /sys/class/udc/80402000.udc/soft_connect
31 echo connect > /sys/class/udc/80403000.udc/soft_connect
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit()
332 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList()
342 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList()
888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
890 connect(parent(), SIGNAL(showNameChanged(bool)), in contextMenuEvent()
896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
898 connect(parent(), SIGNAL(showRangeChanged(bool)), in contextMenuEvent()
904 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
906 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent()
1027 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A Dpap1 # You can use this script unmodified to connect to sites which allow
6 # connect "/usr/sbin/chat -v -f /etc/chatscripts/pap -T PHONE-NUMBER"
10 # Uncomment the following line to see the connect speed.
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py56 self.connect("button-press-event", self.on_area_button_press)
57 self.connect("button-release-event", self.on_area_button_release)
59 self.connect("motion-notify-event", self.on_area_motion_notify)
60 self.connect("scroll-event", self.on_area_scroll_event)
61 self.connect('key-press-event', self.on_key_press_event)
63 self.connect("size-allocate", self.on_allocation_size_changed)
64 self.connect("position-changed", self.on_position_changed)
66 self.connect("draw", self.on_draw)
77 self.vadj.connect('value-changed', self.on_adjustments_changed)
78 self.hadj.connect('value-changed', self.on_adjustments_changed)
[all …]
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py78 app.connect('source-read', subst_vars_replace)
79 app.connect('env-get-outdated', yocto_vars_env_get_outdated)
80 app.connect('build-finished', yocto_vars_build_finished)
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dunable-connect-dbus.patch3 (gconftool-2.real:10095): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
12 Subject: [PATCH] dbus: Don't spew to console when unable to connect to dbus
60 - g_warning ("Client failed to connect to the D-BUS daemon:\n%s", error.message);
63 + "Client failed to connect to the D-BUS daemon:\n%s",
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py85 sock.connect(os.path.basename(path))
116 websocket = await websockets.connect(
152 await self.connect()
155 async def connect(self): member in AsyncClient
172 await self.connect()
246 self.loop.run_until_complete(self.client.connect())
/openbmc/qemu/tests/qemu-iotests/
H A D162.out9 …r": "ssh", "host": "localhost", "port": "0", "path": "/foo"}': Failed to connect to 'localhost:0':…
10 qemu-img: Could not open 'driver=ssh,host=localhost,port=0,path=/foo': Failed to connect to 'localh…
/openbmc/bmcweb/scripts/
H A Dwebsocket_test.py49 websockets.connect(uri, ssl=ssl_context, additional_headers=headers)
51 else websockets.connect(uri, extra_headers=headers)
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser110 self.window.connect("delete-event", Gtk.main_quit)
123 self.recipe_view.get_selection().connect("changed", self.on_recipe_changed)
124 self.package_view.get_selection().connect("changed", self.on_package_changed)
135 self.depends_label.connect("activate-link", self.on_link_activate)
136 self.recommends_label.connect("activate-link", self.on_link_activate)
137 self.suggests_label.connect("activate-link", self.on_link_activate)
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py83 def connect(self) -> None: member in QEMUQtestProtocol
90 self._sock.connect(self._address)
173 self._qtest.connect()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py85 def connect(self, token = None): member in BitBakeXMLRPCServerConnection
127 s.connect((host, port))
135 return connection.connect(token)
/openbmc/qemu/python/tests/
H A Dprotocol.py149 sock.connect(address)
300 await self.proto.connect(('127.0.0.1', 0))
302 await self.proto.connect('/dev/null')
306 await self.proto.connect(addr)
458 await self.proto.connect('/not/a/real/path')
510 await self.proto.connect('/not/a/real/path')
596 await self.proto.connect(sock)
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A DREADME32 appears to have exited before we could connect. If you specified
50 … a vnc server on your machine map a different port e.g. -p 6900:5900 and connect vnc client to 127…
58 * connect to the vnc server to see the tests if you would like
60 ** note, you need to wait for the test container to come up before this can connect.
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp101 int SysImpl::connect(int sockfd, const struct sockaddr* addr, in connect() function in internal::SysImpl
104 return ::connect(sockfd, addr, addrlen); in connect()
H A Dsys.hpp47 virtual int connect(int sockfd, const struct sockaddr* addr,
82 int connect(int sockfd, const struct sockaddr* addr,
/openbmc/docs/
H A Dconsole.md3 This document describes how to connect to the host UART console from an OpenBMC
12 To connect to an OpenBMC console session remotely, just ssh to your BMC on
/openbmc/qemu/include/net/
H A Dcan_host.h47 void (*connect)(CanHostState *ch, Error **errp); member
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py86 self.connect("delete-event", Gtk.main_quit)
104 self.pkg_treeview.get_selection().connect("changed", self.on_cursor_changed)
124 self.dep_treeview.connect("row-activated", self.on_package_activated, COL_DEP_PACKAGE)
134 self.revdep_treeview.connect("row-activated", self.on_package_activated, COL_DEP_PARENT)
239 bardialog.connect("delete-event", Gtk.main_quit)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dupdate-config.patch25 # to connect forever after pppoe-start is called. Otherwise, it will
27 # connect again, making it impossible to reach.

12345678910>>...12