Home
last modified time | relevance | path

Searched refs:ndr_is_null_handle (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_clnt.c183 if (ndr_is_null_handle(samr_handle)) in samr_connect2()
224 if (ndr_is_null_handle(samr_handle)) in samr_connect4()
276 if (ndr_is_null_handle(samr_handle)) in samr_connect5()
298 if (ndr_is_null_handle(samr_handle)) in samr_close_handle()
329 if (ndr_is_null_handle(samr_handle) || in samr_open_domain()
352 if (ndr_is_null_handle(domain_handle)) in samr_open_domain()
380 if (ndr_is_null_handle(domain_handle) || user_handle == NULL) in samr_open_user()
401 if (ndr_is_null_handle(user_handle)) in samr_open_user()
421 if (ndr_is_null_handle(user_handle)) in samr_delete_user()
461 if (ndr_is_null_handle(domain_handle) || group_handle == NULL) in samr_open_group()
[all …]
H A Dlibmlsvc.h174 boolean_t ndr_is_null_handle(mlsvc_handle_t *);
H A Dlsar_clnt.c156 if (ndr_is_null_handle(lsa_handle)) in lsar_open_policy2()
187 if (ndr_is_null_handle(lsa_handle) || sid == NULL) in lsar_open_account()
214 if (ndr_is_null_handle(lsa_account_handle)) in lsar_open_account()
239 if (ndr_is_null_handle(lsa_handle)) in lsar_close()
H A Dmlsvc_client.c396 ndr_is_null_handle(mlsvc_handle_t *handle) in ndr_is_null_handle() function