Lines Matching refs:info501
845 struct mslm_NetShareInfo_501 *info501;
915 info501 = &info->nsg_info501;
916 info501->shi501_netname = netname;
917 info501->shi501_comment = comment;
918 info501->shi501_type = si.shr_type;
919 info501->shi501_flags = srvsvc_get_share_flags(&si);
920 param->result.ru.info501 = info501;
1069 struct mslm_NetShareInfo_501 *info501;
1126 info501 = (struct mslm_NetShareInfo_501 *)
1127 param->result.ru.info501;
1128 info.nss_netname = (char *)info501->shi501_netname;
1129 info.nss_comment = (char *)info501->shi501_comment;
1130 info.nss_type = info501->shi501_type;
1134 info501->shi501_flags);
2345 struct mslm_NetShareInfo_501 *info501;
2389 info501 = (struct mslm_NetShareInfo_501 *)infop;
2390 info501[i].shi501_netname = netname;
2391 info501[i].shi501_comment = comment;
2392 info501[i].shi501_type = si->shr_type;
2393 info501[i].shi501_flags = srvsvc_get_share_flags(si);