Home
last modified time | relevance | path

Searched refs:tport (Results 176 – 200 of 575) sorted by relevance

12345678910>>...23

/dports/lang/fpc-source/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc17 tport = object
45 portb : tport;
H A Dports.inc18 procedure tport.writeport(p : word;data : byte);inline;
24 function tport.readport(p : word) : byte;inline;
/dports/lang/fpc/fpc-3.2.2/rtl/i8086/
H A Dports.inc18 procedure tport.writeport(p : word;data : byte);inline;
24 function tport.readport(p : word) : byte;inline;
H A Dportsh.inc17 tport = object
45 portb : tport;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/i8086/
H A Dports.inc18 procedure tport.writeport(p : word;data : byte);inline;
24 function tport.readport(p : word) : byte;inline;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/tcm_fc/
H A Dtcm_fc.h33 struct ft_tport *tport; member
89 struct ft_tport *tport; /* active tport or NULL */ member
/dports/security/gost-engine/engine-7ed64cd/
H A Dtest_tls.c158 char tport[8]; in s_client() local
159 snprintf(tport, sizeof(tport), "%d", port); in s_client()
160 T(BIO_set_conn_port(sbio, tport)); in s_client()
/dports/net/storj/storj-1.45.3/vendor/storj.io/drpc/drpcmanager/
H A Dmanager.go61 tport drpcsignal.Signal // set after the transport has been closed
179 m.sigs.tport.Set(m.tr.Close())
326 m.sigs.tport.Wait()
328 return m.sigs.tport.Err()
/dports/net-p2p/amule/aMule-2.3.3/src/kademlia/routing/
H A DRoutingZone.h75 …bool Add(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const C…
76 …bool AddUnfiltered(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t versio…
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/kademlia/routing/
H A DRoutingZone.h75 …bool Add(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t version, const C…
76 …bool AddUnfiltered(const CUInt128 &id, uint32_t ip, uint16_t port, uint16_t tport, uint8_t versio…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A DMakefile.am24 libsofiamod_la_CFLAGS += -I$(SOFIAUA_DIR)/tport -I$(SOFIAUA_BUILDDIR)/tport
/dports/editors/fpc-ide/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc20 tport = object
50 portb : tport;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc20 tport = object
50 portb : tport;
/dports/lang/fpc-source/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc20 tport = object
50 portb : tport;
/dports/lang/fpc/fpc-3.2.2/rtl/x86_64/
H A Dportsh.inc20 tport = object
50 portb : tport;
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/kurin/blazer/base/
H A Dintegration_test.go288 tport := transport.WithFailures(nil, transport.AfterNBytes(10000, hang))
290 b2, err := AuthorizeAccount(ctx, id, key, Transport(tport))
351tport := transport.WithFailures(nil, transport.MatchPathSubstring("b2_upload_file"), transport.Fai…
353 b2, err := AuthorizeAccount(ctx, id, key, Transport(tport))
398tport := transport.WithFailures(nil, transport.MatchPathSubstring("b2_upload_file"), transport.Fai…
399 b2, err := AuthorizeAccount(ctx, id, key, Transport(tport))
/dports/lang/racket/racket-8.3/share/pkgs/math-lib/math/private/array/
H A Darray-print.rkt100 (define: tport : Output-Port
106 (tentative-pretty-print-port-cancel (assert tport output-port?))
110 (print-all tport 'compact)
112 (tentative-pretty-print-port-transfer tport port))]
/dports/net/srelay/srelay-0.4.8p3/
H A Dreadconf.c293 int tport; in setport() local
295 tport = atoi(str); in setport()
297 || tport < PORT_MIN in setport()
298 || tport > PORT_MAX) { in setport()
302 *to = tport; in setport()
/dports/net/ssvnc/ssvnc-1.0.29/scripts/util/
H A Dss_vncviewer2809 tport=/tmp/ss_vncviewer_tport${RANDOM}.$$
2810 tport=`mytmp "$tport"`
2826 $ssh -x -f $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd" > $tport 2> $tport2
2828 tail -f $tport 1>&2 &
2838 rsh $ul "$ssh_host" "$ssh_cmd" > $tport &
2860 …PORT=`grep "^PORT=" $tport | tr '\r' ' ' | head -n 1 | sed -e 's/PORT=//' -e 's/\r//g' -e 's/ *$//…
2864 …vnss=`sed -e 's/\r//g' $tport $tport2 | egrep -i '^(New.* desktop is|A VNC server is already runni…
2873 …vnss=`sed -e 's/\r//g' $tport | egrep -i '^(New.* desktop is|A VNC server is already running).*:[0…
2885 elif egrep 'Info: listening on IPv6 only|Info: listening only on IPv6' $tport > /dev/null; then
2892 rm -f $tport $tport2
/dports/games/nethack33/nethack-3.3.1/sys/amiga/
H A Dwinami.c599 struct MsgPort *tport; local
608 tport = CreatePort( 0, 0 );
609 trq = (struct timerequest *)CreateExtIO( tport, sizeof( *trq ) );
610 if( tport == NULL || trq == NULL )
613 if( tport ) DeletePort( tport );
686 DeletePort( tport );
693 mask = (1L << tport->mp_SigBit)|(1L << w->UserPort->mp_SigBit);
697 if( got & (1L << tport->mp_SigBit ) )
701 GetMsg( tport );
738 DeletePort( tport );
/dports/games/nethack33-nox11/nethack-3.3.1/sys/amiga/
H A Dwinami.c599 struct MsgPort *tport; local
608 tport = CreatePort( 0, 0 );
609 trq = (struct timerequest *)CreateExtIO( tport, sizeof( *trq ) );
610 if( tport == NULL || trq == NULL )
613 if( tport ) DeletePort( tport );
686 DeletePort( tport );
693 mask = (1L << tport->mp_SigBit)|(1L << w->UserPort->mp_SigBit);
697 if( got & (1L << tport->mp_SigBit ) )
701 GetMsg( tport );
738 DeletePort( tport );
/dports/games/nethack34/nethack-3.4.3/sys/amiga/
H A Dwinami.c625 struct MsgPort *tport; local
634 tport = CreateMsgPort();
635 trq = (struct timerequest *)CreateIORequest( tport, sizeof( *trq ) );
636 if( tport == NULL || trq == NULL )
639 if( tport ) DeleteMsgPort( tport );
712 DeleteMsgPort( tport );
719 mask = (1L << tport->mp_SigBit)|(1L << w->UserPort->mp_SigBit);
723 if( got & (1L << tport->mp_SigBit ) )
727 GetMsg( tport );
764 DeleteMsgPort( tport );
/dports/games/nethack34-nox11/nethack-3.4.3/sys/amiga/
H A Dwinami.c625 struct MsgPort *tport; local
634 tport = CreateMsgPort();
635 trq = (struct timerequest *)CreateIORequest( tport, sizeof( *trq ) );
636 if( tport == NULL || trq == NULL )
639 if( tport ) DeleteMsgPort( tport );
712 DeleteMsgPort( tport );
719 mask = (1L << tport->mp_SigBit)|(1L << w->UserPort->mp_SigBit);
723 if( got & (1L << tport->mp_SigBit ) )
727 GetMsg( tport );
764 DeleteMsgPort( tport );
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/amiga/
H A Dwinami.c625 struct MsgPort *tport; local
634 tport = CreateMsgPort();
635 trq = (struct timerequest *)CreateIORequest( tport, sizeof( *trq ) );
636 if( tport == NULL || trq == NULL )
639 if( tport ) DeleteMsgPort( tport );
712 DeleteMsgPort( tport );
719 mask = (1L << tport->mp_SigBit)|(1L << w->UserPort->mp_SigBit);
723 if( got & (1L << tport->mp_SigBit ) )
727 GetMsg( tport );
764 DeleteMsgPort( tport );
/dports/games/falconseye/falconseye-1.9.3_11/sys/amiga/
H A Dwinami.c599 struct MsgPort *tport; local
608 tport = CreatePort( 0, 0 );
609 trq = (struct timerequest *)CreateExtIO( tport, sizeof( *trq ) );
610 if( tport == NULL || trq == NULL )
613 if( tport ) DeletePort( tport );
686 DeletePort( tport );
693 mask = (1L << tport->mp_SigBit)|(1L << w->UserPort->mp_SigBit);
697 if( got & (1L << tport->mp_SigBit ) )
701 GetMsg( tport );
738 DeletePort( tport );

12345678910>>...23