Searched defs:newinfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c1882 * information provided through newinfo into the existing information
1886 dfs_modinfo(uint32_t type, dfs_info_t *info, dfs_info_t *newinfo, argument
1894 if (newinfo->i_targets != NULL) {
1896 newinfo->i_targets->t_server, newinfo->i_targets->t_share);
1904 (void) strlcpy(info->i_comment, newinfo->i_comment,
1905 sizeof (newinfo->i_comment));
1910 ? newinfo->i_targets->t_state : newinfo->i_state;
1929 info->i_timeout = newinfo
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c459 DomainAuthInfo *newinfo = GetAuthInfoForQuestion(m, q); local
460 if (q->AuthInfo != newinfo)
464 newinfo ? newinfo->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype));
465 q->AuthInfo = newinfo;

Completed in 230 milliseconds