OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vflags
(Results
1 - 8
of
8
) 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)
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))
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);
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 31 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025