Searched refs:f_version (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sbin/ipf/libipf/
H A Dcheckrev.c41 if (strncmp(IPL_VERSION, fio.f_version, sizeof(fio.f_version))) {
/freebsd-current/lib/libc/tests/gen/
H A Dgetmntinfo_test.c45 ATF_REQUIRE_MSG(mntinfo[i].f_version == STATFS_VERSION, "%ju",
46 (uintmax_t)mntinfo[i].f_version);
/freebsd-current/sbin/ipf/ipf/
H A Dipf.c536 printf("Kernel: %-*.*s\n", (int)sizeof(fio.f_version),
537 (int)sizeof(fio.f_version), fio.f_version);
/freebsd-current/tools/regression/tmpfs/
H A Dh_tools.c238 buf.f_version = STATFS_VERSION;
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h166 filp->f_version = 0;
/freebsd-current/sys/sys/
H A Dmount.h82 uint32_t f_version; /* structure version number */ member in struct:statfs
111 uint32_t f_version; /* structure version number */ member in struct:freebsd11_statfs
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm1024 =item B<f_version VERSION>
1031 sub f_version { subroutine
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dfil.c4198 snprintf(fiop->f_version, sizeof(friostat.f_version), "IP Filter: v%d.%d.%d",
4204 (void) strncpy(fiop->f_version, ipfilter_version,
4205 sizeof(fiop->f_version));
H A Dip_fil.h1068 char f_version[32]; /* version string */ member in struct:friostat
/freebsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c1568 sbp->f_version = STATFS_VERSION;
/freebsd-current/sys/kern/
H A Dvfs_mount.c2763 sbp->f_version = STATFS_VERSION;
H A Dvfs_syscalls.c858 osp->f_version = FREEBSD11_STATFS_VERSION;
H A Dvfs_subr.c4827 (u_int)sp->f_version, (u_int)sp->f_type, (uintmax_t)sp->f_flags,
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1453 statp->f_version = STATFS_VERSION;

Completed in 371 milliseconds