Home
last modified time | relevance | path

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

123

/NextBSD/sys/cam/
HDcam_periph.c62 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/
HDvm_fault.c287 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/
HDtlb.c52 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/
HDhost_priv_server.h174 (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/
HDwired.conf8 driver=wired
HDREADME81 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/
HDhost_priv.h174 (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/
HDdriver_ndis.h48 int wired; member
/NextBSD/sys/mips/conf/
HDSWARM.hints9 # The IDE interrupt is wired to GPIO4 (intsrc 36 to the interrupt mapper)
/NextBSD/sys/gnu/dts/arm/
HDarmada-385-db-ap.dts86 * This bus is wired to two EEPROM
121 * wired to the mini-USB connector
HDomap3-evm-common.dtsi129 /* s4 not wired */
HDste-dbx5x0.dtsi745 /* 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/
HDpmap_var.h380 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/
HDNSLU.hints20 # NPE wired NICs, requires ixpqmgr
HDAVILA.hints22 # NPE wired NICs, requires ixpqmgr
HDCAMBRIA.hints31 # NPE wired NICs, requires ixpqmgr
/NextBSD/sys/compat/mach/
HDmach_host_priv.c144 boolean_t wired
HDhost_priv_server.c219 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/
HDnetwork_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
/NextBSD/sys/dev/xen/privcmd/
HDprivcmd.c254 boolean_t wired; in privcmd_ioctl() local
271 &mem, &index, &prot, &wired); in privcmd_ioctl()
/NextBSD/contrib/file/
HDTODO16 hard-wired routines). In this regard, note that hplip, which is
/NextBSD/tools/tools/net80211/scripts/
HDconfig36 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
/NextBSD/sys/powerpc/powerpc/
HDmmu_if.m470 * 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/
HDpmap.c1518 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/
HDcpufunc.h256 MIPS_RW32_COP0(wired, MIPS_COP_0_TLB_WIRED);

123