| /NextBSD/sys/cam/ |
| HD | cam_periph.c | 62 u_int newunit, int wired, 494 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, in camperiphnextunit() argument 511 if (wired != 0) { in camperiphnextunit() 518 wired = 0; in camperiphnextunit() 522 if (wired) in camperiphnextunit() 555 int wired, i, val, dunit; in camperiphunit() local 564 for (wired = 0; resource_find_dev(&i, dname, &dunit, NULL, NULL) == 0; in camperiphunit() 565 wired = 0) { in camperiphunit() 569 wired++; in camperiphunit() 574 wired++; in camperiphunit() [all …]
|
| /NextBSD/sys/vm/ |
| HD | vm_fault.c | 287 boolean_t growstack, is_first_object_locked, wired; in vm_fault_hold() local 310 &fs.first_object, &fs.first_pindex, &prot, &wired); in vm_fault_hold() 347 if (wired) in vm_fault_hold() 372 fault_type | PMAP_ENTER_NOSLEEP | (wired ? PMAP_ENTER_WIRED : in vm_fault_hold() 385 if (!wired) in vm_fault_hold() 847 if (wired && (fault_flags & in vm_fault_hold() 900 &fs.entry, &retry_object, &retry_pindex, &retry_prot, &wired); in vm_fault_hold() 965 fault_type | (wired ? PMAP_ENTER_WIRED : 0), 0); in vm_fault_hold() 967 wired == 0) in vm_fault_hold() 979 KASSERT(wired, ("VM_FAULT_WIRE && !wired")); in vm_fault_hold()
|
| /NextBSD/sys/mips/mips/ |
| HD | tlb.c | 52 unsigned wired; member 283 tlb_state[cpu].wired = mips_rd_wired(); in tlb_save() 372 if (i == tlb_state[cpu].wired) { in DB_SHOW_COMMAND()
|
| /NextBSD/sys/sys/mach/ |
| HD | host_priv_server.h | 174 (host_priv, thread, wired) in thread_wire() argument 177 boolean_t wired; 178 { return thread_wire(host_priv, thread, wired); } 183 boolean_t wired 678 (host_priv, thread, wired) in thread_wire() argument 681 boolean_t wired; 682 { return thread_wire(host_priv, thread, wired); } 687 boolean_t wired 1189 boolean_t wired; member
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | wired.conf | 8 driver=wired
|
| HD | README | 81 Any wired Ethernet driver for wired IEEE 802.1X authentication 257 IEEE 802.11 standard defined wired equivalent privacy (WEP) algorithm 362 # wired interfaces and WDS links. The normal wireless data interface towards
|
| /NextBSD/include/mach/ |
| HD | host_priv.h | 174 (host_priv, thread, wired) in thread_wire() argument 177 boolean_t wired; 178 { return thread_wire(host_priv, thread, wired); } 183 boolean_t wired 669 boolean_t wired; member
|
| /NextBSD/contrib/wpa/src/drivers/ |
| HD | driver_ndis.h | 48 int wired; member
|
| /NextBSD/sys/mips/conf/ |
| HD | SWARM.hints | 9 # The IDE interrupt is wired to GPIO4 (intsrc 36 to the interrupt mapper)
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | armada-385-db-ap.dts | 86 * This bus is wired to two EEPROM 121 * wired to the mini-USB connector
|
| HD | omap3-evm-common.dtsi | 129 /* s4 not wired */
|
| HD | ste-dbx5x0.dtsi | 745 /* Same clock wired to kernel and pclk */ 760 /* Same clock wired to kernel and pclk */ 775 /* Same clock wired to kernel and pclk */ 790 /* Same clock wired to kernel and pclk */
|
| /NextBSD/sys/arm/include/ |
| HD | pmap_var.h | 380 pte2_set_wired(pt2_entry_t *pte2p, boolean_t wired) in pte2_set_wired() argument 387 if (wired) in pte2_set_wired()
|
| /NextBSD/sys/arm/conf/ |
| HD | NSLU.hints | 20 # NPE wired NICs, requires ixpqmgr
|
| HD | AVILA.hints | 22 # NPE wired NICs, requires ixpqmgr
|
| HD | CAMBRIA.hints | 31 # NPE wired NICs, requires ixpqmgr
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_host_priv.c | 144 boolean_t wired
|
| HD | host_priv_server.c | 219 boolean_t wired; member 1529 (host_priv, thread, wired) in thread_wire() argument 1532 boolean_t wired; 1533 { return thread_wire(host_priv, thread, wired); } 1538 boolean_t wired 1557 boolean_t wired; in _Xthread_wire() member 1597 …etCode = thread_wire(convert_port_to_host_priv(In0P->Head.msgh_request_port), thread, In0P->wired); in _Xthread_wire()
|
| /NextBSD/usr.sbin/bsdconfig/include/ |
| HD | 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
|
| /NextBSD/sys/dev/xen/privcmd/ |
| HD | privcmd.c | 254 boolean_t wired; in privcmd_ioctl() local 271 &mem, &index, &prot, &wired); in privcmd_ioctl()
|
| /NextBSD/contrib/file/ |
| HD | TODO | 16 hard-wired routines). In this regard, note that hplip, which is
|
| /NextBSD/tools/tools/net80211/scripts/ |
| HD | config | 36 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | mmu_if.m | 470 * page that are wired. 474 * @retval int the number of wired, managed mappings to the 527 * of wired physical pages. 612 * @brief Clear the wired attribute from the mappings for the specified range 841 * @brief Map a wired page into kernel virtual address space 853 * @brief Map a wired page into kernel virtual address space
|
| /NextBSD/sys/sparc64/sparc64/ |
| HD | pmap.c | 1518 boolean_t wired; in pmap_enter_locked() local 1526 wired = (flags & PMAP_ENTER_WIRED) != 0; in pmap_enter_locked() 1540 pm->pm_context[curcpu], m, va, pa, prot, wired); in pmap_enter_locked() 1553 if (wired) { in pmap_enter_locked() 1576 if (wired) in pmap_enter_locked() 1631 if (wired) { in pmap_enter_locked()
|
| /NextBSD/sys/mips/include/ |
| HD | cpufunc.h | 256 MIPS_RW32_COP0(wired, MIPS_COP_0_TLB_WIRED);
|