Searched refs:smb_getnetbiosname (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dwkssvc_svc.c86 if ((rc = smb_getnetbiosname(hostname, MAXHOSTNAMELEN)) == 0) {
H A Dnetr_clnt.c436 rc = smb_getnetbiosname(netr_info->hostname, NETBIOS_NAME_SZ);
1076 if (smb_getnetbiosname((char *)arg.hostname, NETBIOS_NAME_SZ) != 0) {
H A Dsamr_svc.c362 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0)
477 rc = smb_getnetbiosname(hostname, sizeof (hostname));
H A Dsrvsvc_svc.c1690 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netlogon.c278 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0)
363 if (smb_getnetbiosname(hostname, sizeof (hostname)) != 0)
H A Dsmbns_kpasswd.c617 (void) smb_getnetbiosname(nbname, NETBIOS_NAME_SZ);
H A Dsmbns_netbios_cache.c152 if (smb_getnetbiosname((char *)hostname, sizeof (hostname))
H A Dsmbns_ads.c1985 (void) smb_getnetbiosname(nbname, sizeof (nbname));
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_info.c122 (void) smb_getnetbiosname(kcfg->skc_hostname,
158 smb_getnetbiosname(char *buf, size_t buflen) function
176 if (smb_getnetbiosname(buf, buflen - 1) != 0)
H A Dsmb_sam.c278 if (smb_getnetbiosname(hostname, MAXHOSTNAMELEN) == 0)
H A Dsmb_util.c1073 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) {
1117 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) == 0) {
1404 if (smb_getnetbiosname(netbiosname, NETBIOS_NAME_SZ) != 0)
H A Dlibsmb.h482 extern int smb_getnetbiosname(char *, size_t);
H A Dsmb_domain.c751 if (smb_getnetbiosname(hostname, NETBIOS_NAME_SZ) != 0) {

Completed in 49 milliseconds