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

/freebsd-11-stable/contrib/amd/fsinfo/
H A Dwr_fstab.c64 char *os_name; member in struct:os_fstab_type
261 char *os_name = NULL; local
264 if (os_name == 0) {
266 os_name = hp->h_os;
268 os_name = GENERIC_OS_NAME;
270 for (op = os_tabs; op->os_name; op++)
271 if (STREQ(os_name, op->os_name))
274 os_name = GENERIC_OS_NAME;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1143 std::string os_name; local
1185 os_name = "ios";
1188 os_name = value;
1250 if (!os_name.empty())
1251 m_host_arch.GetTriple().setOSName(llvm::StringRef(os_name));
1258 if (!vendor_name.empty() || !os_name.empty()) {
1265 if (os_name.empty())
1268 triple += os_name;
2026 std::string os_name;
2049 os_name
[all...]
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c109 static const char *os_name = ""; variable
551 os_name = uts_buf.sysname;
1279 strlcpy(key_value, os_name, HV_KVP_EXCHANGE_MAX_VALUE_SIZE);
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1514 strncpy(host_wellness_driver_ver->driver_version, softs->os_name,
1516 if (strlen(softs->os_name) < sizeof(host_wellness_driver_ver->driver_version) ) {
1517 strncpy(host_wellness_driver_ver->driver_version + strlen(softs->os_name), PQISRC_DRIVER_VERSION,
1518 sizeof(host_wellness_driver_ver->driver_version) - strlen(softs->os_name));
1521 strlen(softs->os_name));
H A Dsmartpqi_main.c299 softs->os_name = "FreeBSD ";
H A Dsmartpqi_structures.h1004 char *os_name; member in struct:pqisrc_softstate
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1032 char os_name[32]; local
1033 snprintf(os_name, sizeof(os_name), "freebsd%" PRIu32 ".%" PRIu32,
1037 arch_spec.GetTriple().setOSName(os_name);

Completed in 195 milliseconds