Searched refs:f_version (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | checkrev.c | 41 if (strncmp(IPL_VERSION, fio.f_version, sizeof(fio.f_version))) { in checkrev()
|
| /freebsd-14.2/lib/libc/tests/gen/ |
| H A D | getmntinfo_test.c | 45 ATF_REQUIRE_MSG(mntinfo[i].f_version == STATFS_VERSION, "%ju", in check_mntinfo() 46 (uintmax_t)mntinfo[i].f_version); in check_mntinfo()
|
| /freebsd-14.2/sbin/ipf/ipf/ |
| H A D | ipf.c | 540 printf("Kernel: %-*.*s\n", (int)sizeof(fio.f_version), in showversion() 541 (int)sizeof(fio.f_version), fio.f_version); in showversion()
|
| /freebsd-14.2/lib/libc/sys/ |
| H A D | compat-ino64.h | 77 sf->f_version = STATFS_VERSION; in __statfs11_to_statfs()
|
| /freebsd-14.2/tools/regression/tmpfs/ |
| H A D | h_tools.c | 238 buf.f_version = STATFS_VERSION; in statvfs_main()
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | vfs_compat.h | 166 filp->f_version = 0; in lseek_execute()
|
| /freebsd-14.2/sys/sys/ |
| H A D | mount.h | 84 uint32_t f_version; /* structure version number */ member 113 uint32_t f_version; /* structure version number */ member
|
| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 1031 sub f_version { subroutine
|
| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_fil.h | 1070 char f_version[32]; /* version string */ member
|
| H A D | fil.c | 4202 snprintf(fiop->f_version, sizeof(friostat.f_version), "IP Filter: v%d.%d.%d", in ipf_getstat() 4208 (void) strncpy(fiop->f_version, ipfilter_version, in ipf_getstat() 4209 sizeof(fiop->f_version)); in ipf_getstat()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 1453 statp->f_version = STATFS_VERSION; in zfs_statfs()
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 1570 sbp->f_version = STATFS_VERSION; in ffs_statfs()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_mount.c | 2764 sbp->f_version = STATFS_VERSION; in __vfs_statfs()
|
| H A D | vfs_syscalls.c | 860 osp->f_version = FREEBSD11_STATFS_VERSION; in freebsd11_cvtstatfs()
|
| H A D | vfs_subr.c | 4777 (u_int)sp->f_version, (u_int)sp->f_type, (uintmax_t)sp->f_flags, in DB_SHOW_COMMAND()
|