Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/include/net/
H A Dcan_host.h47 void (*connect)(CanHostState *ch, Error **errp); member
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp144 auto connect(R r) -> callback_operation<Init, R> in connect() function
H A Dtimer.hpp94 auto connect(R r) -> sleep_operation<R> in connect() function
H A Dmatch.hpp134 auto connect(R r) -> match_operation<R> in connect() function
H A Dmutex.hpp134 auto connect(R r) -> mutex_operation<R> in connect() function
H A Dfdio.hpp128 auto connect(R r) -> fdio_operation<R> in connect() function
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py83 def connect(self) -> None: member in QEMUQtestProtocol
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcclient.py85 def connect(self, token = None): member in BitBakeXMLRPCServerConnection
/openbmc/obmc-ikvm/
H A Dikvm_input.cpp50 void Input::connect() in connect() function in ikvm::Input
/openbmc/openbmc-tools/reboot-ping-pong/
H A Drpp133 def connect(self): member in Host
/openbmc/qemu/include/system/
H A Dos-win32.h197 #define connect qemu_connect_wrap macro
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py147 def connect(self, negotiate: bool = True) -> Optional[QMPMessage]: member in QEMUMonitorProtocol
H A Dqmp_shell.py370 def connect(self, negotiate: bool = True) -> None: member in QMPShell
H A Dprotocol.py355 async def connect(self, address: Union[SocketAddrT, socket.socket], member in AsyncProtocol
/openbmc/sdbusplus/src/async/
H A Dcontext.cpp87 auto connect(R r) -> wait_process_operation<R> in connect() function
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp101 int SysImpl::connect(int sockfd, const struct sockaddr* addr, in connect() function in internal::SysImpl
/openbmc/bmcweb/features/serial/
H A Dobmc_console.hpp134 bool connect(int fd) in connect() function in crow::obmc_console::ConsoleHandler
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py471 def connect(host, port): function
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py155 async def connect(self): member in AsyncClient
/openbmc/bmcweb/features/virtual_media/
H A Dvm_websocket.hpp86 void connect() in connect() function in crow::obmc_vm::Handler
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py151 def connect(self): member in Wget.checkstatus.HTTPConnectionCache
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py191 def connect(self, logger): member in DatabaseEngine
H A Dsqlalchemy.py161 def connect(self, logger): member in DatabaseEngine
/openbmc/qemu/scripts/qapi/
H A Dparser.py677 def connect(self, member: 'QAPISchemaMember') -> None: member in QAPIDoc.ArgSection