HomeSort by: relevance | last modified time | path
    Searched defs:vflags (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mrouted/
vif.c 816 u_short vflags = v->uv_flags; local in function:accept_neighbor_request2
818 if (vflags & VIFF_TUNNEL)
820 if (vflags & VIFF_SRCRT)
822 if (vflags & VIFF_DOWN)
824 if (vflags & VIFF_DISABLED)
826 if (vflags & VIFF_QUERIER)
828 if (vflags & VIFF_LEAF)
  /src/sys/arch/usermode/usermode/
pmap.c 835 int pflags, vflags; local in function:pv_update
840 vflags = pv_table[pv->pv_ppn].pv_vflags;
860 if (vflags & (PV_UNMANAGED | PV_WIRED))
  /src/sys/kern/
subr_vmem.c 231 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local in function:pool_page_alloc_vmem_meta
236 (vflags & ~VM_FITMASK) | VM_INSTANTFIT | VM_POPULATING, &va);
subr_pool.c 2997 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local in function:pool_page_alloc
3002 vflags | VM_INSTANTFIT, &va);
3017 const vm_flag_t vflags = (flags & PR_WAITOK) ? VM_SLEEP: VM_NOSLEEP; local in function:pool_page_alloc_meta
3022 vflags | VM_INSTANTFIT, &va);

Completed in 17 milliseconds