Lines Matching refs:comment
226 (const char *)param->comment, param->flags, SMB_NS_DFS);
695 const char *comment = (const char *)param->comment;
703 param->status = dfs_ns_create(share, comment, SMB_NS_DFS);
754 * Sets the comment for the DFS link/root.
761 char *cmnt = (char *)netinfo->comment;
897 * Sets the comment, state, time-out information, and property flags for the
906 char *cmnt = (char *)netinfo->comment;
1042 void *comment;
1045 comment = NDR_STRDUP(mxa, info->i_comment);
1047 if (entry_path == NULL || comment == NULL)
1051 info2->comment = comment;
1071 void *comment;
1074 comment = NDR_STRDUP(mxa, info->i_comment);
1076 if (entry_path == NULL || comment == NULL)
1080 info3->comment = comment;
1100 void *comment;
1103 comment = NDR_STRDUP(mxa, info->i_comment);
1105 if (entry_path == NULL || comment == NULL)
1112 info4->comment = comment;
1133 void *comment;
1136 comment = NDR_STRDUP(mxa, info->i_comment);
1138 if (entry_path == NULL || comment == NULL)
1145 info5->comment = comment;
1168 void *comment;
1171 comment = NDR_STRDUP(mxa, info->i_comment);
1173 if (entry_path == NULL || comment == NULL)
1180 info6->comment = comment;
1202 info100->comment = NDR_STRDUP(mxa, info->i_comment);
1203 if (info100->comment == NULL)