Searched refs:pdu_buf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_server.c | 736 uint8_t *pdu_buf; in ndr_send_reply() local 744 pdu_buf = nds->pdu_base_addr; in ndr_send_reply() 780 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, pdu_size); in ndr_send_reply() 805 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, frag_size); in ndr_send_reply() 807 pdu_buf += frag_data_size; in ndr_send_reply() 819 bcopy(nds->pdu_base_addr, pdu_buf, NDR_RSP_HDR_SIZE); in ndr_send_reply() 820 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, frag_size); in ndr_send_reply() 822 pdu_buf += frag_data_size; in ndr_send_reply() 834 bcopy(nds->pdu_base_addr, pdu_buf, NDR_RSP_HDR_SIZE); in ndr_send_reply() 835 (void) NDR_PIPE_SEND(mxa->pipe, pdu_buf, frag_size); in ndr_send_reply()
|