Home
last modified time | relevance | path

Searched refs:port_ (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Devent_iocp.c64 loop(void *port_) in loop() argument
66 struct event_iocp_port *port = port_; in loop()
/freebsd/contrib/libevent/
H A Devent_iocp.c64 loop(void *port_) in loop() argument
66 struct event_iocp_port *port = port_; in loop()
/freebsd/contrib/ncurses/
H A Dmk-0th.awk117 if (which ~ /port_/ )
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1040 uint16_t port_ = port_future.wait_for(std::chrono::seconds(10)) == in StartDebugserverProcess() local
1044 if (port_ > 0) { in StartDebugserverProcess()
1046 snprintf(port_cstr, sizeof(port_cstr), "127.0.0.1:%i", port_); in StartDebugserverProcess()
1053 *port = port_; in StartDebugserverProcess()