Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/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()
1296 valp = NDS_MALLOC(nds, n_alloc, outer_ref); in ndr_outer_string()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dndr.h220 #define NDS_MALLOC(NDS, LEN, REF) \ macro