HomeSort by: relevance | last modified time | path
    Searched refs:port (Results 1 - 25 of 2351) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/bind/dist/tests/dns/testdata/resconf/
port.conf 12 port 5300
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/memory/
mtk-memory-port.h 1 /* $NetBSD: mtk-memory-port.h,v 1.1.1.2 2026/01/18 05:21:48 skrll Exp $ */
13 #define MTK_M4U_ID(larb, port) (((larb) << 5) | (port))
17 #define MTK_IFAIOMMU_PERI_ID(port) MTK_M4U_ID(0, port)
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_port.h 22 * QUIC Port
25 * A QUIC Port (QUIC_PORT) represents a single UDP network socket and contains
30 * A QUIC port is responsible for managing a set of channels which all use the
42 /* The engine which the QUIC port is to be a child of. */
60 * If 1, this port is to be used for multiple connections, so
61 * non-zero-length CIDs should be used. If 0, this port will only be used
67 * if 1, this port should do server address validation
75 void ossl_quic_port_free(QUIC_PORT *port);
82 /* Create an outgoing channel using this port. */
83 QUIC_CHANNEL *ossl_quic_port_create_outgoing(QUIC_PORT *port, SSL *tls)
    [all...]
  /src/external/bsd/libevent/dist/
event_iocp.c 67 struct event_iocp_port *port = port_; local
68 long ms = port->ms;
69 HANDLE p = port->port;
80 EnterCriticalSection(&port->lock);
81 if (port->shutdown) {
82 if (--port->n_live_threads == 0)
83 ReleaseSemaphore(port->shutdownSemaphore, 1,
85 LeaveCriticalSection(&port->lock);
88 LeaveCriticalSection(&port->lock)
179 struct event_iocp_port *port; local
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
event_iocp.c 68 struct event_iocp_port *port = port_; local
69 long ms = port->ms;
70 HANDLE p = port->port;
81 EnterCriticalSection(&port->lock);
82 if (port->shutdown) {
83 if (--port->n_live_threads == 0)
84 ReleaseSemaphore(port->shutdownSemaphore, 1,
86 LeaveCriticalSection(&port->lock);
89 LeaveCriticalSection(&port->lock)
180 struct event_iocp_port *port; local
    [all...]
  /src/sys/arch/arm/include/
pio.h 43 #define inb(port) bus_space_read_1( &isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port))
44 #define outb(port, byte) bus_space_write_1(&isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port), (byte))
  /src/sys/arch/rs6000/stand/boot/
io.c 32 outb(int port, char val)
35 MCA_io[port] = val;
39 outw(int port, u_int16_t val)
41 outb(port, val>>8);
42 outb(port+1, val);
46 inb(int port)
49 return (MCA_io[port]);
  /src/sys/arch/xen/include/
xenio3.h 37 * Bind a fresh port to VIRQ @virq.
38 * Return allocated port.
44 unsigned int port; member in struct:ioctl_evtchn_bind_virq
48 * Bind a fresh port to remote <@remote_domain, @remote_port>.
49 * Return allocated port.
55 unsigned int port; member in struct:ioctl_evtchn_bind_interdomain
59 * Allocate a fresh port for binding to @remote_domain.
60 * Return allocated port.
66 unsigned int port; member in struct:ioctl_evtchn_bind_unbound_port
70 * Unbind previously allocated @port
75 unsigned int port; member in struct:ioctl_evtchn_unbind
84 unsigned int port; member in struct:ioctl_evtchn_notify
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
init.scm 23 (define %orig-input-port #f)
24 (define %orig-output-port #f)
25 (define %orig-error-port #f)
38 (define (%exception-printer port key args default-printer)
42 (format port "In procedure ~a: " subr))
43 (apply format port msg (or args '())))
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
60 (define (%print-exception-message-worker port key args)
62 (format port "Throw to key `~a' with args `~s'." key args)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
init.scm 23 (define %orig-input-port #f)
24 (define %orig-output-port #f)
25 (define %orig-error-port #f)
38 (define (%exception-printer port key args default-printer)
42 (format port "In procedure ~a: " subr))
43 (apply format port msg (or args '())))
52 (define (%with-stack-exception-printer port key args default-printer)
55 (%exception-printer port real-key real-args default-printer)))
60 (define (%print-exception-message-worker port key args)
62 (format port "Throw to key `~a' with args `~s'." key args)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/transport-acl/ns1/
named.conf.j2 17 inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
29 listen-on port @PORT@ { 10.53.0.1; };
30 listen-on port @TLSPORT@ tls self-signed { 10.53.0.1; };
32 listen-on port @EXTRAPORT1@ { 10.53.0.1; };
33 listen-on port @EXTRAPORT1@ tls self-signed { 10.53.0.2; };
34 listen-on port @EXTRAPORT2@ { 10.53.0.1; };
35 listen-on port @EXTRAPORT2@ tls self-signed { 10.53.0.2; };
37 listen-on port @EXTRAPORT1@ { 10.53.0.3; };
38 listen-on port @EXTRAPORT2@ { 10.53.0.3; }
    [all...]
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
rzg2l-pinctrl.h 22 /* Convert a port and pin label to its global pin index */
23 #define RZG2L_GPIO(port, pin) ((port) * RZG2L_PINS_PER_PORT + (pin))
rzv2m-pinctrl.h 22 /* Convert a port and pin label to its global pin index */
23 #define RZV2M_GPIO(port, pin) ((port) * RZV2M_PINS_PER_PORT + (pin))
  /src/external/mit/libuv/dist/include/uv/
sunos.h 25 #include <sys/port.h>
26 #include <port.h>
  /src/external/mpl/bind/dist/bin/tests/system/checkds/ns10/
named.conf.j2 20 port @PORT@;
35 inet 10.53.0.10 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
40 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; };
46 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; };
52 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; };
58 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; }
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkds/ns4/
named.conf.j2 20 port @PORT@;
35 inet 10.53.0.4 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
40 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; };
46 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; };
52 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; };
58 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; }
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkds/ns7/
named.conf.j2 20 port @PORT@;
35 inet 10.53.0.7 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
40 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; };
46 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; };
52 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; };
58 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; }
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/checkds/ns8/
named.conf.j2 20 port @PORT@;
35 inet 10.53.0.8 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
40 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; };
46 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; };
52 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; };
58 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; }
    [all...]
  /src/sys/arch/usermode/include/
asm.h 17 #error port me
bswap.h 17 #error port me
byte_swap.h 17 #error port me
cdefs.h 17 #error port me
cpufunc.h 17 #error port me
endian.h 17 #error port me
endian_machdep.h 17 #error port me

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>