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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsar_svc.c702 struct mslsa_rid_entry *rids; local
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; local
1068 rids
[all...]
H A Dsamr_svc.c582 param->rids.rid = NDR_NEW(mxa, DWORD);
591 param->rids.n_entry = 1;
593 &param->rids.rid[0]);
605 param->rids.n_entry = 1;
606 param->rids.rid[0] = account.a_rid;
621 param->rids.n_entry = 0;
H A Dlsar_clnt.c517 rid_entry = &arg.translated_sids.rids[0];
572 rid_entry = &arg.translated_sids.rids[0];
H A Dsamr_clnt.c693 account->a_rid = arg.rids.rid[0];
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl550 * A table of translated sids (actually rids).
573 struct mslsa_rid_entry *rids;
922 struct lsar_rid_entry2 *rids;
H A Dsamrpc.ndl1076 OUT struct samr_LookupRidTable rids;

Completed in 93 milliseconds