Searched refs:verstr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/dev/hyperv/utilities/ |
| HD | vmbus_ic.c | 253 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/ |
| HD | Symbols.cpp | 224 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/ |
| HD | vmbus.c | 1051 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/ |
| HD | Configure | 1683 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/ |
| HD | ax_lua.m4 | 392 function verstr2num(verstr) 393 local _, _, majorver, minorver = string.find(verstr, "^(%d+)%.(%d+)")
|
| /freebsd-14-stable/sys/dev/hyperv/netvsc/ |
| HD | if_hn.c | 4471 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/ |
| HD | zfs_main.c | 2458 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()
|