Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libads/common/
H A Ddsgetdc.c64 DOMAIN_CONTROLLER_INFO **dcinfo) in _DsGetDcName() argument
71 *dcinfo = NULL; in _DsGetDcName()
108 *dcinfo = malloc(sizeof (**dcinfo)); in _DsGetDcName()
109 if (*dcinfo == NULL) in _DsGetDcName()
116 CTASSERT(sizeof (**dcinfo) == sizeof (res.DsGetDcNameRes_u.res0)); in _DsGetDcName()
117 (void) memcpy(*dcinfo, &res.DsGetDcNameRes_u.res0, sizeof (**dcinfo)); in _DsGetDcName()
130 DOMAIN_CONTROLLER_INFO **dcinfo) in DsGetDcName() argument
136 SiteName, Flags, dcinfo); in DsGetDcName()
H A Ddsgetdc.h118 DOMAIN_CONTROLLER_INFO **dcinfo);
125 DOMAIN_CONTROLLER_INFO **dcinfo);
/illumos-gate/usr/src/cmd/idmap/nltest/
H A Dnltest.c144 DOMAIN_CONTROLLER_INFO *dcinfo; in cmd_dsgetdcname() local
149 err = DsGetDcName(NULL, domname, NULL, NULL, 0, &dcinfo); in cmd_dsgetdcname()
163 switch (dcinfo->DomainControllerAddressType) { in cmd_dsgetdcname()
175 uuid_unparse(dcinfo->DomainGuid, uuid_buf); in cmd_dsgetdcname()
178 (void) printf(" DC Name: %s \n", dcinfo->DomainControllerName); in cmd_dsgetdcname()
179 (void) printf(" DC Addr: %s \n", dcinfo->DomainControllerAddress); in cmd_dsgetdcname()
181 (void) printf(" Domain Name: %s \n", dcinfo->DomainName); in cmd_dsgetdcname()
183 (void) printf(" DNS Forest Name: %s \n", dcinfo->DnsForestName); in cmd_dsgetdcname()
184 (void) printf(" Flags: 0x%x \n", dcinfo->Flags); in cmd_dsgetdcname()
185 (void) printf(" DC Site Name: %s \n", dcinfo->DcSiteName); in cmd_dsgetdcname()
[all …]