Lines Matching defs:sid

180 lsar_open_account(mlsvc_handle_t *lsa_handle, struct mslsa_sid *sid,
187 if (ndr_is_null_handle(lsa_handle) || sid == NULL)
194 arg.sid = sid;
288 * indicating that the domain name and domain sid fields are vaild. If
329 smb_sid_tostr((smb_sid_t *)pd_info->sid, sidstr);
340 smb_sid_tostr((smb_sid_t *)ad_info->sid, sidstr);
352 smb_sid_tostr((smb_sid_t *)dns_info->sid, sidstr);
374 * Lookup a name and obtain the sid/rid.
375 * This is a wrapper for the various lookup sid RPCs.
639 info->a_sid = smb_sid_dup((smb_sid_t *)sid_entry->sid);
703 info->a_sid = smb_sid_dup((smb_sid_t *)sid_entry->sid);
711 * Lookup a sid and obtain the domain sid and account name.
712 * This is a wrapper for the various lookup sid RPCs.
715 lsar_lookup_sids(mlsvc_handle_t *lsa_handle, smb_sid_t *sid,
721 if (lsa_handle == NULL || sid == NULL || account == NULL)
726 smb_sid_tostr(sid, sidbuf);
730 status = lsar_lookup_sids2(lsa_handle, (lsa_sid_t *)sid,
733 status = lsar_lookup_sids1(lsa_handle, (lsa_sid_t *)sid,
752 lsar_lookup_sids1(mlsvc_handle_t *lsa_handle, lsa_sid_t *sid,
767 sid_entry.psid = sid;
796 account->a_sid = smb_sid_dup((smb_sid_t *)sid);
812 lsar_lookup_sids2(mlsvc_handle_t *lsa_handle, lsa_sid_t *sid,
826 sid_entry.psid = sid;
857 account->a_sid = smb_sid_dup((smb_sid_t *)sid);
880 lsar_lookup_sids3(mlsvc_handle_t *lsa_handle, lsa_sid_t *sid,
893 sid_entry.psid = sid;
927 account->a_sid = smb_sid_dup((smb_sid_t *)sid);
997 info[i].sid = (lsa_sid_t *)smb_sid_dup(
998 (smb_sid_t *)arg.enum_buf->info[i].sid);
1300 smb_sid_tostr((smb_sid_t *)enum_buf->info[i].sid, sidstr);
1331 smb_sid_tostr((smb_sid_t *)enum_buf->info[i].sid, sidstr);