Searched defs:site (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | libsmbns.h | 45 char *site; /* local ADS site */ member in struct:smb_ads_handle
|
H A D | smbns_ads.c | 768 * Gets the msdcs SRV RR for the specified site. 773 char site[SMB_ADS_SITE_MAX]; local 776 site, SMB_ADS_SITE_MAX); 778 if (*site == '\0') 782 SMB_ADS_MSDCS_SRV_SITE_RR, site); 854 * 2) AD site configuration - the scope of the DNS lookup will be 855 * restricted to the specified site. 863 * takes precedence over preferred DC, AD site, and so on. 898 * First look for ADS hosts in ADS site if configured. Then try 899 * without ADS site inf 1425 char site[SMB_ADS_SITE_MAX]; local [all...] |
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | sw.c | 131 nvlist_t *args, *fmri = NULL, *obj = NULL, *site = NULL, *ctxt = NULL; local 213 * Do we have anything for a 'site' nvlist? 220 * Allocate and build 'site' nvlist. 222 if (topo_mod_nvalloc(mod, &site, NV_UNIQUE_NAME) != 0) { 227 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_TOKEN, site_token); 228 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_MODULE, site_module); 229 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_FILE, site_file); 230 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_FUNC, site_func); 233 err |= nvlist_add_int64(site, FM_FMRI_SW_SITE_LINE, site_line); 236 * Add 'site' t 366 nvlist_t *object, *site = NULL, *anvl = NULL; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 177 sub site subroutine 1359 =item site (ARGS)
|
Completed in 77 milliseconds