Lines Matching refs:rids
702 struct mslsa_rid_entry *rids;
713 rids = NDR_NEW(mxa, struct mslsa_rid_entry);
717 if (rids == NULL || domain_table == NULL || domain_entry == NULL) {
734 rids[0].sid_name_use = account.a_type;
735 rids[0].rid = account.a_rid;
736 rids[0].domain_index = 0;
738 param->translated_sids.rids = rids;
1050 struct lsar_rid_entry2 *rids;
1068 rids = NDR_NEW(mxa, struct lsar_rid_entry2);
1072 if (rids == NULL || domain_table == NULL || domain_entry == NULL) {
1089 bzero(rids, sizeof (struct lsar_rid_entry2));
1090 rids[0].sid_name_use = account.a_type;
1091 rids[0].rid = account.a_rid;
1092 rids[0].domain_index = 0;
1094 param->translated_sids.rids = rids;