Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/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.aes44 ifconfig $BRIDGE addm $WIRED addm $WLAN up
46 ifconfig $WIRED up
H A Dsetup.wpa1.tkip44 ifconfig $BRIDGE addm $WIRED addm $WLAN up
46 ifconfig $WIRED up
H A Dsetup.tsn46 ifconfig $BRIDGE addm $WIRED addm $WLAN up
48 ifconfig $WIRED up
H A Dsetup.wpa245 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.wpa2.tkip45 ifconfig $BRIDGE addm $WIRED addm $WLAN up
47 ifconfig $WIRED up
H A Dsetup.updown.wpa43 ifconfig $BRIDGE addm $WIRED addm $WLAN up
45 # ifconfig $WIRED up
/freebsd/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/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.
H A Dmarvell,sei.txt10 AP and is wired while a second set comes from the CPs by the mean of
19 - #interrupt-cells: number of cells to define an SEI wired interrupt
/freebsd/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/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_lookup()
949 ("!fs->wired && VM_FAULT_WIRE")); in vm_fault_lookup()
972 &fs->wired); in vm_fault_relookup()
[all...]
/freebsd/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/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/sys/contrib/device-tree/Bindings/spi/
H A Dspi-peripheral-props.yaml92 description: Several SPI memories can be wired in stacked mode.
104 description: Several SPI memories can be wired in parallel mode.
110 many busses as devices must be wired. The size of each chip should
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_wired.c2 * Wired Ethernet driver interface
212 wpa_printf(MSG_ERROR, "wired: Failed to add multicast group " in wired_init_sockets()
334 "Could not allocate memory for wired driver data"); in wired_driver_hapd_init()
397 .name = "wired",
398 .desc = "Wired Ethernet driver",
/freebsd/contrib/wpa/hostapd/
H A Dwired.conf4 # Example configuration file for wired authenticator. See hostapd.conf for
8 driver=wired

12345678910>>...17