HomeSort by: relevance | last modified time | path
    Searched refs:port (Results 751 - 775 of 2391) sorted by relevancy

<<31323334353637383940>>

  /src/external/mpl/bind/dist/bin/tests/system/allow_query/ns2/
named57.conf.j2 15 port @PORT@;
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_malformed_dnskey/ns3/
named.conf.j2 18 port @PORT@;
  /src/external/mpl/bind/dist/bin/tests/system/dnssec_unsupported_ds/ns1/
named.conf.j2 20 port @PORT@;
  /src/external/mpl/bind/dist/bin/tests/system/nsec/ns3/
named.conf.j2 20 port @PORT@;
  /src/external/mpl/bind/dist/bin/tests/system/nsec3/ns6/
named.conf.j2 20 port @PORT@;
  /src/external/mpl/bind/dist/bin/tests/system/nta/ns1/
named.conf.j2 20 port @PORT@;
  /src/external/mpl/bind/dist/bin/tests/system/tkey/ns1/
named.conf.j2 18 port @PORT@;
  /src/sys/dev/fdt/
fdt_port.c 56 int port_phandle; /* port's node */
57 struct fdt_endpoint *port_ep; /* this port's endpoints */
58 int port_nep; /* number of endpoints for this port */
59 struct fdt_device_ports *port_dp; /* this port's device */
90 struct fdt_port *port = &ports->dp_port[p]; local
91 for (e = 0; e < port->port_nep; e++) {
92 struct fdt_endpoint *ep = &port->port_ep[e];
108 struct fdt_port *port = &device_ports->dp_port[p]; local
109 if (port->port_id != port_index)
111 for (e = 0; e < port->port_nep; e++)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c 298 struct i915_request **port; local
316 port = first;
324 if (port == last_port)
327 *port = schedule_in(last,
328 port - execlists->inflight);
329 port++;
345 *port = schedule_in(last, port - execlists->inflight);
346 *++port = NULL;
347 guc_submit(engine, first, port);
356 struct i915_request **port, *rq; local
399 struct i915_request * const *port, *rq; local
    [all...]
  /src/common/lib/libx86emu/
x86emu_i8254.c 346 x86emu_i8254_inb(struct x86emu_i8254 *sc, uint16_t port)
348 KASSERT(x86emu_i8254_claim_port(sc, port));
349 if (port == 0x40)
351 if (port == 0x41)
353 if (port == 0x42)
355 if (port == 0x43)
361 x86emu_i8254_outb(struct x86emu_i8254 *sc, uint16_t port, uint8_t val)
363 KASSERT(x86emu_i8254_claim_port(sc, port));
364 if (port == 0x40)
366 else if (port == 0x41
    [all...]
  /src/sys/arch/hpcmips/vr/
vrdsu.c 62 vrdsu_write(struct vrdsu_softc *sc, int port, unsigned short val)
65 bus_space_write_2(sc->sc_iot, sc->sc_ioh, port, val);
69 vrdsu_read(struct vrdsu_softc *sc, int port)
72 return (bus_space_read_2(sc->sc_iot, sc->sc_ioh, port));
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpio_phy.c 43 * adds another PHY for driving port D. Each PHY responds to specific
44 * IOSF-SB port.
70 * the spline (PCS/TX) corresponds to the port.
78 * port B == PCS/TX CH0
80 * port C == PCS/TX CH1
83 * ie. drive port B with pipe B, or port C with pipe A.
89 * port D == PCS/TX CH0
91 * On BXT the entire PHY channel corresponds to the port. That means
92 * the PLL is also now associated with the port rather than the pipe
161 enum port port; member in struct:bxt_ddi_phy_info::__anon4939
599 enum port port = encoder->port; local
625 enum port port = encoder->port; local
998 enum dpio_channel port = vlv_dport_to_channel(dport); local
1025 enum dpio_channel port = vlv_dport_to_channel(dport); local
1055 enum dpio_channel port = vlv_dport_to_channel(dport); local
1084 enum dpio_channel port = vlv_dport_to_channel(dport); local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getnameinfo.c 44 int port,
73 snprintf (serv, servlen, "%u", ntohs(port));
81 se = getservbyport (port, proto);
83 snprintf (serv, servlen, "%u", ntohs(port));
  /src/crypto/external/bsd/heimdal/dist/tests/can/
test_can.in 51 port=@port@
  /src/crypto/external/bsd/openssl/dist/demos/bio/
server-arg.c 25 char *port = "*:4433"; local
58 if (strcmp(*args, "-port") == 0) {
59 port = args[1];
60 if (port == NULL) {
61 fprintf(stderr, "Missing -port argument\n");
99 if ((in = BIO_new_accept(port)) == NULL)
  /src/crypto/external/bsd/openssl.old/dist/demos/bio/
server-arg.c 25 char *port = "*:4433"; local
58 if (strcmp(*args, "-port") == 0) {
59 port = args[1];
60 if (port == NULL) {
61 fprintf(stderr, "Missing -port argument\n");
99 if ((in = BIO_new_accept(port)) == NULL)
  /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/
redis_reconnect_interval.conf 5 port: @PORT@
29 control-port: @CONTROL_PORT@
  /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/
redis_replica.conf 5 port: @PORT@
27 control-port: @CONTROL_PORT@
  /src/external/bsd/unbound/dist/testdata/stat_values.tdir/
stat_values_discard_wait_limit.conf 6 port: @PORT@
29 control-port: @CONTROL_PORT@
  /src/external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/
subnet_cache_lookup.conf 6 port: @PORT@
7 proxy-protocol-port: @PROXYPORT@
  /src/external/mpl/bind/dist/bin/tests/system/acl/ns2/
named.conf.j2 20 inet 10.53.0.2 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
27 port @PORT@;
named2.conf.j2 20 inet 10.53.0.2 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
27 port @PORT@;
named5.conf.j2 20 inet 10.53.0.2 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
27 port @PORT@;
  /src/external/mpl/bind/dist/bin/tests/system/additional/ns1/
named3.conf.j2 20 port @PORT@;
32 inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
named4.conf.j2 20 port @PORT@;
31 inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; };

Completed in 77 milliseconds

<<31323334353637383940>>