Searched refs:ndr_ref_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 188 } ndr_ref_t; typedef 205 char *(*ndo_malloc)(struct ndr_stream *, unsigned, ndr_ref_t *); 206 int (*ndo_free)(struct ndr_stream *, char *, ndr_ref_t *); 207 int (*ndo_grow_pdu)(struct ndr_stream *, unsigned long, ndr_ref_t *); 209 unsigned long, ndr_ref_t *); 211 unsigned long, char *, int, ndr_ref_t *); 213 unsigned long, char *, int, ndr_ref_t *); 214 void (*ndo_tattle)(struct ndr_stream *, char *, ndr_ref_t *); 215 void (*ndo_tattle_error)(struct ndr_stream *, ndr_ref_t *); 253 ndr_ref_t *outer_queue_head; [all …]
|
/titanic_44/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 63 static char *ndo_malloc(ndr_stream_t *, unsigned, ndr_ref_t *); 64 static int ndo_free(ndr_stream_t *, char *, ndr_ref_t *); 65 static int ndo_grow_pdu(ndr_stream_t *, unsigned long, ndr_ref_t *); 67 ndr_ref_t *); 69 char *, int, ndr_ref_t *); 71 char *, int, ndr_ref_t *); 72 static void ndo_tattle(ndr_stream_t *, char *, ndr_ref_t *); 73 static void ndo_tattle_error(ndr_stream_t *, ndr_ref_t *); 202 ndo_malloc(ndr_stream_t *nds, unsigned len, ndr_ref_t *ref) in ndo_malloc() 214 ndo_free(ndr_stream_t *nds, char *p, ndr_ref_t *ref) in ndo_free() [all …]
|
H A D | ndr_process.c | 226 static ndr_ref_t *ndr_enter_outer_queue(ndr_ref_t *); 227 extern int ndr__ulong(ndr_ref_t *); 245 ndr_ref_t myref; in ndo_process() 259 ndr_ref_t myref; in ndo_operation() 278 ndr_params(ndr_ref_t *params_ref) in ndr_params() 289 ndr_topmost(ndr_ref_t *top_ref) in ndr_topmost() 293 ndr_ref_t *outer_ref = 0; in ndr_topmost() 403 static ndr_ref_t * 404 ndr_enter_outer_queue(ndr_ref_t *arg_ref) in ndr_enter_outer_queue() 407 ndr_ref_t *outer_ref; in ndr_enter_outer_queue() [all …]
|
H A D | ndr_marshal.c | 482 int ndr__ndr_bind_ack_hdr(ndr_ref_t *encl_ref); 498 ndr__ndr_bind_ack_hdr(ndr_ref_t *encl_ref) in ndr__ndr_bind_ack_hdr() 503 ndr_ref_t myref; in ndr__ndr_bind_ack_hdr() 574 int ndr__ndr_alter_context_rsp_hdr(ndr_ref_t *encl_ref); 590 ndr__ndr_alter_context_rsp_hdr(ndr_ref_t *encl_ref) in ndr__ndr_alter_context_rsp_hdr() 595 ndr_ref_t myref; in ndr__ndr_alter_context_rsp_hdr()
|