Searched refs:wired (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwired.conf4 # Example configuration file for wired authenticator. See hostapd.conf for
8 driver=wired
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.h48 int wired; member in struct:wpa_driver_ndis_data
H A Ddriver_ndis.c649 if (drv->wired) {
651 * Report PAE group address as the "BSSID" for wired
672 if (drv->wired) {
674 "with a wired interface");
1458 if (drv->wired)
2903 "a wired interface");
2904 drv->wired = 1;
/freebsd-11-stable/sys/vm/
H A Dvm_fault.c268 int fault_type, int fault_flags, boolean_t wired, vm_page_t *m_hold)
316 PMAP_ENTER_NOSLEEP | (wired ? PMAP_ENTER_WIRED : 0), psind);
321 if (psind == 0 && !wired)
379 int fault_type, int fault_flags, boolean_t wired, vm_page_t *m_hold)
462 fs->entry->offset, m, prot, fault_type | (wired ?
469 KASSERT(wired, ("VM_FAULT_WIRE && !wired"));
534 boolean_t wired; /* Passed by reference. */ local
552 &fs.first_pindex, &prot, &wired);
581 if (wired)
267 vm_fault_soft_fast(struct faultstate *fs, vm_offset_t vaddr, vm_prot_t prot, int fault_type, int fault_flags, boolean_t wired, vm_page_t *m_hold) argument
378 vm_fault_populate(struct faultstate *fs, vm_offset_t vaddr, vm_prot_t prot, int fault_type, int fault_flags, boolean_t wired, vm_page_t *m_hold) argument
[all...]
H A Dvm_map.c2051 * wired and wired_count incremented, but not yet have its
2134 * For user wired map entries, the normal lazy evaluation of
2329 * WILLNEED case. For wired entries, the
2494 * If system unwiring, require that the entry is system wired.
2573 ("vm_map_wire_entry_failure: entry %p isn't being wired", entry));
2575 ("vm_map_wire_entry_failure: entry %p was fully wired", entry));
2578 * If any pages at the start of this entry were successfully wired,
2738 * that were not fully wired here;
2739 * fully wired entries are handled
2884 * Make a first pass to check for user-wired memor
4042 vm_map_lookup(vm_map_t *var_map, vm_offset_t vaddr, vm_prot_t fault_typea, vm_map_entry_t *out_entry, vm_object_t *object, vm_pindex_t *pindex, vm_prot_t *out_prot, boolean_t *wired) argument
4225 vm_map_lookup_locked(vm_map_t *var_map, vm_offset_t vaddr, vm_prot_t fault_typea, vm_map_entry_t *out_entry, vm_object_t *object, vm_pindex_t *pindex, vm_prot_t *out_prot, boolean_t *wired) argument
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dtlb.c52 unsigned wired; member in struct:tlb_state
248 * the TLB. Test every non-wired TLB entry.
283 tlb_state[cpu].wired = mips_rd_wired();
372 if (i == tlb_state[cpu].wired) {
376 db_printf("(No wired entries.)\n");
/freebsd-11-stable/sys/arm/include/
H A Dpmap_var.h363 pte2_set_wired(pt2_entry_t *pte2p, boolean_t wired) argument
370 if (wired)
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c63 u_int newunit, int wired,
528 * is a potential wired device. Only assume that the device is "wired" the
533 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, argument
550 if (wired != 0) {
555 "not be wired\n", periph_name, pathid,
557 wired = 0;
561 if (wired)
565 * Don't match entries like "da 4" as a wired down
594 int wired, local
[all...]
/freebsd-11-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c255 boolean_t wired; local
273 &mem, &pindex, &prot, &wired);
/freebsd-11-stable/sys/mips/include/
H A Dcpufunc.h262 MIPS_RW32_COP0(wired, MIPS_COP_0_TLB_WIRED);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c151 * will be wired down.
1052 * Map a wired page into kernel virtual address space.
1097 * Map a wired page into kernel virtual address space. This additionally
1116 * Remove a wired page from kernel virtual address space.
1167 * Map a list of wired pages into kernel virtual address space. This is
1483 * will be wired down.
1502 * will be wired down.
1514 boolean_t wired; local
1522 wired = (flags & PMAP_ENTER_WIRED) != 0;
1535 "pmap_enter_locked: ctx=%p m=%p va=%#lx pa=%#lx prot=%#x wired
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_shm.c1046 boolean_t wired; local
1059 &obj, &pindex, &prot, &wired);
H A Dkern_umtx.c896 boolean_t wired; local
908 &wired) != KERN_SUCCESS) {
3880 boolean_t wired; local
3884 &object, &pindex, &prot, &wired);
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c370 } wired[] = { variable in typeref:struct:__anon6427
389 /* XXX wired-down configuration should be gotten from
391 for (i = 0; wired[i].bus >= 0; i++) {
392 if (wired[i].bus == bus) {
393 w[wired[i].target] = 1;
394 if (wired[i].eui.hi == fwdev->eui.hi &&
395 wired[i].eui.lo == fwdev->eui.lo)
396 target = wired[i].target;
408 /* non-wired target */
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dppt.c82 int wired; member in struct:pptseg
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c712 boolean_t wired; local
724 &obj, &index, &prot, &wired);
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c1584 * Add a wired page to the kva.
1680 * Add a list of wired pages to the kva
1685 * over. The page *must* be wired.
2256 * Destroy every non-wired, 4 KB page mapping in the chunk.
2681 ("pmap_demote_pde: page table page for a wired mapping"
3485 * If specified, the page will be wired down, meaning
3502 boolean_t invlva, wired; local
3506 wired = (flags & PMAP_ENTER_WIRED) != 0;
3572 * are valid mappings in them. Hence, if a user page is wired,
3575 if (wired
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c1272 * Add a wired page to the kva.
1775 * Add a list of wired pages to the kva
1780 * over. The page *must* be wired.
2597 ("%s: pmap %p PT2PG %p wired", __func__, pmap, m));
2610 ("%s: pmap %p PT2 %u (PG %p) wired", __func__, pmap, i, m));
2861 * Destroy every non-wired, 4 KB page mapping in the chunk.
3702 ("%s: PT2 page for a wired mapping is missing", __func__));
3847 * If specified, the page will be wired down, meaning
3864 boolean_t wired; local
3868 wired
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c4033 int wired; local
4049 wired = wpa_s->conf->ap_scan == 0 &&
4058 wired) &&
4203 * case with wired IEEE 802.1X).

Completed in 206 milliseconds