Searched refs:host1 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 83 static int hostname_eq(char *host1, char *host2); 940 hostname_eq(char *host1, char *host2) in hostname_eq() argument 947 if (host1 != NULL && host2 != NULL && strcmp(host1, host2) == 0) in hostname_eq() 951 sysid1 = get_system_id(host1); in hostname_eq()
|
/titanic_50/usr/src/lib/librdc/common/ |
H A D | rdcpersist.c | 79 char *vol, *bmp, *host1, *host2; in load_rdc_vols() local 94 host1 = strtok(buf, " "); in load_rdc_vols() 98 if (!self_check(host1)) { in load_rdc_vols()
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 5444 char *host1 = pair.fhost, *host2 = pair.thost; local 5472 } else if (!self_check(host1)) { 5480 " is localhost"), host1, host2);
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 1999 user@host1.example.com, normally the LDAP lookup would only be done for 2000 'user@host1.example.com' and '@host1.example.com'. However, if 2001 LDAPROUTE_EQUIVALENT(`host1.example.com') is used, the lookups would also be 2003 host1.example.com lookups.
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 1008 dnl allow tricks like [host1]:[host2]
|