Searched defs:ndo_malloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c30 * on failure. When an operation returns FALSE, including ndo_malloc()
63 static char *ndo_malloc(ndr_stream_t *, unsigned, ndr_ref_t *);
82 ndo_malloc,
196 * ndo_malloc
202 ndo_malloc(ndr_stream_t *nds, unsigned len, ndr_ref_t *ref) function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dndr.h195 * ndo_malloc() returning NULL, they should set the stream->error to an
205 char *(*ndo_malloc)(struct ndr_stream *, unsigned, ndr_ref_t *); member in struct:ndr_stream_ops
221 (*(NDS)->ndo->ndo_malloc)(NDS, LEN, REF)

Completed in 47 milliseconds