Lines Matching refs:comment

232 	    (const char *)param->share, (const char *)param->comment,  in netdfs_s_add()
703 const char *comment = (const char *)param->comment; in netdfs_s_addstdroot() local
713 param->status = dfs_namespace_add(share, comment); in netdfs_s_addstdroot()
773 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_100()
908 char *cmnt = (char *)netinfo->comment; in netdfs_setinfo_105()
1042 void *comment; in netdfs_info_2() local
1045 comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_2()
1047 if (entry_path == NULL || comment == NULL) in netdfs_info_2()
1051 info2->comment = comment; in netdfs_info_2()
1071 void *comment; in netdfs_info_3() local
1074 comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_3()
1076 if (entry_path == NULL || comment == NULL) in netdfs_info_3()
1080 info3->comment = comment; in netdfs_info_3()
1100 void *comment; in netdfs_info_4() local
1103 comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_4()
1105 if (entry_path == NULL || comment == NULL) in netdfs_info_4()
1112 info4->comment = comment; in netdfs_info_4()
1133 void *comment; in netdfs_info_5() local
1136 comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_5()
1138 if (entry_path == NULL || comment == NULL) in netdfs_info_5()
1145 info5->comment = comment; in netdfs_info_5()
1168 void *comment; in netdfs_info_6() local
1171 comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_6()
1173 if (entry_path == NULL || comment == NULL) in netdfs_info_6()
1180 info6->comment = comment; in netdfs_info_6()
1202 info100->comment = NDR_STRDUP(mxa, info->i_comment); in netdfs_info_100()
1203 if (info100->comment == NULL) in netdfs_info_100()