Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c1284 smb_ads_getfqhostname(smb_ads_handle_t *ah, char *fqhost, int len) in smb_ads_getfqhostname() argument
1286 if (smb_gethostname(fqhost, len, SMB_CASE_LOWER) != 0) in smb_ads_getfqhostname()
1289 (void) snprintf(fqhost, len, "%s.%s", fqhost, in smb_ads_getfqhostname()
1305 char fqhost[MAXHOSTNAMELEN]; in smb_ads_computer_op() local
1314 if (smb_ads_getfqhostname(ah, fqhost, MAXHOSTNAMELEN)) in smb_ads_computer_op()
1370 fqh_val[0] = fqhost; in smb_ads_computer_op()
1462 char fqhost[MAXHOSTNAMELEN]; in smb_ads_get_qstat() local
1467 if (smb_ads_getfqhostname(ah, fqhost, MAXHOSTNAMELEN)) in smb_ads_get_qstat()
1487 if (strcasecmp(dnshost_avp.avp_val, fqhost)) in smb_ads_get_qstat()