Home
last modified time | relevance | path

Searched refs:sysid2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dshare.c398 is_match_for_has_remote(int32_t sysid1, int32_t sysid2) in is_match_for_has_remote() argument
408 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()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c957 char *sysid2; in hostname_eq() local
966 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()