Searched refs:ndr_hdlookup (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | winreg_svc.c | 371 if ((hd = ndr_hdlookup(mxa, id)) != NULL) in winreg_alloc_id() 382 if ((hd = ndr_hdlookup(mxa, id)) != NULL) { in winreg_dealloc_id() 413 hd = ndr_hdlookup(mxa, id); in winreg_s_CreateKey() 501 if ((ndr_hdlookup(mxa, id) == NULL) || in winreg_s_DeleteKey() 642 if ((hd = ndr_hdlookup(mxa, id)) != NULL) in winreg_s_EnumKey() 686 if (ndr_hdlookup(mxa, id) == NULL) { in winreg_s_EnumValue() 708 if (ndr_hdlookup(mxa, id) == NULL) in winreg_s_FlushKey() 822 if ((hd = ndr_hdlookup(mxa, id)) != NULL) in winreg_s_OpenKey()
|
H A D | spoolss_svc.c | 294 if (ndr_hdlookup(mxa, id) == NULL) { in spoolss_s_StartDocPrinter() 381 if (ndr_hdlookup(mxa, id) == NULL) { in spoolss_s_EndDocPrinter() 439 if ((hd = ndr_hdlookup(mxa, id)) != NULL) { in spoolss_s_ClosePrinter() 456 if (ndr_hdlookup(mxa, id) == NULL) { in spoolss_s_AddForm() 473 if (ndr_hdlookup(mxa, id) == NULL) { in spoolss_s_DeleteForm() 490 if (ndr_hdlookup(mxa, id) == NULL) { in spoolss_s_EnumForms() 635 if (ndr_hdlookup(mxa, id) == NULL) { in spoolss_s_WritePrinter() 872 if (ndr_hdlookup(mxa, id) == NULL) { in spoolss_s_GetPrinter()
|
H A D | eventlog_svc.c | 194 if ((hd = ndr_hdlookup(mxa, id)) == NULL) in logr_hdlookup() 270 if ((hd = ndr_hdlookup(mxa, id)) == NULL) { in logr_s_EventLogClose()
|
H A D | lsar_svc.c | 332 hd = ndr_hdlookup(mxa, id); in lsarpc_s_OpenAccount() 480 hd = ndr_hdlookup(mxa, id); in lsarpc_s_CreateSecret() 499 hd = ndr_hdlookup(mxa, id); in lsarpc_s_OpenSecret()
|
H A D | samr_svc.c | 174 if ((hd = ndr_hdlookup(mxa, id)) != NULL) in samr_hdalloc() 188 if ((hd = ndr_hdlookup(mxa, id)) != NULL) { in samr_hdfree() 204 if ((hd = ndr_hdlookup(mxa, id)) == NULL) in samr_hdlookup()
|
H A D | svcctl_svc.c | 155 if ((hd = ndr_hdlookup(mxa, id)) == NULL) in svcctl_hdlookup() 180 if ((hd = ndr_hdlookup(mxa, id)) != NULL) { in svcctl_hdfree()
|
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | mapfile-vers | 64 ndr_hdlookup;
|
H A D | libmlrpc.h | 536 ndr_handle_t *ndr_hdlookup(const ndr_xa_t *, const ndr_hdid_t *);
|
H A D | ndr_svc.c | 267 ndr_hdlookup(const ndr_xa_t *xa, const ndr_hdid_t *id) in ndr_hdlookup() function
|