/freebsd/tools/regression/sockets/zerosend/ |
H A D | zerosend.c | 43 #define PORT1 10001 macro 75 setup_udp(const char *test, int *fdp, int port1, int port2) in setup_udp() argument 85 sin.sin_port = htons(port1); in setup_udp() 91 inet_ntoa(sin.sin_addr), PORT1); in setup_udp() 103 sin.sin_port = htons(port1); in setup_udp() 106 inet_ntoa(sin.sin_addr), PORT1); in setup_udp() 134 PORT1); in setup_tcp() 150 inet_ntoa(sin.sin_addr), PORT1); in setup_tcp() 247 setup_udp("udp_0send", fd, PORT1, PORT2); in main() 251 setup_udp("udp_0write", fd, PORT1 + 10, PORT2 + 10); in main() [all …]
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbdc_isa.c | 98 struct resource *port1; in atkbdc_isa_probe() local 144 port1 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE); in atkbdc_isa_probe() 145 if (port1 == NULL) { in atkbdc_isa_probe() 160 ioh1 = rman_get_bushandle(port1); in atkbdc_isa_probe() 169 bus_release_resource(dev, SYS_RES_IOPORT, 1, port1); in atkbdc_isa_probe() 178 error = atkbdc_probe_unit(device_get_unit(dev), port0, port1); in atkbdc_isa_probe() 181 bus_release_resource(dev, SYS_RES_IOPORT, 1, port1); in atkbdc_isa_probe() 216 sc->port1 = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, in atkbdc_isa_attach() 218 if (sc->port1 == NULL) { in atkbdc_isa_attach() 231 error = atkbdc_attach_unit(unit, sc, sc->port0, sc->port1); in atkbdc_isa_attach() [all …]
|
H A D | atkbdcreg.h | 196 struct resource *port1; /* status port */ member 234 int atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1); 236 struct resource *port1);
|
H A D | atkbdc.c | 190 atkbdc_probe_unit(int unit, struct resource *port0, struct resource *port1) in atkbdc_probe_unit() argument 194 if (rman_get_start(port1) <= 0) in atkbdc_probe_unit() 201 struct resource *port1) in atkbdc_attach_unit() argument 205 rman_get_bushandle(port1)); in atkbdc_attach_unit() 220 int port1; in atkbdc_configure() local 231 port1 = IO_KBD + KBD_STATUS_PORT; in atkbdc_configure() 234 bus_space_map(tag, port1, IO_KBDSIZE, 0, &h1); in atkbdc_configure() 237 h1 = (bus_space_handle_t)port1; in atkbdc_configure()
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | fsl-usb.txt | 20 "port1" (or both) must be defined for "fsl-usb2-mph" compatible 22 - port1 : boolean; if defined, indicates port1 is connected for 53 port1;
|
H A D | pxa-usb.txt | 10 - "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3" 28 marvell,enable-port1;
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mscc,vsc7514-switch.yaml | 63 - description: Port1 target 88 - const: port1 153 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1", 169 port1: port@1 { 200 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
|
H A D | mscc-ocelot.txt | 63 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1", 78 port1: port@1 {
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.8 | 28 .Op Cm \&: Ar port1 Op Cm \&: Ar port2 113 .It Cm \&// Ns Ar user Ns Cm \&@ Ns Ar server Ns Oo Cm \&: Ns Ar port1 Ns Oo Cm \&: Ns Ar port2 Oc … 124 .Ar port1 130 .Ar port1
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-mtk-tphy.txt | 129 u2 port1 0x1000 U2PHY_COM 130 u3 port1 0x1100 U3PHYD 148 u2 port1 0x1000 MISC 151 u3 port1 0x1700 SPLLC
|
H A D | phy-ocelot-serdes.txt | 38 port1 { 40 /* Link SERDES1G_5 to port1 */
|
H A D | mediatek,tphy.yaml | 29 u2 port1 0x1000 U2PHY_COM 30 u3 port1 0x1100 U3PHYD 48 u2 port1 0x1000 MISC 51 u3 port1 0x1700 SPLLC
|
H A D | phy-mtk-xsphy.txt | 62 u2 port1 0x1000 MISC 74 u31 port1 0x3a00 DIG_LN_TOP
|
H A D | mediatek,xsphy.yaml | 23 u2 port1 0x1000 MISC 35 u31 port1 0x3a00 DIG_LN_TOP
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm47081-tplink-archer-c5-v2.dts | 36 led-usb2-port1 { 37 label = "bcm53xx:green:usb2-port1";
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | mediatek-pcie.txt | 90 <0 0x1a143000 0 0x1000>, /* Port1 registers */ 92 reg-names = "subsys", "port0", "port1", "port2"; 154 reg-names = "port1"; 257 reg-names = "port1";
|
H A D | apple,pcie.yaml | 50 - const: port1 119 reg-names = "config", "rc", "port0", "port1", "port2";
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_db_pack.h | 474 IN uint8_t port1, OUT uint64_t * p_guid2, 484 * port1 511 IN uint8_t port1, IN uint64_t guid2, IN uint8_t port2); 520 * port1
|
/freebsd/sys/contrib/device-tree/src/mips/mscc/ |
H A D | ocelot.dtsi | 141 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1", 156 port1: port@1 { label
|
H A D | ocelot_pcb123.dts | 55 &port1 {
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | r7s9210-pinctrl.h | 13 #define PORT1 1 macro
|
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/ |
H A D | xlnx,video.txt | 34 dma-names = "port0", "port1";
|
/freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
H A D | mdss-common.yaml | 60 - description: Phandle to apps_smmu node with SID mask for Hard-Fail port1
|
/freebsd/share/examples/ipfilter/ |
H A D | examples.txt | 203 port1# <> port2# true if port is less than port1 or greater than port2 204 port1# >< port2# true if port is greater than port1 and less than port2
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | rdr.sh | 207 echo a | jexec ${j}a nc -w 3 -s 198.51.100.50 -p 1234 198.51.101.3 7777 > port1 213 atf_check -o inline:"1234" cat port1
|