/netbsd-src/sys/arch/alpha/pci/ |
H A D | pci_2100_a500.c | 190 struct ttwoga_config *tcp = core; in pci_2100_a500_pickintr() local 435 struct ttwoga_config *tcp = pc->pc_intr_v; in dec_2100_a500_intr_establish() local 470 struct ttwoga_config *tcp = pc->pc_intr_v; in dec_2100_a500_intr_disestablish() local 538 struct ttwoga_config *tcp = v; in dec_2100_a500_eisa_intr_evcnt() local 552 struct ttwoga_config *tcp = v; in dec_2100_a500_eisa_intr_establish() local 608 struct ttwoga_config *tcp = v; in dec_2100_a500_eisa_intr_disestablish() local 642 #define ICIC_ADDR(tcp, addr) \ argument 653 #define ICIC_READ(tcp) T2GA((tcp), T2_DIR) argument 654 #define ICIC_WRITE(tcp, val) \ argument 665 struct ttwoga_config *tcp = arg; in dec_2100_a500_iointr() local [all …]
|
H A D | ttwoga_dma.c | 84 #define TTWOGA_TLB_INVALIDATE(tcp) \ argument 99 ttwoga_dma_init(struct ttwoga_config *tcp) in ttwoga_dma_init() 242 struct ttwoga_config *tcp = t->_cookie; in ttwoga_dma_get_tag() local 276 struct ttwoga_config *tcp = t->_cookie; in ttwoga_bus_dmamap_load_sgmap() local 294 struct ttwoga_config *tcp = t->_cookie; in ttwoga_bus_dmamap_load_mbuf_sgmap() local 311 struct ttwoga_config *tcp = t->_cookie; in ttwoga_bus_dmamap_load_uio_sgmap() local 328 struct ttwoga_config *tcp = t->_cookie; in ttwoga_bus_dmamap_load_raw_sgmap() local 345 struct ttwoga_config *tcp = t->_cookie; in ttwoga_bus_dmamap_unload_sgmap() local
|
H A D | ttwoga_pci.c | 110 struct ttwoga_config *tcp = cpv; in ttwoga_conf_read() local 163 struct ttwoga_config *tcp = cpv; in ttwoga_conf_write() local
|
H A D | ttwoga.c | 168 struct ttwoga_config *tcp; in ttwoga_init() local 221 struct ttwoga_config *tcp; in ttwopciattach() local
|
/netbsd-src/usr.bin/ypwhich/ |
H A D | ypwhich.c | 99 int inhibit = 0, force = 0, tcp = 0; in main() local 199 int tcp) in mkclient() 214 find_server(const char *host, const char *domain, int tcp) in find_server() 273 int inhibit, int force, int tcp, const struct ypalias *ypaliases) in find_mapmaster()
|
/netbsd-src/usr.sbin/yppoll/ |
H A D | yppoll.c | 94 int c, r, tcp = 0; in main() local 149 int tcp) in mkclient() 162 int *outorder, char **outname, int tcp) in get_remote_info()
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dispatch/ans3/ |
H A D | ans.py | 58 def tcp_once(tcp): argument 79 tcp = tcp_listen(port()) variable
|
/netbsd-src/sys/external/bsd/common/linux/ |
H A D | linux_tasklet.c | 123 struct tasklet_cpu **tcp = ptr, *tc; in tasklet_cpu_init() local 132 struct tasklet_cpu **tcp = ptr, *tc = *tcp; in tasklet_cpu_fini() local 203 struct tasklet_cpu **tcp, *tc; in tasklet_softintr() local 309 struct tasklet_cpu **tcp, *tc; in tasklet_queue_enqueue() local
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | xfrd-tcp.c | 969 struct xfrd_tcp* tcp = tp->tcp_w; in xfrd_tcp_setup_write_packet() local 1007 tcp_conn_ready_for_reading(struct xfrd_tcp* tcp) in tcp_conn_ready_for_reading() 1016 conn_write_ssl(struct xfrd_tcp* tcp, SSL* ssl) in conn_write_ssl() 1087 int conn_write(struct xfrd_tcp* tcp) in conn_write() 1161 struct xfrd_tcp* tcp = tp->tcp_w; in xfrd_tcp_write() local 1255 conn_read_ssl(struct xfrd_tcp* tcp, SSL* ssl) in conn_read_ssl() 1361 conn_read(struct xfrd_tcp* tcp) in conn_read() 1441 struct xfrd_tcp* tcp = tp->tcp_r; in xfrd_tcp_read() local
|
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | benchmark-ping-pongs.c | 35 uv_tcp_t tcp; member 56 static void buf_alloc(uv_handle_t* tcp, size_t size, uv_buf_t* buf) { in buf_alloc() 124 static void pinger_read_cb(uv_stream_t* tcp, in pinger_read_cb()
|
H A D | test-tcp-try-write.c | 78 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb() 89 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb()
|
H A D | test-delayed-accept.c | 78 static void connection_cb(uv_stream_t* tcp, int status) { in connection_cb() 118 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb()
|
H A D | test-tcp-writealot.c | 66 uv_tcp_t* tcp; in shutdown_cb() local 84 static void read_cb(uv_stream_t* tcp, ssize_t nread, const uv_buf_t* buf) { in read_cb()
|
H A D | test-socket-buffer-size.c | 30 static uv_tcp_t tcp; variable
|
H A D | test-handle-fileno.c | 51 uv_tcp_t tcp; in TEST_IMPL() local
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | tcp.c | 114 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* tcp, unsigned int flags) { in uv_tcp_init_ex() 143 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* tcp) { in uv_tcp_init() 148 int uv__tcp_bind(uv_tcp_t* tcp, in uv__tcp_bind() 340 int uv__tcp_listen(uv_tcp_t* tcp, int backlog, uv_connection_cb cb) { in uv__tcp_listen()
|
/netbsd-src/sys/external/bsd/ipf/netinet/ |
H A D | ip_state.c | 1356 tcphdr_t *tcp; in ipf_state_add() local 1867 ipf_tcpoptions(ipf_state_softc_t *softs, fr_info_t *fin, tcphdr_t *tcp, in ipf_tcpoptions() 1972 tcphdr_t *tcp, ipstate_t *is) in ipf_state_tcp() 2083 tcphdr_t *tcp; in ipf_checknewisn() local 2116 tcphdr_t *tcp, int flags) in ipf_state_tcpinwindow() 2298 ipf_state_clone(fr_info_t *fin, tcphdr_t *tcp, ipstate_t *is) in ipf_state_clone() 2389 tcphdr_t *tcp, u_32_t cmask) in ipf_matchsrcdst() 2633 tcphdr_t *tcp; in ipf_checkicmpmatchingstate() local 2968 ipf_state_lookup(fr_info_t *fin, tcphdr_t *tcp, ipftq_t **ifqp) in ipf_state_lookup() 3255 tcphdr_t *tcp; in ipf_state_check() local [all …]
|
H A D | ip_raudio_pxy.c | 84 tcphdr_t *tcp; in ipf_p_raudio_out() local 186 tcphdr_t *tcp, tcph, *tcp2 = &tcph; in ipf_p_raudio_in() local
|
H A D | ip_rcmd_pxy.c | 72 tcphdr_t *tcp = (tcphdr_t *)fin->fin_dp; in ipf_p_rcmd_new() local 135 tcphdr_t *tcp, tcph, *tcp2 = &tcph; in ipf_p_rcmd_portmsg() local
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | tcp.rst | 2 .. _tcp: target
|
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | printpacket6.c | 24 tcphdr_t *tcp; local
|
H A D | printpacket.c | 24 tcphdr_t *tcp; local
|
H A D | ipft_tx.c | 168 tcphdr_t th, *tcp = &th; local 346 tcphdr_t th, *tcp = &th; local
|
/netbsd-src/lib/libc/rpc/ |
H A D | pmap_getport.c | 93 get_client(struct sockaddr_in *address, int tcp) in get_client()
|
/netbsd-src/usr.bin/ftp/ |
H A D | complete.c | 210 char *tcp; in complete_local() local 311 char *tcp; in complete_remote() local [all...] |