Searched refs:x_addr_end (Results 1 – 2 of 2) sorted by relevance
153 xdrs->x_addr_end = addr + size; in xdrmem_create()155 if (xdrs->x_addr_end < xdrs->x_addr) { in xdrmem_create()170 rec->xc_num_avail = xdrs->x_addr_end - xdrs->x_addr; in xdrmem_control()184 if (xdrs->x_addr > xdrs->x_addr_end) in xdrmem_enc_bytes()187 if (xdrs->x_addr_end - xdrs->x_addr < size) in xdrmem_enc_bytes()213 if (xdrs->x_addr > xdrs->x_addr_end) in xdrmem_dec_bytes()216 if (xdrs->x_addr_end - xdrs->x_addr < size) in xdrmem_dec_bytes()237 if (xdrs->x_addr + sizeof (uint32_t) > xdrs->x_addr_end) in xdrmem_enc_uint32()250 if (xdrs->x_addr + sizeof (uint32_t) > xdrs->x_addr_end) in xdrmem_dec_uint32()
41 caddr_t x_addr_end; /* End of the buffer */ member