Home
last modified time | relevance | path

Searched full:wired (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/freebsd-src/tools/tools/net80211/scripts/
H A Dconfig21 # Auto-detect WIRED and WIRELESS.
28 test -z "$WIRED" && WIRED=$i
35 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
H A Dsetup.tdma-master3 # Setup a TDMA master and bridge it to a wired NIC.
16 ifconfig $BRIDGE addm $WLAN addm $WIRED 192.168.2.1/24
18 ifconfig $WIRED up
H A Dsetup.simple12 ifconfig $BRIDGE addm $WLAN addm $WIRED up
13 ifconfig $WIRED up
H A Dsetup.fixed13 ifconfig $BRIDGE addm $WLAN addm $WIRED up
14 ifconfig $WIRED up
H A Dsetup.updown18 ifconfig $BRIDGE addm $WLAN addm $WIRED up
19 ifconfig $WIRED up
H A Dsetup.wep18 ifconfig $BRIDGE addm $WLAN addm $WIRED up
19 ifconfig $WIRED up
H A Dsetup.simple213 ifconfig $BRIDGE addm $WLAN addm $WIRED up
14 ifconfig $WIRED up
H A Dsetup.dfs19 ifconfig $BRIDGE addm $WLAN addm $WIRED up
20 ifconfig $WIRED up
H A Dsetup.wpa1.tkip44 ifconfig $BRIDGE addm $WIRED addm $WLAN up
46 ifconfig $WIRED up
H A Dsetup.wpa1.aes44 ifconfig $BRIDGE addm $WIRED addm $WLAN up
46 ifconfig $WIRED up
H A Dsetup.wpa245 ifconfig $BRIDGE addm $WIRED addm $WLAN up
47 ifconfig $WIRED up
H A Dsetup.tsn46 ifconfig $BRIDGE addm $WIRED addm $WLAN up
48 ifconfig $WIRED up
H A Dsetup.wpa2.tkip45 ifconfig $BRIDGE addm $WIRED addm $WLAN up
47 ifconfig $WIRED up
H A Dsetup.wpa44 ifconfig $BRIDGE addm $WIRED addm $WLAN up
46 ifconfig $WIRED up
H A Dsetup.updown.wpa43 ifconfig $BRIDGE addm $WIRED addm $WLAN up
45 # ifconfig $WIRED up
H A Dsetup.mixed52 ifconfig $BRIDGE addm $WIRED addm $WPA_WLAN addm $OPEN_WLAN up
55 ifconfig $WIRED up
/freebsd-src/share/man/man9/
H A Dpmap_unwire.943 removes the wired attribute from each of the virtual-to-physical page mappings
50 Every valid mapping within that range is required to have the wired attribute
52 Invalid mappings are ignored, since they cannot have the wired attribute set.
56 can be used to set the wired attribute of a virtual-to-physical page mapping.
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dimg,pdc-intc.txt82 * An SoC peripheral that is wired through the PDC.
85 // The interrupt controller that this device is wired to.
96 * An interrupt generating device that is wired to a SysWake pin.
99 // The interrupt controller that this device is wired to.
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-v3s-anbernic-rg-nano.dts183 /* DCDC2 wired into vdd-cpu, vdd-sys, and vdd-ephy. */
191 /* DCDC3 wired into every 3.3v input that isn't the RTC. */
199 /* LDO1 wired into RTC, voltage is hard-wired at 3.3v. */
205 /* LDO2 wired into VCC-PLL and audio codec. */
/freebsd-src/sys/contrib/device-tree/Bindings/iio/resolver/
H A Dadi,ad2s1210.yaml44 Note on SPI connections: The CS line on the AD2S1210 should hard-wired to
105 RES0 and RES1 pins are hard-wired to match the assigned-resolution-bits
120 This is used to indicate the selected mode if A0 and A1 are hard-wired
130 RES1 are hard-wired to match this value.
/freebsd-src/contrib/wpa/wpa_supplicant/systemd/
H A Dwpa_supplicant-wired.service.arg.in2 Description=WPA supplicant daemon (interface- and wired driver-specific version)
12 ExecStart=@BINDIR@/wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant-wired-%I.conf -Dwired -i%I
/freebsd-src/share/man/man4/
H A Dscsi.4172 .Em wired
177 Units are wired down by setting kernel environment hints.
190 bus numbers can be wired down to specific controllers with
212 Peripheral drivers can be wired to a specific bus, target, and lun as so:
227 wired to any particular controller, bus, target, and/or unit instance.
253 For devices that provide a serial number, units may be wired to that serial
/freebsd-src/sys/contrib/device-tree/Bindings/media/
H A Dst-rc.txt12 be present iff the rx pins are wired up.
15 be present iff the tx pins are wired up.
/freebsd-src/sys/vm/
H A Dvm_fault.c125 boolean_t wired; member
424 PMAP_ENTER_NOSLEEP | (fs->wired ? PMAP_ENTER_WIRED : 0), psind) != in vm_fault_soft_fast()
431 if (psind == 0 && !fs->wired) in vm_fault_soft_fast()
588 fs->fault_type | (fs->wired ? PMAP_ENTER_WIRED : 0) | in vm_fault_populate()
645 (fs->wired ? PMAP_ENTER_WIRED : 0), psind); in vm_fault_populate()
658 MPASS(!fs->wired); in vm_fault_populate()
916 &fs->first_pindex, &fs->prot, &fs->wired); in vm_fault_lookup()
945 if (fs->wired) in vm_fault_relookup()
949 ("!fs->wired && VM_FAULT_WIRE")); in vm_fault_relookup()
972 &fs->wired); in vm_fault_relookup()
[all...]
/freebsd-src/contrib/wpa/hostapd/
H A Dwired.conf4 # Example configuration file for wired authenticator. See hostapd.conf for
8 driver=wired

12345678910>>...17