Home
last modified time | relevance | path

Searched refs:pdu_base_offset (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_ops.c154 nds->pdu_base_offset = (unsigned long)nds->pdu_base_addr; in nds_initialize()
191 nds->pdu_base_offset, nds->pdu_size, nds->pdu_max_size, in nds_show_state()
253 nds->pdu_base_offset = (unsigned long)pdu_addr; in ndo_grow_pdu()
266 data = (unsigned char *)nds->pdu_base_offset; in ndo_pad_pdu()
290 data = (unsigned char *)nds->pdu_base_offset; in ndo_get_pdu()
320 data = (unsigned char *)nds->pdu_base_offset; in ndo_put_pdu()
345 data = (unsigned char *)nds->pdu_base_offset; in ndo_tattle_error()
400 nds->pdu_base_offset = 0; in ndo_destruct()
H A Dmlrpc_clh.c507 send_nds->pdu_size, (char *)send_nds->pdu_base_offset, in ndr_xa_exchange()
508 &nbytes, (char *)recv_nds->pdu_base_offset, &more); in ndr_xa_exchange()
539 (char *)nds->pdu_base_offset + nds->pdu_size); in ndr_xa_read()
H A Dndr_marshal.c437 pdu = (uint8_t *)nds->pdu_base_offset + nds->pdu_scan_offset; in ndr_decode_frag_hdr()
489 hdr = (char *)nds->pdu_base_offset + nds->pdu_scan_offset; in ndr_remove_frag_hdr()
H A Dndr.h266 unsigned long pdu_base_offset; member