Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_process.c410 outer_ref = (ndr_ref_t *)NDS_MALLOC(nds, sizeof (*outer_ref), arg_ref); in ndr_enter_outer_queue()
706 valp = NDS_MALLOC(nds, n_alloc, outer_ref); in ndr_outer_fixed()
796 valp = NDS_MALLOC(nds, n_alloc, outer_ref); in ndr_outer_fixed_array()
914 valp = NDS_MALLOC(nds, n_alloc, outer_ref); in ndr_outer_conformant_array()
1047 valp = NDS_MALLOC(nds, n_alloc, outer_ref); in ndr_outer_conformant_construct()
1311 valp = NDS_MALLOC(nds, n_alloc, outer_ref); in ndr_outer_string()
H A Dndr.h217 #define NDS_MALLOC(NDS, LEN, REF) \ macro
H A Dndr_marshal.c798 val->auth_value = (uchar_t *)NDS_MALLOC(nds, hdr->auth_length, in ndr__auth_verifier_co()