Lines Matching refs:info503
866 struct mslm_NetShareInfo_503 *info503;
958 info503 = &info->nsg_info503;
959 info503->shi503_netname = netname;
960 info503->shi503_comment = comment;
961 info503->shi503_path =
963 info503->shi503_passwd = NULL;
964 info503->shi503_type = si.shr_type;
965 info503->shi503_permissions = 0;
966 info503->shi503_max_uses = SHI_USES_UNLIMITED;
967 info503->shi503_current_uses = 0;
968 info503->shi503_servername = NULL;
972 info503->shi503_reserved = sd.sd_size;
973 info503->shi503_security_descriptor = sd.sd_buf;
975 info503->shi503_reserved = 0;
976 info503->shi503_security_descriptor = NULL;
979 param->result.ru.info503 = info503;
1005 info503->shi503_reserved = sd.sd_size;
1006 info503->shi503_security_descriptor = sd.sd_buf;
1008 info503->shi503_reserved = 0;
1009 info503->shi503_security_descriptor = NULL;
1076 struct mslm_NetShareInfo_503 *info503;
1154 info503 = (struct mslm_NetShareInfo_503 *)
1155 param->result.ru.info503;
1156 info.nss_netname = (char *)info503->shi503_netname;
1157 info.nss_comment = (char *)info503->shi503_comment;
1158 info.nss_path = (char *)info503->shi503_path;
1159 info.nss_type = info503->shi503_type;
1160 info.nss_sd.sd_buf = info503->shi503_security_descriptor;
1678 struct mslm_SERVER_INFO_503 *info503;
1781 info503 = NDR_NEW(mxa, struct mslm_SERVER_INFO_503);
1782 if (info503 == NULL)
1785 bzero(info503, sizeof (struct mslm_SERVER_INFO_503));
1786 param->result.bufptr.bufptr503 = info503;