Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libsmbns/common/
H A Dlibsmbns.h54 } smb_ads_host_info_t; typedef
112 extern smb_ads_host_info_t *smb_ads_find_host(char *);
H A Dsmbns_ads.c164 static smb_ads_host_info_t *smb_ads_cached_host_info = NULL;
195 smb_ads_host_info_t *ah_list;
216 static smb_ads_host_info_t *smb_ads_dup_host_info(smb_ads_host_info_t *);
351 static smb_ads_host_info_t *
352 smb_ads_dup_host_info(smb_ads_host_info_t *ads_host) in smb_ads_dup_host_info()
354 smb_ads_host_info_t *dup_host; in smb_ads_dup_host_info()
359 dup_host = malloc(sizeof (smb_ads_host_info_t)); in smb_ads_dup_host_info()
362 bcopy(ads_host, dup_host, sizeof (smb_ads_host_info_t)); in smb_ads_dup_host_info()
395 smb_ads_host_info_t *
398 smb_ads_host_info_t *host = NULL; in smb_ads_find_host()
[all …]
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c825 smb_ads_host_info_t *hinfo = NULL; in smbd_dop_ads_find_host()