Home
last modified time | relevance | path

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

12345678910>>...328

/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/serial/
H A Dconnect.go30 type connect struct { struct
39 cli.Register("device.serial.connect", &connect{})
65 govc device.serial.connect -vm $vm -device serialport-8000 telnet://:33233
72 func (cmd *connect) Process(ctx context.Context) error {
79 func (cmd *connect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/device/serial/
H A Dconnect.go30 type connect struct { struct
39 cli.Register("device.serial.connect", &connect{})
65 govc device.serial.connect -vm $vm -device serialport-8000 telnet://:33233
72 func (cmd *connect) Process(ctx context.Context) error {
79 func (cmd *connect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/serial/
H A Dconnect.go30 type connect struct { struct
39 cli.Register("device.serial.connect", &connect{})
65 govc device.serial.connect -vm $vm -device serialport-8000 telnet://:33233
72 func (cmd *connect) Process(ctx context.Context) error {
79 func (cmd *connect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXDataTarget.h168 void connect(){ data=NULL; type=DT_VOID; } in connect() function
171 void connect(FXbool& value){ data=&value; type=DT_BOOL; } in connect() function
174 void connect(FXchar& value){ data=&value; type=DT_CHAR; } in connect() function
177 void connect(FXuchar& value){ data=&value; type=DT_UCHAR; } in connect() function
180 void connect(FXshort& value){ data=&value; type=DT_SHORT; } in connect() function
183 void connect(FXushort& value){ data=&value; type=DT_USHORT; } in connect() function
186 void connect(FXint& value){ data=&value; type=DT_INT; } in connect() function
189 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect() function
192 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect() function
195 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect() function
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXDataTarget.h168 void connect(){ data=NULL; type=DT_VOID; } in connect() function
171 void connect(FXbool& value){ data=&value; type=DT_BOOL; } in connect() function
174 void connect(FXchar& value){ data=&value; type=DT_CHAR; } in connect() function
177 void connect(FXuchar& value){ data=&value; type=DT_UCHAR; } in connect() function
180 void connect(FXshort& value){ data=&value; type=DT_SHORT; } in connect() function
183 void connect(FXushort& value){ data=&value; type=DT_USHORT; } in connect() function
186 void connect(FXint& value){ data=&value; type=DT_INT; } in connect() function
189 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect() function
192 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect() function
195 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect() function
[all …]
/dports/science/tinker/tinker/source/
H A Dconnect.f19 subroutine connect subroutine
25 integer i,j,k
26 integer id1,id2
53 10 continue
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/device/
H A Dconnect.go28 type connect struct { struct
33 cli.Register("device.connect", &connect{})
56 govc device.connect -vm $name cdrom-3000`
59 func (cmd *connect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/
H A Dconnect.go28 type connect struct { struct
33 cli.Register("device.connect", &connect{})
56 govc device.connect -vm $name cdrom-3000`
59 func (cmd *connect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/
H A Dconnect.go28 type connect struct { struct
33 cli.Register("device.connect", &connect{})
56 govc device.connect -vm $name cdrom-3000`
59 func (cmd *connect) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXDataTarget.h146 void connect(){ data=NULL; type=DT_VOID; } in connect() function
149 void connect(FXchar& value){ data=&value; type=DT_CHAR; } in connect() function
152 void connect(FXuchar& value){ data=&value; type=DT_UCHAR; } in connect() function
155 void connect(FXshort& value){ data=&value; type=DT_SHORT; } in connect() function
158 void connect(FXushort& value){ data=&value; type=DT_USHORT; } in connect() function
161 void connect(FXint& value){ data=&value; type=DT_INT; } in connect() function
164 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect() function
167 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect() function
170 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect() function
173 void connect(FXfloat& value){ data=&value; type=DT_FLOAT; } in connect() function
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXDataTarget.h146 void connect(){ data=NULL; type=DT_VOID; } in connect() function
149 void connect(FXchar& value){ data=&value; type=DT_CHAR; } in connect() function
152 void connect(FXuchar& value){ data=&value; type=DT_UCHAR; } in connect() function
155 void connect(FXshort& value){ data=&value; type=DT_SHORT; } in connect() function
158 void connect(FXushort& value){ data=&value; type=DT_USHORT; } in connect() function
161 void connect(FXint& value){ data=&value; type=DT_INT; } in connect() function
164 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect() function
167 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect() function
170 void connect(FXulong& value){ data=&value; type=DT_ULONG; } in connect() function
173 void connect(FXfloat& value){ data=&value; type=DT_FLOAT; } in connect() function
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dconnect.go129 type connect struct { struct
130 net.Conn
132 ident int
133 buffer *bufio.Reader
134 closed bool
135 readTimeout time.Duration
136 writeTimeout time.Duration
137 lastReadDeadlineTime time.Time
138 lastWriteDeadlineTime time.Time
141 func (conn *connect) Read(b []byte) (int, error) {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/vendor/github.com/ClickHouse/clickhouse-go/
H A Dconnect.go129 type connect struct { struct
130 net.Conn
132 ident int
133 buffer *bufio.Reader
134 closed bool
135 readTimeout time.Duration
136 writeTimeout time.Duration
137 lastReadDeadlineTime time.Time
138 lastWriteDeadlineTime time.Time
141 func (conn *connect) Read(b []byte) (int, error) {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ClickHouse/clickhouse-go/
H A Dconnect.go129 type connect struct { struct
130 net.Conn
132 ident int
133 buffer *bufio.Reader
134 closed bool
135 readTimeout time.Duration
136 writeTimeout time.Duration
137 lastReadDeadlineTime time.Time
138 lastWriteDeadlineTime time.Time
141 func (conn *connect) Read(b []byte) (int, error) {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dconnection_test.go35 type connect struct { struct
36 err *connection.Error
39 func (c connect) WriteWireMessage(ctx context.Context, wm wiremessage.WireMessage) error {
42 func (c connect) ReadWireMessage(ctx context.Context) (wiremessage.WireMessage, error) {
45 func (c connect) Close() error {
48 func (c connect) Alive() bool {
51 func (c connect) Expired() bool {
54 func (c connect) ID() string {
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/src/
H A Dorber_iiop.erl435 connect(Host, Port, Objkey, Timeout, Index, function
441 connect(Host, _, Objkey, Timeout, Index, function
449 connect(Host, _, Objkey, Timeout, Index, function
456 connect(_Host, 0, Objkey, Timeout, Index, function
477 connect(Host, _, Objkey, Timeout, Index, function
485 connect(Host, Port, Objkey, Timeout, Index, function
491 connect(_Host, _Port, _Objkey, _Timeout, _Index, HostData, _TaggedProfile, function
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/src/
H A Dorber_iiop.erl435 connect(Host, Port, Objkey, Timeout, Index, function
441 connect(Host, _, Objkey, Timeout, Index, function
449 connect(Host, _, Objkey, Timeout, Index, function
456 connect(_Host, 0, Objkey, Timeout, Index, function
477 connect(Host, _, Objkey, Timeout, Index, function
485 connect(Host, Port, Objkey, Timeout, Index, function
491 connect(_Host, _Port, _Objkey, _Timeout, _Index, HostData, _TaggedProfile, function
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/src/
H A Dorber_iiop.erl435 connect(Host, Port, Objkey, Timeout, Index, function
441 connect(Host, _, Objkey, Timeout, Index, function
449 connect(Host, _, Objkey, Timeout, Index, function
456 connect(_Host, 0, Objkey, Timeout, Index, function
477 connect(Host, _, Objkey, Timeout, Index, function
485 connect(Host, Port, Objkey, Timeout, Index, function
491 connect(_Host, _Port, _Objkey, _Timeout, _Index, HostData, _TaggedProfile, function
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/src/
H A Dorber_iiop.erl435 connect(Host, Port, Objkey, Timeout, Index, function
441 connect(Host, _, Objkey, Timeout, Index, function
449 connect(Host, _, Objkey, Timeout, Index, function
456 connect(_Host, 0, Objkey, Timeout, Index, function
477 connect(Host, _, Objkey, Timeout, Index, function
485 connect(Host, Port, Objkey, Timeout, Index, function
491 connect(_Host, _Port, _Objkey, _Timeout, _Index, HostData, _TaggedProfile, function
/dports/lang/erlang/corba-5.0.2/lib/orber/src/
H A Dorber_iiop.erl435 connect(Host, Port, Objkey, Timeout, Index, function
441 connect(Host, _, Objkey, Timeout, Index, function
449 connect(Host, _, Objkey, Timeout, Index, function
456 connect(_Host, 0, Objkey, Timeout, Index, function
477 connect(Host, _, Objkey, Timeout, Index, function
485 connect(Host, Port, Objkey, Timeout, Index, function
491 connect(_Host, _Port, _Objkey, _Timeout, _Index, HostData, _TaggedProfile, function
/dports/devel/libvirt-dbus/libvirt-dbus-1.4.1/src/
H A Devents.c15 virtDBusConnect *connect = opaque; in virtDBusEventsDomainAgentEvent() local
37 virtDBusConnect *connect = opaque; in virtDBusEventsDomainBalloonChange() local
61 virtDBusConnect *connect = opaque; in virtDBusEventsDomainBlockJob() local
82 virtDBusConnect *connect = opaque; in virtDBusEventsDomainControlError() local
105 virtDBusConnect *connect = opaque; in virtDBusEventsDomainEvent() local
127 virtDBusConnect *connect = opaque; in virtDBusEventsDomainDeviceAdded() local
149 virtDBusConnect *connect = opaque; in virtDBusEventsDomainDeviceRemovalFailed() local
171 virtDBusConnect *connect = opaque; in virtDBusEventsDomainDeviceRemoved() local
197 virtDBusConnect *connect = opaque; in virtDBusEventsDomainGraphics() local
252 virtDBusConnect *connect = opaque; in virtDBusEventsDomainIOError() local
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dsignal.h14 void connect(std::function<void()> slot) { in connect() function
20 void connect(Owner* owner, void(Owner::*slot)()) { in connect() function
25 void connect(const Signal& slot) { in connect() function
45 void connect(std::function<void(T)> slot) { in connect() function
49 void connect(Owner* owner, void(Owner::*slot)(T)) { in connect() function
52 void connect(const Signal_<T>& slot) { in connect() function
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/dblib/
H A Dxact.c42 remove_xact(DBPROCESS * connect, DBINT commid, int n) in remove_xact()
49 abort_xact(DBPROCESS * connect, DBINT commid) in abort_xact()
56 close_commit(DBPROCESS * connect) in close_commit()
62 commit_xact(DBPROCESS * connect, DBINT commid) in commit_xact()
76 scan_xact(DBPROCESS * connect, DBINT commid) in scan_xact()
83 start_xact(DBPROCESS * connect, char *application_name, char *xact_name, int site_count) in start_xact()
90 stat_xact(DBPROCESS * connect, DBINT commid) in stat_xact()
/dports/databases/freetds/freetds-1.3.4/src/dblib/
H A Dxact.c42 remove_xact(DBPROCESS * connect, DBINT commid, int n) in remove_xact()
49 abort_xact(DBPROCESS * connect, DBINT commid) in abort_xact()
56 close_commit(DBPROCESS * connect) in close_commit()
62 commit_xact(DBPROCESS * connect, DBINT commid) in commit_xact()
76 scan_xact(DBPROCESS * connect, DBINT commid) in scan_xact()
83 start_xact(DBPROCESS * connect, char *application_name, char *xact_name, int site_count) in start_xact()
90 stat_xact(DBPROCESS * connect, DBINT commid) in stat_xact()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/dblib/
H A Dxact.c42 remove_xact(DBPROCESS * connect, DBINT commid, int n) in remove_xact()
49 abort_xact(DBPROCESS * connect, DBINT commid) in abort_xact()
56 close_commit(DBPROCESS * connect) in close_commit()
62 commit_xact(DBPROCESS * connect, DBINT commid) in commit_xact()
76 scan_xact(DBPROCESS * connect, DBINT commid) in scan_xact()
83 start_xact(DBPROCESS * connect, char *application_name, char *xact_name, int site_count) in start_xact()
90 stat_xact(DBPROCESS * connect, DBINT commid) in stat_xact()

12345678910>>...328