Home
last modified time | relevance | path

Searched refs:pdu_offset (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_process.c378 outer_ref->pdu_offset = nds->pdu_scan_offset; in ndr_topmost()
384 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_fixed; in ndr_topmost()
607 outer_ref->pdu_offset = nds->pdu_scan_offset; in ndr_outer()
730 myref.pdu_offset = outer_ref->pdu_offset; in ndr_outer_fixed()
731 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_fixed()
821 myref.pdu_offset = outer_ref->pdu_offset; in ndr_outer_fixed_array()
822 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_fixed_array()
931 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_conformant_array()
949 myref.pdu_offset = outer_ref->pdu_offset + n_ptr_offset; in ndr_outer_conformant_array()
1062 outer_ref->pdu_end_offset = outer_ref->pdu_offset + n_pdu_total; in ndr_outer_conformant_construct()
[all …]
H A Dndr_ops.c261 ndo_pad_pdu(ndr_stream_t *nds, unsigned long pdu_offset, in ndo_pad_pdu() argument
267 data += pdu_offset; in ndo_pad_pdu()
269 ndo_printf(nds, ref, "pad %d@%-3d", n_bytes, pdu_offset); in ndo_pad_pdu()
284 ndo_get_pdu(ndr_stream_t *nds, unsigned long pdu_offset, in ndo_get_pdu() argument
291 data += pdu_offset; in ndo_get_pdu()
296 n_bytes, pdu_offset, hexbuf); in ndo_get_pdu()
314 ndo_put_pdu(ndr_stream_t *nds, unsigned long pdu_offset, in ndo_put_pdu() argument
321 data += pdu_offset; in ndo_put_pdu()
326 n_bytes, pdu_offset, hexbuf); in ndo_put_pdu()
347 data += ref->pdu_offset; in ndo_tattle_error()
H A Dndr.h173 unsigned long pdu_offset; /* referent in stub data */ member
363 myref.pdu_offset = encl_ref->pdu_offset + (OFFSET); \
379 myref.pdu_offset = encl_ref->pdu_offset + (OFFSET); \
416 myref.pdu_offset = -1; \
461 myref.pdu_offset = encl_ref->pdu_offset; \
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.h175 unsigned int pdu_offset; member
H A Dndr_gen.c269 macro, fname_type, mem->name, mem->pdu_offset); in generate_member_macro()
291 macro, fname_type, mem->name, mem->pdu_offset); in generate_member_macro_with_arg()
H A Dndr_anal.c134 mem->pdu_offset); in show_typeinfo_list()
615 mem->pdu_offset = *offsetp; in analyze_member()