Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c245 ndr_ref_t myref; in ndo_process() local
247 bzero(&myref, sizeof (myref)); in ndo_process()
248 myref.stream = nds; in ndo_process()
249 myref.datum = datum; in ndo_process()
250 myref.name = "PROCESS"; in ndo_process()
251 myref.ti = ti; in ndo_process()
253 return (ndr_topmost(&myref)); in ndo_process()
259 ndr_ref_t myref; in ndo_operation() local
261 bzero(&myref, sizeof (myref)); in ndo_operation()
262 myref.stream = nds; in ndo_operation()
[all …]
H A Dndr_marshal.c503 ndr_ref_t myref; in ndr__ndr_bind_ack_hdr() local
506 bzero(&myref, sizeof (myref)); in ndr__ndr_bind_ack_hdr()
507 myref.enclosing = encl_ref; in ndr__ndr_bind_ack_hdr()
508 myref.stream = encl_ref->stream; in ndr__ndr_bind_ack_hdr()
509 myref.packed_alignment = 0; in ndr__ndr_bind_ack_hdr()
595 ndr_ref_t myref; in ndr__ndr_alter_context_rsp_hdr() local
598 bzero(&myref, sizeof (myref)); in ndr__ndr_alter_context_rsp_hdr()
599 myref.enclosing = encl_ref; in ndr__ndr_alter_context_rsp_hdr()
600 myref.stream = encl_ref->stream; in ndr__ndr_alter_context_rsp_hdr()
601 myref.packed_alignment = 0; in ndr__ndr_alter_context_rsp_hdr()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dndr.h334 myref.pdu_offset = encl_ref->pdu_offset + (OFFSET); \
335 myref.name = MEMBER_STR(MEMBER); \
336 myref.datum = (char *)&val->MEMBER; \
337 myref.inner_flags = ARGFLAGS; \
338 myref.ti = &ndt_##TYPE; \
339 myref.ARGMEM = ARGVAL; \
340 if (!ndr_inner(&myref)) \
371 myref.pdu_offset = -1; \
372 myref.name = MEMBER_STR(MEMBER); \
373 myref.datum = (char *)&val->MEMBER; \
[all …]