OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vfc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/common/
compat_sysctl_09_43.c
72
struct vfsconf
vfc
;
local in function:sysctl_vfs_generic_conf
87
vfc
.vfc_vfsops = vfsp;
88
strncpy(
vfc
.vfc_name, vfsp->vfs_name, sizeof(
vfc
.vfc_name));
89
vfc
.vfc_typenum = vfsnum;
90
vfc
.vfc_refcount = vfsp->vfs_refcount;
91
vfc
.vfc_flags = 0;
92
vfc
.vfc_mountroot = vfsp->vfs_mountroot;
93
vfc
.vfc_next = NULL;
97
node.sysctl_data = &
vfc
;
[
all
...]
/src/sys/kern/
uipc_mbufdebug.c
674
uint8_t
vfc
;
local in function:m_examine_ip6
690
vfc
= ip6.ip6_vfc;
691
(*pr)("IPv6: Version = %u\n", (
vfc
& IPV6_VERSION_MASK) >> 4);
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025