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

/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dvmbus_ic.c254 char verstr[16]; local
256 snprintf(verstr, sizeof(verstr), "%u.%u",
258 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req);
265 char verstr[16]; local
267 snprintf(verstr, sizeof(verstr), "%u.%u",
269 return sysctl_handle_string(oidp, verstr, sizeof(verstr), re
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Damd.c386 char *domdot, *verstr, *vertmp; local
508 verstr = strtok(vertmp, "\n");
510 while (verstr) {
511 plog(XLOG_INFO, "%s", verstr);
512 verstr = strtok(NULL, "\n");
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp201 StringRef verstr = s.substr(pos + 1);
202 if (verstr.empty())
214 bool isDefault = (verstr[0] == '@');
216 verstr = verstr.substr(1);
219 if (ver.name != verstr)
237 verstr); local
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus.c1052 char verstr[16]; local
1054 snprintf(verstr, sizeof(verstr), "%u.%u",
1057 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c3936 const char *verstr;
3943 verstr = NULL;
3945 verstr =
3948 verstr = "";
3950 if (verstr == NULL)
3968 verstr = NULL;
3979 verstr = a->vna_nodename;
3986 if (verstr == NULL)
3997 verlen = strlen (verstr);
4015 memcpy (p, verstr, verle
3927 const char *verstr; local
5549 const char *verstr, *name; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2100 char verstr[16]; local
2101 (void) snprintf(verstr, sizeof (verstr),
2113 if (zfs_prop_set(zhp, "version", verstr) == 0)
/freebsd-11-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c4470 char verstr[16]; local
4472 snprintf(verstr, sizeof(verstr), "%u.%u",
4475 return sysctl_handle_string(oidp, verstr, sizeof(verstr), req);

Completed in 175 milliseconds