hostinfo 255 lib/cluster/cluster.c struct utsname hostinfo; hostinfo 261 lib/cluster/cluster.c if (uname(&hostinfo) < 0) { hostinfo 266 lib/cluster/cluster.c return pcmk__str_copy(hostinfo.nodename); hostinfo 359 tools/crm_attribute.c struct utsname hostinfo; hostinfo 363 tools/crm_attribute.c if (uname(&hostinfo) == 0) { hostinfo 364 tools/crm_attribute.c options.dest_uname = g_strdup(hostinfo.nodename);