Searched refs:sysid2 (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() argument396 result = (sysid1 == sysid2); 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()
943 char *sysid2; in hostname_eq() local952 sysid2 = get_system_id(host2); in hostname_eq()953 if ((sysid1 == NULL) || (sysid2 == NULL)) in hostname_eq()956 rv = (strcmp(sysid1, sysid2) == 0); in hostname_eq()958 free(sysid2); in hostname_eq()