OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vfc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/compat/common/
compat_sysctl_09_43.c
72
struct vfsconf
vfc
;
local
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
690
vfc
= ip6.ip6_vfc;
691
(*pr)("IPv6: Version = %u\n", (
vfc
& IPV6_VERSION_MASK) >> 4);
/src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c
1570
* GETVFSBYNAME_ARG_TYPE
vfc
;
1574
struct xvfsconf
vfc
;
local
1576
struct vfsconf
vfc
;
local
1628
r = getvfsbyname(sfs.f_fstypename, &
vfc
);
1633
if (
vfc
.vfc_flags & VFCF_SYNTHETIC)
Completed in 21 milliseconds
Indexes created Thu Apr 30 00:23:01 UTC 2026