Home
last modified time | relevance | path

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

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