hostinfo          291 lib/cluster/cluster.c         struct utsname hostinfo;
hostinfo          297 lib/cluster/cluster.c         if (uname(&hostinfo) < 0) {
hostinfo          302 lib/cluster/cluster.c         return pcmk__str_copy(hostinfo.nodename);
hostinfo          431 lib/common/utils.c     struct utsname hostinfo;
hostinfo          433 lib/common/utils.c     return (uname(&hostinfo) < 0)? NULL : strdup(hostinfo.nodename);
hostinfo          357 tools/crm_attribute.c     struct utsname hostinfo;
hostinfo          361 tools/crm_attribute.c     if (uname(&hostinfo) == 0) {
hostinfo          362 tools/crm_attribute.c         options.dest_uname = g_strdup(hostinfo.nodename);