Searched refs:sysid1 (Results 1 – 2 of 2) sorted by relevance
386 is_match_for_has_remote(int32_t sysid1, int32_t sysid2) in is_match_for_has_remote() argument390 if (GETNLMID(sysid1) != 0) { /* in a cluster */ in is_match_for_has_remote()391 if (GETSYSID(sysid1) != 0) { in is_match_for_has_remote()396 result = (sysid1 == sysid2); in is_match_for_has_remote()397 } else if (GETSYSID(sysid1) == 0) { in is_match_for_has_remote()403 result = (GETNLMID(sysid1) == GETNLMID(sysid2)); in is_match_for_has_remote()406 result = ((sysid1 != 0 && sysid1 == sysid2) || in is_match_for_has_remote()407 (sysid1 == 0 && sysid2 != 0)); in is_match_for_has_remote()
942 char *sysid1; in hostname_eq() local951 sysid1 = get_system_id(host1); in hostname_eq()953 if ((sysid1 == NULL) || (sysid2 == NULL)) in hostname_eq()956 rv = (strcmp(sysid1, sysid2) == 0); in hostname_eq()957 free(sysid1); in hostname_eq()