Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c404 ndr_enter_outer_queue(ndr_ref_t *arg_ref) in ndr_enter_outer_queue() argument
406 ndr_stream_t *nds = arg_ref->stream; in ndr_enter_outer_queue()
410 outer_ref = (ndr_ref_t *)NDS_MALLOC(nds, sizeof (*outer_ref), arg_ref); in ndr_enter_outer_queue()
412 NDR_SET_ERROR(arg_ref, NDR_ERR_MALLOC_FAILED); in ndr_enter_outer_queue()
416 *outer_ref = *arg_ref; in ndr_enter_outer_queue()
419 outer_ref->outer_flags = arg_ref->inner_flags & NDR_F_PARAMS_MASK; in ndr_enter_outer_queue()
1546 ndr_inner(ndr_ref_t *arg_ref) in ndr_inner() argument
1548 ndr_typeinfo_t *ti = arg_ref->ti; in ndr_inner()
1554 params = arg_ref->inner_flags & NDR_F_PARAMS_MASK; in ndr_inner()
1562 return (*ti->ndr_func)(arg_ref); in ndr_inner()
[all …]