Home
last modified time | relevance | path

Searched refs:verstr (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/dev/hyperv/utilities/
HDvmbus_ic.c253 char verstr[16]; in vmbus_ic_fwver_sysctl() local
255 snprintf(verstr, sizeof(verstr), "%u.%u", in vmbus_ic_fwver_sysctl()
257 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in vmbus_ic_fwver_sysctl()
264 char verstr[16]; in vmbus_ic_msgver_sysctl() local
266 snprintf(verstr, sizeof(verstr), "%u.%u", in vmbus_ic_msgver_sysctl()
268 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in vmbus_ic_msgver_sysctl()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSymbols.cpp224 StringRef verstr = s.substr(pos + 1); in parseSymbolVersion() local
229 if (verstr.empty()) in parseSymbolVersion()
238 bool isDefault = (verstr[0] == '@'); in parseSymbolVersion()
240 verstr = verstr.substr(1); in parseSymbolVersion()
243 if (ver.name != verstr) in parseSymbolVersion()
261 verstr); in parseSymbolVersion()
/freebsd-14-stable/sys/dev/hyperv/vmbus/
HDvmbus.c1051 char verstr[16]; in vmbus_sysctl_version() local
1053 snprintf(verstr, sizeof(verstr), "%u.%u", in vmbus_sysctl_version()
1056 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in vmbus_sysctl_version()
/freebsd-14-stable/crypto/openssl/
HDConfigure1683 my $verstr = `uname -r`;
1684 my ($ma, $mi1, $mi2) = split("\\.", $verstr);
1704 my $verstr = `uname -r`;
1706 $verstr =~ s|\R$||;
1707 my ($ma, $mi, @rest) = split m|\.|, $verstr;
/freebsd-14-stable/contrib/libucl/m4/
HDax_lua.m4392 function verstr2num(verstr)
393 local _, _, majorver, minorver = string.find(verstr, "^(%d+)%.(%d+)")
/freebsd-14-stable/sys/dev/hyperv/netvsc/
HDif_hn.c4471 char verstr[16]; in hn_ndis_version_sysctl() local
4473 snprintf(verstr, sizeof(verstr), "%u.%u", in hn_ndis_version_sysctl()
4476 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req); in hn_ndis_version_sysctl()
/freebsd-14-stable/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c2458 char verstr[24]; in upgrade_set_callback() local
2459 (void) snprintf(verstr, sizeof (verstr), in upgrade_set_callback()
2471 if (zfs_prop_set(zhp, "version", verstr) == 0) in upgrade_set_callback()