Home
last modified time | relevance | path

Searched refs:wired (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-12.1/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
15 Alias=multi-user.target.wants/wpa_supplicant-wired@%i.service
/freebsd-12.1/sys/vm/
H A Dvm_fault.c339 if (psind == 0 && !wired) in vm_fault_soft_fast()
497 (wired ? PMAP_ENTER_WIRED : 0), psind); in vm_fault_populate()
503 (wired ? PMAP_ENTER_WIRED : 0), 0); in vm_fault_populate()
585 boolean_t wired; /* Passed by reference. */ in vm_fault_hold() local
605 &fs.first_pindex, &prot, &wired); in vm_fault_hold()
634 if (wired) in vm_fault_hold()
662 fault_flags, wired, m_hold); in vm_fault_hold()
795 fault_flags, wired, m_hold); in vm_fault_hold()
1202 if (wired && (fault_flags & in vm_fault_hold()
1326 fault_type | (wired ? PMAP_ENTER_WIRED : 0), 0); in vm_fault_hold()
[all …]
/freebsd-12.1/sys/mips/mips/
H A Dtlb.c54 unsigned wired; member
278 tlb_state[cpu].wired = mips_rd_wired(); in tlb_save()
367 if (i == tlb_state[cpu].wired) { in DB_SHOW_COMMAND()
/freebsd-12.1/sys/cam/
H A Dcam_periph.c66 u_int newunit, int wired,
559 if (wired != 0) { in camperiphnextunit()
566 wired = 0; in camperiphnextunit()
570 if (wired) in camperiphnextunit()
603 int wired, i, val, dunit; in camperiphunit() local
613 wired = 0) { in camperiphunit()
617 wired++; in camperiphunit()
622 wired++; in camperiphunit()
627 wired++; in camperiphunit()
629 if (wired != 0) { in camperiphunit()
[all …]
/freebsd-12.1/sys/gnu/dts/arm/
H A Dste-href-tvk1281618.dtsi107 * the falling edge if they could be wired together.
125 * the falling edge if they could be wired together.
159 * the falling edge if they could be wired together.
H A Darmada-385-db-ap.dts43 * This bus is wired to two EEPROM
78 * wired to the mini-USB connector
H A Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
H A Dsun8i-r16-nintendo-nes-classic.dts53 /* VBUS is always on because it is wired to the power supply */
H A Dimx6ul-tx6ul-mainboard.dts213 /* LCD_DATA08..09 not wired */
220 /* LCD_DATA16..17 not wired */
H A Ddra76x.dtsi47 /* MCAN interrupts are hard-wired to irqs 67, 68 */
H A Dberlin2cd-valve-steamlink.dts71 * port wired to the on-board Steam Controller wireless receiver chip. */
H A Dkirkwood-nas2big.dts46 * wired to a separate GPIO.
H A Dimx6qdl-tx6-mb7.dtsi81 * The backup voltage of the module internal RTC is not wired
H A Duniphier-ph1-ld6b.dtsi56 /* UART3 unavailable: the pads are not wired to the package balls */
/freebsd-12.1/contrib/wpa/hostapd/
H A Dwired.conf8 driver=wired
H A DREADME81 Any wired Ethernet driver for wired IEEE 802.1X authentication
245 IEEE 802.11 standard defined wired equivalent privacy (WEP) algorithm
350 # wired interfaces and WDS links. The normal wireless data interface towards
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_ndis.h48 int wired; member
/freebsd-12.1/sys/mips/conf/
H A DSWARM.hints9 # The IDE interrupt is wired to GPIO4 (intsrc 36 to the interrupt mapper)
/freebsd-12.1/sys/arm/include/
H A Dpmap_var.h363 pte2_set_wired(pt2_entry_t *pte2p, boolean_t wired) in pte2_set_wired() argument
370 if (wired) in pte2_set_wired()
/freebsd-12.1/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp10 computer and another PC. The link must be hard-wired as the SLIP
34 If a hard-wired connection to another FreeBSD (2.0R or later) machine
/freebsd-12.1/sys/dev/xen/privcmd/
H A Dprivcmd.c266 boolean_t wired; in privcmd_ioctl() local
284 &mem, &pindex, &prot, &wired); in privcmd_ioctl()
/freebsd-12.1/tools/tools/net80211/scripts/
H A Dconfig36 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
/freebsd-12.1/sys/powerpc/powerpc/
H A Dmmu_if.m476 * page that are wired.
480 * @retval int the number of wired, managed mappings to the
533 * of wired physical pages.
618 * @brief Clear the wired attribute from the mappings for the specified range
871 * @brief Map a wired page into kernel virtual address space
883 * @brief Map a wired page into kernel virtual address space
897 * @brief Unmap a wired page from kernel virtual address space
/freebsd-12.1/contrib/file/
H A DTODO15 hard-wired routines). In this regard, note that hplip, which is
/freebsd-12.1/sys/sparc64/sparc64/
H A Dpmap.c1506 boolean_t wired; in pmap_enter_locked() local
1514 wired = (flags & PMAP_ENTER_WIRED) != 0; in pmap_enter_locked()
1528 pm->pm_context[curcpu], m, va, pa, prot, wired); in pmap_enter_locked()
1541 if (wired) { in pmap_enter_locked()
1564 if (wired) in pmap_enter_locked()
1619 if (wired) { in pmap_enter_locked()

123