Lines Matching refs:info1
161 struct mslm_NetShareInfo_1 *info1;
202 info1 = (struct mslm_NetShareInfo_1 *)result->entries;
209 if (info1[i].shi1_comment == NULL)
212 comment = (char *)info1[i].shi1_comment;
217 si->si_netname = strdup((char *)info1[i].shi1_netname);
219 si->si_type = info1[i].shi1_type;
245 struct mslm_NetShareInfo_1 *info1;
284 info1 = arg.result.ru.info1;
285 si->si_netname = strdup((char *)info1->shi1_netname);
286 si->si_type = info1->shi1_type;
288 if (info1->shi1_comment)
289 si->si_comment = strdup((char *)info1->shi1_comment);
463 struct mslm_NetConnectInfo1 info1;
497 bzero(&info1, sizeof (struct mslm_NetConnectInfo1));
498 arg.info.ru.info1 = &info1;
528 result1 = (struct mslm_NetConnectInfo1 *)arg.info.ru.info1;