Searched defs:rids (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlsar_svc.c706 struct mslsa_rid_entry *rids; local
717 rids = NDR_NEW(mxa, struct mslsa_rid_entry);
721 if (rids == NULL || domain_table == NULL || domain_entry == NULL) {
738 rids[0].sid_name_use = account.a_type;
739 rids[0].rid = account.a_rid;
740 rids[0].domain_index = 0;
742 param->translated_sids.rids = rids;
1054 struct lsar_rid_entry2 *rids; local
1072 rids
[all...]

Completed in 35 milliseconds