Lines Matching defs:newinfo
1882 * information provided through newinfo into the existing information
1886 dfs_modinfo(uint32_t type, dfs_info_t *info, dfs_info_t *newinfo,
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->i_timeout;
1933 info->i_propflags = newinfo->i_propflags;
1938 newinfo->i_targets->t_priority;
1942 status = dfs_isvalidstate(newinfo->i_state, type, B_FALSE, 105);
1946 status = dfs_isvalidpropflagmask(newinfo->i_propflag_mask, type,
1947 newinfo->i_flavor);
1951 (void) strlcpy(info->i_comment, newinfo->i_comment,
1952 sizeof (newinfo->i_comment));
1953 if (newinfo->i_state != 0)
1954 info->i_state = newinfo->i_state;
1955 info->i_timeout = newinfo->i_timeout;
1956 info->i_propflags = newinfo->i_propflags;