Home
last modified time | relevance | path

Searched refs:NDR_SET_ERROR (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c270 NDR_SET_ERROR(&myref, NDR_ERR_NOT_AN_INTERFACE); in ndo_operation()
321 NDR_SET_ERROR(outer_ref, error); in ndr_topmost()
329 NDR_SET_ERROR(outer_ref, error); in ndr_topmost()
335 NDR_SET_ERROR(outer_ref, error); in ndr_topmost()
353 NDR_SET_ERROR(outer_ref, error); in ndr_topmost()
412 NDR_SET_ERROR(arg_ref, NDR_ERR_MALLOC_FAILED); in ndr_enter_outer_queue()
611 NDR_SET_ERROR(outer_ref, error); in ndr_outer()
647 NDR_SET_ERROR(outer_ref, error); in ndr_outer()
698 NDR_SET_ERROR(outer_ref, NDR_ERR_OUTER_PARAMS_BAD); in ndr_outer_fixed()
708 NDR_SET_ERROR(outer_ref, NDR_ERR_MALLOC_FAILED); in ndr_outer_fixed()
[all …]
H A Dndr_marshal.c530 NDR_SET_ERROR(encl_ref, NDR_ERR_M_OP_INVALID); in ndr__ndr_bind_ack_hdr()
620 NDR_SET_ERROR(encl_ref, NDR_ERR_M_OP_INVALID); in ndr__ndr_alter_context_rsp_hdr()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dndr.h319 #define NDR_SET_ERROR(REF, ERROR) \ macro