Searched refs:sysid2 (Results 1 – 2 of 2) sorted by relevance
398 is_match_for_has_remote(int32_t sysid1, int32_t sysid2) in is_match_for_has_remote() argument408 result = (sysid1 == sysid2); in is_match_for_has_remote()415 result = (GETNLMID(sysid1) == GETNLMID(sysid2)); in is_match_for_has_remote()418 result = ((sysid1 != 0 && sysid1 == sysid2) || in is_match_for_has_remote()419 (sysid1 == 0 && sysid2 != 0)); in is_match_for_has_remote()
957 char *sysid2; in hostname_eq() local966 sysid2 = get_system_id(host2); in hostname_eq()967 if ((sysid1 == NULL) || (sysid2 == NULL)) in hostname_eq()970 rv = (strcmp(sysid1, sysid2) == 0); in hostname_eq()972 free(sysid2); in hostname_eq()