| /freebsd-12.1/contrib/wpa/wpa_supplicant/systemd/ |
| H A D | wpa_supplicant-wired.service.arg.in | 2 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 D | vm_fault.c | 339 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 D | tlb.c | 54 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 D | cam_periph.c | 66 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 D | ste-href-tvk1281618.dtsi | 107 * 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 D | armada-385-db-ap.dts | 43 * This bus is wired to two EEPROM 78 * wired to the mini-USB connector
|
| H A D | uniphier-ld6b.dtsi | 19 /* UART3 unavailable: the pads are not wired to the package balls */
|
| H A D | sun8i-r16-nintendo-nes-classic.dts | 53 /* VBUS is always on because it is wired to the power supply */
|
| H A D | imx6ul-tx6ul-mainboard.dts | 213 /* LCD_DATA08..09 not wired */ 220 /* LCD_DATA16..17 not wired */
|
| H A D | dra76x.dtsi | 47 /* MCAN interrupts are hard-wired to irqs 67, 68 */
|
| H A D | berlin2cd-valve-steamlink.dts | 71 * port wired to the on-board Steam Controller wireless receiver chip. */
|
| H A D | kirkwood-nas2big.dts | 46 * wired to a separate GPIO.
|
| H A D | imx6qdl-tx6-mb7.dtsi | 81 * The backup voltage of the module internal RTC is not wired
|
| H A D | uniphier-ph1-ld6b.dtsi | 56 /* UART3 unavailable: the pads are not wired to the package balls */
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | wired.conf | 8 driver=wired
|
| H A D | README | 81 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 D | driver_ndis.h | 48 int wired; member
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | SWARM.hints | 9 # The IDE interrupt is wired to GPIO4 (intsrc 36 to the interrupt mapper)
|
| /freebsd-12.1/sys/arm/include/ |
| H A D | pmap_var.h | 363 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 D | network_device.hlp | 10 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 D | privcmd.c | 266 boolean_t wired; in privcmd_ioctl() local 284 &mem, &pindex, &prot, &wired); in privcmd_ioctl()
|
| /freebsd-12.1/tools/tools/net80211/scripts/ |
| H A D | config | 36 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | mmu_if.m | 476 * 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 D | TODO | 15 hard-wired routines). In this regard, note that hplip, which is
|
| /freebsd-12.1/sys/sparc64/sparc64/ |
| H A D | pmap.c | 1506 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()
|