| /trueos/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 …]
|
| /trueos/sys/vm/ |
| HD | vm_fault.c | 249 ((fault_flags & VM_FAULT_CHANGE_WIRING) == 0 || wired)) 298 boolean_t growstack, is_first_object_locked, wired; in vm_fault_hold() local 322 &fs.first_object, &fs.first_pindex, &prot, &wired); in vm_fault_hold() 359 if (wired) in vm_fault_hold() 381 fault_type | PMAP_ENTER_NOSLEEP | (wired ? PMAP_ENTER_WIRED : in vm_fault_hold() 394 if (!wired) in vm_fault_hold() 870 if (wired && (fault_flags & in vm_fault_hold() 923 &fs.entry, &retry_object, &retry_pindex, &retry_prot, &wired); in vm_fault_hold() 991 fault_type | (wired ? PMAP_ENTER_WIRED : 0), 0); in vm_fault_hold() 993 wired == 0) in vm_fault_hold() [all …]
|
| /trueos/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()
|
| /trueos/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
|
| /trueos/contrib/wpa/hostapd/ |
| HD | wired.conf | 8 driver=wired
|
| /trueos/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
|
| /trueos/contrib/wpa/src/drivers/ |
| HD | driver_ndis.h | 48 int wired; member
|
| /trueos/sys/mips/conf/ |
| HD | SWARM.hints | 9 # The IDE interrupt is wired to GPIO4 (intsrc 36 to the interrupt mapper)
|
| /trueos/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
|
| /trueos/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 */
|
| /trueos/sys/compat/mach/ |
| HD | mach_host_priv.c | 144 boolean_t wired
|
| /trueos/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
|
| /trueos/sys/amd64/vmm/ |
| HD | vmm.c | 120 boolean_t wired; member 580 seg->wired = FALSE; in vm_malloc() 610 if (!seg->wired) in vm_gpa_unwire() 620 seg->wired = FALSE; in vm_gpa_unwire() 632 if (seg->wired) in vm_gpa_wire() 642 seg->wired = TRUE; in vm_gpa_wire() 669 KASSERT(seg->wired, ("vm(%s) memory segment %#lx/%ld not wired", in vm_iommu_modify() 796 seg->wired = vm->mem_segs[i].wired; in vm_gpabase2memseg()
|
| /trueos/contrib/file/ |
| HD | TODO | 16 hard-wired routines). In this regard, note that hplip, which is
|
| /trueos/tools/tools/net80211/scripts/ |
| HD | config | 36 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
|
| /trueos/sys/powerpc/powerpc/ |
| HD | mmu_if.m | 475 * page that are wired. 479 * @retval int the number of wired, managed mappings to the 532 * of wired physical pages. 617 * @brief Clear the wired attribute from the mappings for the specified range 846 * @brief Map a wired page into kernel virtual address space 858 * @brief Map a wired page into kernel virtual address space
|
| /trueos/lib/libvmmapi/ |
| HD | vmmapi.c | 161 int *wired) in vm_get_memory_seg() argument 170 if (wired != NULL) in vm_get_memory_seg() 171 *wired = seg.wired; in vm_get_memory_seg()
|
| HD | vmmapi.h | 56 int *wired);
|
| /trueos/sys/ia64/ia64/ |
| HD | pmap.c | 1318 boolean_t wired, boolean_t managed) in pmap_set_pte() argument 1325 pte->pte |= (wired) ? PTE_WIRED : 0; in pmap_set_pte() 1704 boolean_t icache_inval, managed, wired; in pmap_enter() local 1709 wired = (flags & PMAP_ENTER_WIRED) != 0; in pmap_enter() 1754 if (wired && !pmap_wired(&origpte)) in pmap_enter() 1756 else if (!wired && pmap_wired(&origpte)) in pmap_enter() 1799 if (wired) in pmap_enter() 1810 pmap_set_pte(pte, va, pa, wired, managed); in pmap_enter()
|
| /trueos/sys/amd64/include/ |
| HD | vmm_dev.h | 40 int wired; member
|
| /trueos/sys/sparc64/sparc64/ |
| HD | pmap.c | 1491 boolean_t wired; in pmap_enter_locked() local 1499 wired = (flags & PMAP_ENTER_WIRED) != 0; in pmap_enter_locked() 1513 pm->pm_context[curcpu], m, va, pa, prot, wired); in pmap_enter_locked() 1526 if (wired) { in pmap_enter_locked() 1549 if (wired) in pmap_enter_locked() 1604 if (wired) { in pmap_enter_locked()
|